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

搜索资源列表

  1. gaosidiedai

    0下载:
  2. 本程序是数值分析中经典的高斯迭代法求解线性方程组-The numerical analysis procedure is the classical Gauss iterative method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:714
    • 提供者:
  1. GMRES

    1下载:
  2. matlab,GMRES算法是一种先进的一般线性方程组的迭代算法-matlab, GMRES algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:54438
    • 提供者:Li Weichen
  1. liezhu

    0下载:
  2. 采用列主元解线性方程组,比高斯消元法更有效点-slove linear equtions
  3. 所属分类:matlab

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

    0下载:
  2. 数值分析算法-----功能:gauss-seidel迭代求解线性方程组的根-Numerical analysis algorithms----- functions: gauss-seidel iterative root solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:754
    • 提供者:fhc
  1. G_s

    0下载:
  2. 给出了用迭代法解线性方程组的方法,迭代法是数值分析中一个重要解线性方程组的方法-Proposed by solving linear equations iteration method, the method of numerical analysis of iterative method is an important method of solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:916
    • 提供者:zhangting
  1. EqtsSOR

    0下载:
  2. SOR迭代法求解线性方程组,输出结果和迭代次数。-SOR iterative method for solving linear equations, the output and the number of iterations.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:706
    • 提供者:王木三
  1. CG

    0下载:
  2. 程序可以求解线性方程组,迭代速度相对较快,复杂度O(Nlog(N))(The program can solve the linear equations, the iteration speed is relatively fast, the complexity is O (Nlog (N)))
  3. 所属分类:其他

  1. 线性方程组final

    0下载:
  2. 对系数矩阵进行高斯线性消元,针对不同种情况讨论 解情况(The linear Gauss elimination of the coefficient matrix is used to discuss the solution for different cases)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:615424
    • 提供者:嘿嘿嘿黑
  1. sanijaofenjie

    0下载:
  2. 解线性方程组的方法,实现系数矩阵的LU分解。(Solution of linear equations, the coefficient matrix LU decomposition.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:行者W
  1. 解线性方程组

    0下载:
  2. 求解线性方程组的方法:高斯赛德尔迭代法,LU分解法(Solving linear equations by Gauss Seidel iteration)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:l玲子l
  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
    • 提供者:焦浮
  1. LU_test

    0下载:
  2. cuda加速,采用LU分解法求解线性方程组(CUDA accelerated, using LU decomposition method to solve linear equations)
  3. 所属分类:并行计算

  1. GausANDJacobian

    0下载:
  2. 高斯消元以及Jacobian迭代求解线性方程组,有详细的注释(Gauss elimination and Jacobian iterative solution of linear equations have detailed annotations)
  3. 所属分类:其他

  1. 线性方程组计算

    1下载:
  2. 利用高斯消元法法求解病态矩阵——hilbert 矩阵的线性方程组。通过条件数分析,找出误差较大的原因。再利用 Jacobi 迭代方法、G-S 迭代方法和 SOR 迭代法做了进一步探究。另外,作为要求之外的,还使用共轭梯度法来求解方程以来进行对比,并利用Tikhonov 正则化的方法改善矩阵的条件数,来减小误差。(The Gauss elimination method is used to solve the linear equations of the ill conditioned mat
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:才子昕
  1. 求解线性方程组的迭代法

    0下载:
  2. 该matlab程序为求解线性方程组的解的迭代算法合集,也是最基础最简单的求解线性方程组的迭代法,简单易懂。(Methods for solving linear equation.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:15360
    • 提供者:宝宝222
  1. square

    0下载:
  2. 用平方根法解线性方程组,包含平方根法以及解上三角及下三角方程组的matlab代码,及Gauss消元法 列主元消元法等(matlab square root method)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:sqmodel
  1. 雅克比

    0下载:
  2. 利用雅克比迭代方法解线性方程组的根,输入矩阵采用TXT文件输入。利用雅克比迭代方法解线性方程组的根。利用雅克比迭代方法解线性方程组的根。(The use of Jacobi iterative method for solving linear equations of the root)
  3. 所属分类:*行业应用

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:皓月008
  1. 高斯赛德尔迭代

    3下载:
  2. 利用VB实现高斯赛德尔迭代求解线性方程组,原系数矩阵用TXT文件输入。可供数学专业的同学使用。(Using VB to achieve Gauss Seidel iteration to solve linear equations, the original coefficient matrix is input with TXT file. It can be used by students in mathematics.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:皓月008
  1. jiefangcheng

    0下载:
  2. 使用高斯-赛德尔迭代法和雅克比迭代法求解线性方程组;使用高斯法和列主元法求解线性方程组。(Using the Gauss - Seidel iterative method, Jacobi iterative method for solving linear equations and using Gauss method and column principal component method to solve linear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:求悳
  1. 解线性方程组的高斯列主元消元法vb程序

    0下载:
  2. 解线性方程组的高斯主列消去法vb程序。pfg(Gauss iterative method for solving linear equations)
  3. 所属分类:其他小程序

    • 发布日期:2018-05-01
    • 文件大小:214016
    • 提供者:aaazz
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com