CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - solve linear equations

搜索资源列表

  1. 数值分析课程设计

    0下载:
  2. 本人的数值分析课程设计 ,比较完整!Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! Gauss law and order eliminate Gauss out PCA elimination method is commonl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:95247
    • 提供者:沈嘉祺
  1. yakabi

    0下载:
  2. 雅克比算法,用来解线性方程组 在一个课程作业上,可方便使用-Jacques algorithm used to solve linear equations in a course on the operation, ease of use
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:1054
    • 提供者:许多
  1. LinearEquations

    0下载:
  2. Solve Linear Equations with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5290
    • 提供者:糊糊
  1. cg

    0下载:
  2. 共轭梯度法解决线性方程组,系数满足对称正定矩阵-Conjugate gradient method to solve linear equations, coefficients satisfy the symmetric positive definite matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2523
    • 提供者:zhuyi
  1. Simpleequationstoachieve

    0下载:
  2. 利用该方程组求解一般的线性方程组,别且符合数学求解原理-Using the equations of linear equations in general, do not and in accordance with principles of mathematics to solve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1843
    • 提供者:赵伟元
  1. solve-linear-equations-in-matlab

    0下载:
  2. 详细介绍了用迭代法求解线性方程组的方法及其Matlab语言表示。-Iterative method described in detail with the method for solving linear equations and Matlab language said.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:550353
    • 提供者:lin
  1. solve-linear-system-by-LU

    0下载:
  2. 用LU分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the LU decomposition method to solve linear equations of the process of demonstration, I have the original, the test is correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1739
    • 提供者:huyunq
  1. solve-linear-system-by-Cholesky

    0下载:
  2. 用Cholesky分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the Cholesky decomposition method to solve linear equations demonstrate the process, my original test and correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1728
    • 提供者:huyunq
  1. solve-linear-system-by-LDLT

    0下载:
  2. 用LDLT分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With LDLT decomposition method to solve linear equations of the process of demonstration, I am the original, the test is correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1952
    • 提供者:huyunq
  1. Solving-linear-equations

    0下载:
  2. 分别Jacobi迭代法和Gauss-Seidel迭代法求解线性方程组-Jacobi iteration method respectively and Gauss-Seidel iteration method is used to solve the linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6506
    • 提供者:李记
  1. Solution-of-linear-equations

    0下载:
  2. 其中的相应程序为实现解决线性方程组的相应的方法,程序测试正确。-Corresponding procedures for the realization of the appropriate method to solve linear equations, the correct program testing.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5021
    • 提供者:jh
  1. Solve-Modular-Linear-Equations

    0下载:
  2. 解模块线性方程组, solve modular linear equations, 用到了extended-euclid算法求最大公约数-solve modular linear equations, use extended-euclid to compute the greatest common divisor..
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1371
    • 提供者:yxc
  1. direct-method-solve-linear-equation

    0下载:
  2. 基于MATLAB环境下的运用直接法求解线性方程组的对应的代码 简单易学 便于初学者消化使用-Based on MATLAB environment using a direct method for solving linear equations corresponding code is easy to learn for beginners to use digest
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7571
    • 提供者:明超
  1. complex-linear-equations

    0下载:
  2. 本程序利用C语言实现高斯法求解复数方程组。-C code to solve complex linear equations using Gauss method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:32112
    • 提供者:刘军会
  1. Solve-linear-equations

    0下载:
  2. 解二元一次方程组,通过输入系数即可计算出方程组的解-Solve linear equations, coefficients can be calculated by entering the solution of the equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:842
    • 提供者:魏巍
  1. solve-linear-equations

    0下载:
  2. 这是本人自己写的一个求解线性方程组的程序,而且还是带界面的,里面含有多种求解方法,并且还有矩阵运算-This is my own writing a program for solving linear equations, but also with the interface, which contains a variety of solving methods, and there are matrix operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:54926
    • 提供者:liu
  1. Solve-Linear-Equations

    0下载:
  2. App for solve three linear equation by guasian
  3. 所属分类:Applications

    • 发布日期:2017-04-16
    • 文件大小:480325
    • 提供者:adnanmnm
  1. equations

    0下载:
  2. 用c++求解对角元素不为零的双对角线线性方程组-Using c++ to solve linear equations double diagonal non-zero diagonal elements
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:673
    • 提供者:王瑶
  1. Generalized Minimum Residual Method - Fortran

    0下载:
  2. solve the system of linear equations A*X = B for X ---FORTRAN90
  3. 所属分类:数值算法/人工智能

  1. Iter.zip

    0下载:
  2. 求解线性方程组的常用算法matlab实现 包括 Jacobi,Gauss_Seid 与 SOR(Common iterative methods function to solve linear symstems of equations. (Jacobi, Gauss_Seid and SOR))
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:焦浮
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com