CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 高斯消元法

搜索资源列表

  1. zhuiganfa

    0下载:
  2. matlab用追赶法,列主高斯消元法求解方程组-matlab with the pursuit method, the column main Gaussian elimination method for solving equations
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:676
    • 提供者:davil
  1. Equation

    0下载:
  2. 大型对称方程组解算(Fortran90): 共轭梯度法、高斯消元法和平方根法-Large symmetric linear solver (Fortran90): conjugate gradient method, Gaussian elimination and the square root method
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:1548
    • 提供者:Zhang Chuanyin
  1. Gaussian-elimination-code

    0下载:
  2. 线性方程组求解,高斯消元法,列主元消元法,matlab代码-Solving linear equations, Gaussian elimination, main-element elimination method, matlab code
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:4108
    • 提供者:marry
  1. 001

    0下载:
  2. 列主元高斯消元法解线性方程组,其中的系数矩阵和右端向量大家可根据自己的需求更改,程序中已代入相应的具体矩阵-Out PCA Gaussian elimination method for solving linear equations, the coefficient matrix and the right end of the vector can be changed according to their needs, the program has been substituted i
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:798
    • 提供者:yangye
  1. guass-7-sucess

    0下载:
  2. 采用高斯消元法解矩阵。先消去祝愿成为上三角矩阵,再回代求解-using guass s solution to solve matix
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:807
    • 提供者:caihang
  1. main_gauss

    0下载:
  2. 数学分析计算程序例子,列主高斯消元法求解线性方程组。-Mathematical analysis and calculation procedures example, the column main Gaussian elimination for solving linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:1178
    • 提供者:Zhang li
  1. MATLAB

    0下载:
  2. 选列主元高斯消元法 源代码程序 A=[1 1 1 -1 3 1 2 -6 1] b=[6 4 -5] x=gauss2(A,b) 答案;3 2 1-Election column the main Gaussian elimination method source code program A = [1 1 1 -1 3 1 2-6 1] b = [6 4 -5] of x = gauss2 (A, b) the answer 321
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:498709
    • 提供者:chenqiang
  1. Gaussian-Elimination

    0下载:
  2. 使用Visual C++编写的高斯消元法,并附有结果截图-Use the Visual C++ written Gaussian elimination method, with results screenshot
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:29245
    • 提供者:张伟
  1. MATLAB-M-FILES

    1下载:
  2. 数值分析例题,包括欧拉法、龙格-库塔法、牛顿拉夫逊算法、牛顿-斯柯特和高斯消元法-Gaussian Elimination Row Operations Newton Raphson Newton-Cotes integration Euler s method Runga-Kutta gaussjordan
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:4096
    • 提供者:cecile
  1. matrix-inverse-matlab

    0下载:
  2. 高斯消元法矩阵求逆,程序详细,仅供学习使用-Gaussian elimination of matrix inversion and detailed procedures, only to learn to use
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:539
    • 提供者:周崇彬
  1. Gauss

    0下载:
  2. 使用高斯消元法解非奇异线性方程组,数值分析-Gaussian elimination method for solving non-singular linear equations, numerical analysis
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:1487
    • 提供者:hmg
  1. gauss-xiaoyuan

    0下载:
  2. 该源代码为高斯消元法解方程组,可以加强我们对消元法解方程组的认识-The source code for Gaussian elimination method for solving equations, can enhance our understanding of elimination method for solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:517
    • 提供者:李阳
  1. GaussElim

    0下载:
  2. 高斯消元法MATLAB仿真程序,可以用来解线性方程组。-Gaussian elimination method MATLAB simulation program that can be used for solving linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:1439
    • 提供者:苑玉亮
  1. Gaussian_elmination

    0下载:
  2. 列主元高斯消元法解线性方程组 用g++编译的-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:19890
    • 提供者:sophie1
  1. Gauss-elimination--

    0下载:
  2. 计算方法中的一种列主元高斯消元法C程序代码-A calculation method out PCA Gaussian elimination method C code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-14
    • 文件大小:975
    • 提供者:laviequev
  1. triGS-2

    0下载:
  2. matlab中的高斯消元法很常见,这里给出一个托普里兹三对角矩阵的高斯消元法,对托普里兹三对角矩阵很有用。-matlab in Gaussian elimination method is very common, here is a Top Leeds tridiagonal matrix Gaussian elimination on Top Leeds tridiagonal matrices useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2863
    • 提供者:dl
  1. Gauss

    0下载:
  2. 高斯消元法、高斯列主元消元法解线性方程组。程序由本人独立完全独立完成。版权所有!-Gaussian elimination method out PCA Gaussian elimination method for solving linear equations. I am independent program consists entirely independently. All rights reserved!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2822946
    • 提供者:onev
  1. gaussLUrombergOLSmatlab

    0下载:
  2. 高斯消元法LU分解龙贝格OLS等matlab程序-Gaussian elimination LU decomposition matlab procedures, such as Romberg OLS
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:36582
    • 提供者:cindy
  1. 2

    0下载:
  2. 用c语言写的高斯消元法程序 Gauss-Seidel迭代算法程序 牛顿迭代算法程序 复化梯形公式算法程序 复化Simpson公式算法程序等-Written by c language program Gaussian elimination method Gauss-Seidel iteration algorithm Newton iterative algorithm complex algorithm trapezoid formula of complex algorithms proc
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:45794
    • 提供者:刘海林
  1. Gaussian--and-LU

    0下载:
  2. 计算方法中解线性方程组的列主元高斯消元法及LU分解,由键盘输入系数矩阵A的大小和内容、及矩阵b的内容-Calculation methods listed in the main solution of linear equations Gaussian elimination method and LU decomposition, the coefficient matrix A by the keyboard input size and content, and the content
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1113
    • 提供者:佘洪伟
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com