CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 求线性方程组

搜索资源列表

  1. QR_algrithm.rar

    6下载:
  2. 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
  3. 所属分类:matlab

    • 发布日期:2015-11-01
    • 文件大小:1961
    • 提供者:赵亮
  1. preconjgrad

    0下载:
  2. preconjgrad:预处理共轭梯度法求线性方程组Ax=b的解 conjgrad:共轭梯度法求线性方程组Ax=b的解 twostep:两部迭代法求线性方程组Ax=b的解 fastdown:快速下降法求线性方程组Ax=b的解-preconjgrad: preconditioned conjugate gradient method for solving linear equations Ax = b solution conjgrad: conjugate gradient met
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1683
    • 提供者:wallace
  1. Matrix

    1下载:
  2. 关于矩阵运算的各种数值算法,包括实(复)矩阵求逆,对称正定矩阵与托伯利兹矩阵的求逆,线性方程组的常用解法,矩阵的各种分解方法,特征向量与特征值的求解等等。-Matrix operations on a variety of numerical algorithms, including the real (complex) matrix inversion,托伯利兹symmetric positive definite matrix and matrix inversion, linear eq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:14467
    • 提供者:JinYao
  1. guass2

    0下载:
  2. guass算法的较强版,可以求线性方程组的解-guass algorithm stronger version, you can seek the solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1053
    • 提供者:weiwei
  1. Gauss-Seidel

    0下载:
  2. 用Gauss-Seidel求线性方程组的解向量,并给出迭代次数和误差.-Using Gauss-Seidel linear equations for the solution vectors, and give and error iterations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1143
    • 提供者:Jimmy
  1. exp6

    0下载:
  2. 列主元消元法求线性方程组,方程组在程序中输入指定-Principal out-elimination method for linear equations, equations specified in the input process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:687
    • 提供者:苍月
  1. MySolutions

    0下载:
  2. 运用迭代法求解线性方程组,包括高斯-赛德尔法、雅克比法、SOR法。-The use of iterative method for solving linear equations, including Gauss- Seidel method, Jacobian method, SOR method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1805356
    • 提供者:王方
  1. wode

    0下载:
  2. 幂法,反幂法求线性方程组的解。需要的大家卡看。-mifa ,fanmifa
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:1756
    • 提供者:rui
  1. shuzhijie

    0下载:
  2. 求线性方程组的几个方法,包括了:上三角、下三角、追赶法。-matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1023
    • 提供者:伊水冰蓝
  1. ykb

    0下载:
  2. 本程序为C语言编写的雅克比迭代程序,用于求线性方程组的解-Jacobin
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:3567
    • 提供者:李鸣
  1. Gauss-Seidel

    0下载:
  2. 高斯迭代法求线性方程组,用于数值分析方面,-Gauss-Seidel
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:975
    • 提供者:li
  1. Jacobi

    0下载:
  2. Jacobi迭代求线性方程组,对初学编程的同学很有帮助的-Jacobi iterative linear equations, students of the beginner program helpful
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1668
    • 提供者:li
  1. A_LU

    0下载:
  2. bool lu(double *a, int *pivot, int n);矩阵的LU分解。 假设数组an*n在内存中按行优先次序存放,此函数使用高斯列选主元消去法,将其就地进行LU分解。pivot为输出函数.pivot[0,n)中存放主元的位置排列. 函数成功时返回false,否则返回true. bool guass(double const *lu, int const *p, double *b, int n) 求线性方程组的解。 假设矩阵lum*n为某个矩阵a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1667
    • 提供者:moontea
  1. gauss_elimination

    0下载:
  2. 用Matlab实现Gauss法求线性方程组的解-Gauss Method Using Matlab to achieve the solution of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:756
    • 提供者:林美霖
  1. Gause

    0下载:
  2. 一个关于高斯函数的控制台程序,可以解求线性方程组-The Gaussian function on the console of a program, you can seek solutions of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:315937
    • 提供者:elliotcui
  1. 1

    0下载:
  2. 用列选主元素高斯消去法求线性方程组的c++源代码。-By Gaussian elimination of Linear Equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1207
    • 提供者:
  1. gauseidel.matlab

    0下载:
  2. 求线性方程组的迭代法(高斯赛德尔),基于MATLAB开发-Linear Iterative Method (high Sisaideer)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:594
    • 提供者:王昆
  1. Gauss

    0下载:
  2. 求线性方程组的列主元Gauss消元法,基于MATLAB开发-Linear Equations of the column pivot Gauss elimination method, developed based on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:807
    • 提供者:王昆
  1. jacobi

    0下载:
  2. 求线性方程组的迭代法,基于MATLAB开发-Linear Equations of the iterative method, based on the MATLAB development
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:561
    • 提供者:王昆
  1. Gau_jor

    0下载:
  2. 求线性方程组的列主元Gauss-jordan消元法-Linear Equations of the column main element Gauss-jordan elimination method
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:793
    • 提供者:王昆
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com