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

搜索资源列表

  1. numerical

    0下载:
  2. Gauss-Elimination method to solve multiple linear equations with ease!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:980
    • 提供者:sawdaq
  1. gauss

    0下载:
  2. Gauss-Elimination method! to solve multiple linear equations with ease
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:555
    • 提供者:sawdaq
  1. Conjugate-gradient

    0下载:
  2. 共轭梯度法是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method is between the steepest descent method and Newton method between a method that only use the firs
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1249
    • 提供者:sunling
  1. 82859165cifa

    0下载:
  2. 编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入 -Allocation procedures, the following requirements to solve the n-a system of linear equations (assuming a unique solution of equat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2171
    • 提供者:潘骞
  1. gauss

    0下载:
  2. 线性方程组求解中的顺序高斯消去法求解的代码代码-Linear equations in the order of Gaussian elimination method to solve the code code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2695
    • 提供者:
  1. LUsolve.f95.tar

    0下载:
  2. to solve simultaneous linear equations by LU decomposition and then check if L*U= coefficient matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1211
    • 提供者:Avinash
  1. MiniMatlab

    0下载:
  2. 迷你MATLAB 支持基础运算 矩阵运算 数学统计函数作图 线性方程组和一般简单方程求解-Mini MATLAB matrix operations support basic computing functions mapping mathematical statistics and general linear equations to solve simple equations
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:319944
    • 提供者:Liu yu
  1. 11

    0下载:
  2. 求解线性方程组程序 求解线性方程组程序-To solve the linear equations program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1155
    • 提供者:bert
  1. san--dui-jiao

    0下载:
  2. 这是一个求解三对角线性方程组的有些解法,比较适用。-This is a tridiagonal linear equations to solve some solution, more suitable.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:955
    • 提供者:曾宇航
  1. Newton-

    0下载:
  2. 牛顿迭代,简单的程序语言,解决简单非线性方程-Newton, a simple programming language to solve simple linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:20122
    • 提供者:scheer
  1. zhuiganfa

    0下载:
  2. 通过数值计算分析方法,应用追赶法求解线性方程组,应用范围大型对称对角矩阵-Application chase-after method to solve the linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:181915
    • 提供者:bert
  1. nm1

    0下载:
  2. this code uses newtons method but in the form for function to solve non linear equations. use all the file available in the rar file to run the code.
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:4002441
    • 提供者:Haris
  1. gaosi

    0下载:
  2. 高斯约旦法求解矩阵逆,用来求解多元线性方程组,在求解最小二乘时常常使用-Solving matrix inverse Gaussian Jordan and France, used to solve multiple linear equations, least-squares solution often used in
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:605903
    • 提供者:朱军
  1. CG

    0下载:
  2. 共轭梯度法 求解线性方程组的子函数 可以编程直接调用 可验证其误差下降速度和收敛性-Conjugate gradient method is used to solve the linear equations son function can be directly call can be validated the programming error drop speed and convergence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1979
    • 提供者:李冲
  1. matrix12

    0下载:
  2. 该代码可用于稀疏矩阵线性方程组求解,求解效率很高,设置很简单-this method can be used to solve Large sparse matrix solving linear equations, solving the efficiency is very high, configuration is very simple
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-02-20
    • 文件大小:251361
    • 提供者:王困
  1. liezhuyuan

    0下载:
  2. 高斯列主元消去法,用来解多元线性方程组,从而解决相关的方程组问题-Principal component Gaussian column elimination method used to solve a multivariate linear equations to solve the equations
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:652
    • 提供者:mryang
  1. elimination-method

    0下载:
  2. 使用列主元法求解线性方程组的通用程序,可以自己输入矩阵直接打印解向量-Use the yuan method is used to solve the list of linear equations of the general program, you can make your own input matrix print directly solution vectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:11237
    • 提供者:yazhoulong
  1. Matrix

    0下载:
  2. 求解线性方程组的基本方法高斯消元法,求解维数为N*(N+1)的矩阵方程。-The basic method to solve the linear equations gaussian elimination, solving dimension for N* (N+ 1) matrix equations.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1107
    • 提供者:shl
  1. gaosi

    0下载:
  2. 高斯法求解线性方程组,简单实用的小程序,大家可以自己试着写!-Gaussian method is used to solve the linear equations, a simple and practical small process, we can try to write!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:650
    • 提供者:lou
  1. Programming-Assignment-Sharp2

    0下载:
  2. Write a program to solve the systems of linear equations by Gaussian elimination with scaled row pivoting, including the factorization phase and the solution phase. Report the LU matrices as well as the solution in the conclusion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8183
    • 提供者:li
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com