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

搜索资源列表

  1. 解方程组

    0下载:
  2. LINGO下解线性方程组!-LINGO lower solutions of linear equations!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:946
    • 提供者:龙山
  1. 高斯消元法解n阶线性方程组

    2下载:
  2. 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10119
    • 提供者:郑双明
  1. 用高斯消去发解n元一次线性方程组

    0下载:
  2. 用高斯消去发解n元一次线性方程组
  3. 所属分类:源码下载

    • 发布日期:2010-11-03
    • 文件大小:25088
    • 提供者:ziseshandian
  1. guass 高斯消去法求解线性方程组

    0下载:
  2. 高斯消去法求解线性方程组 输入变量为一个n阶非奇异方阵A,和n维列向量b,输出的结果为线性方程组Ax=b的解-Gaussian elimination method for solving linear equations
  3. 所属分类:matlab例程

    • 发布日期:2017-03-22
    • 文件大小:1611
    • 提供者:sanbudeyu
  1. Gmres

    4下载:
  2. 解大规模线性方程组的预条件Gmres方法.系数矩阵可以非对称正定.-Solution of large-scale linear equations of the preconditioned GMRES method. Coefficient matrix can be non-symmetric positive definite.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2794
    • 提供者:xzz
  1. jiefc

    0下载:
  2. 一个C++程序。用来解多元一次线性方程组-A C++ program. solution to a system of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1307
    • 提供者:belle
  1. gausseliminatetosolvelinearequation

    1下载:
  2. 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
  3. 所属分类:其他小程序

    • 发布日期:2017-05-23
    • 文件大小:988
    • 提供者:jiyoujun
  1. LU

    0下载:
  2. LU分解算法 及 分解后矩阵解线性方程组-LU algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1324
    • 提供者:gengxiaoyang
  1. BJ

    0下载:
  2. 本程序源代码是用迭代的方法解线性方程组。可以直接调用。-The source code is a method of iterative solution of linear equations. Can be directly called.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:661
    • 提供者:elven
  1. CLAPACK3-Windows

    1下载:
  2. LAPACK是用Fortran90和规定套路解决系统同步线性方程组,最小二乘解线性方程组,特征值问题,以及奇异值问题。相关的矩阵分解(陆,乔莱斯基,快速反应,分解,舒尔,广义Schur )也提供了,因为有关的计算,如重新安排的舒尔分解和估计条件号码。致密带状矩阵的处理,而不是一般稀疏矩阵。在所有领域,类似的功能是提供真正的和复杂的矩阵,在单,双精度-LAPACK is written in Fortran90 and provides routines for solving systems o
  3. 所属分类:Algorithm

    • 发布日期:2017-06-20
    • 文件大小:34160660
    • 提供者:Rocky
  1. BaseMath

    0下载:
  2. C#实现的基本数值算法:利用高斯消元法求线性方程组的解、利用约当消元法求线性方程组的解、一元非线性方程实根的数值算法及程序实现-C# implementation of basic numerical algorithms: Gaussian elimination method of solution of linear equations using Jordan Elimination Method of linear equations, one dollar real roots of
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:495222
    • 提供者:曾文斌
  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. 解线性方程组的直接法

    0下载:
  2. 数值分析直接法解线性方程问题的matlab的范例,超好用der((Numerical analysis of the Matlab example, super easy to use der))
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:6144
    • 提供者:mabiubiu
  1. 解线性方程组的迭代法

    0下载:
  2. 数值分析迭代法解线性方程问题的matlab的范例((Numerical analysis of the Matlab example, super easy to use der))
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:7168
    • 提供者:mabiubiu
  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. 解线性方程组

    0下载:
  2. gauss 列主元消去法 全主元消去法 LU(Doolittle Crout) 平方根法 追赶法(Gauss column principal elimination method, all principal component elimination method LU (Doolittle, Crout) square root method)
  3. 所属分类:其他行业

  1. 解线性方程组

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

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:l玲子l
  1. 雅克比

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

    • 发布日期: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 2 34 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com