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

搜索资源列表

  1. matlab-code

    0下载:
  2. matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection P
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3102
    • 提供者:郑超
  1. Jacobi-matlab

    0下载:
  2. 雅可比(Jocabi)迭代法解线性方程组-Jacobi (Jocabi) iterative method for solving linear equations
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5093
    • 提供者:js
  1. 解线性方程组的迭代法

    0下载:
  2. 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22840
    • 提供者:悟凡
  1. 科学计算中的共轭梯度法解对称正定线性方程组

    1下载:
  2. 科学计算中的共轭梯度法解对称正定线性方程组.,Scientific Computing in the conjugate gradient method symmetric positive definite solution of linear equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-23
    • 文件大小:1147
    • 提供者:
  1. thomas.tar

    0下载:
  2. matlab实现thomas算法对三角矩阵解线性方程组-matlab thomas algorithm to achieve the solution of the triangular matrix of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1805
    • 提供者:tim
  1. MATLAB-algorithm

    0下载:
  2. 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:151573
    • 提供者:puda
  1. matlab-suanfadaquan

    0下载:
  2. 包括插值,函数逼近,矩阵特征值计算,数值微分,数值积分,方程求根, 非线性方程组求解, 解线性方程组的直接法,解线性方程组的迭代法,随机数生成等-Including interpolation, function approximation, eigenvalue computation, numerical differentiation, numerical integration, equation Root, non-linear equations to solve the direc
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:239605
    • 提供者:陈岚崴
  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. matlab

    0下载:
  2. 使用matlab编程进行工程计算如解线性方程组或者进行数值计算的方法-the use of matlab to accomplish engineering calculations such as solving linear equations or numerical calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:71230
    • 提供者:belle
  1. fun

    2下载:
  2. 计算大规模非线性方程组的解,这个是计算碰灌得,希望对大家有帮助!-Large-scale computing solutions of nonlinear equations, this is a calculated irrigation touch, we want to help!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-05-30
    • 文件大小:629
    • 提供者:YB
  1. xianxing

    0下载:
  2. matlab解线性方程组的直接法程序,里面包括了常用的matlab解线性方程组的直接法程序,包括手写的和matlab自还的函数。-matlab solving linear equations of the direct method procedures, which includes the commonly used matlab solving linear equations of the direct method procedures, including hand-written
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:6561
    • 提供者:zy
  1. aa

    0下载:
  2. 用高斯消元法解线性方程组 的MATLAB程序-Solution using Gauss elimination process of linear equations of MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:74498
    • 提供者:束文杰
  1. gs

    0下载:
  2. 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1066
    • 提供者:hy
  1. Numerical_Methods_matlab

    0下载:
  2. matlab实现:高斯消元法,LU分解法,迭代法,奇异值分解,乔累斯基分解法,gauss迭代解线性方程组,jacobi迭代解线性方程组-matlab implementation: Gauss elimination, LU decomposition, iterative methods, singular value decomposition, Cholesky decomposition, gauss iterative solution of linear equations, jac
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:322627
    • 提供者:jinghai
  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. matlab编程训练

    0下载:
  2. 包含matlab编程训练具体示例代码,动态优化、系统模拟、解线性方程组等等
  3. 所属分类:文档资料

  1. square

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

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:sqmodel
  1. 解线性方程组的迭代法

    0下载:
  2. 可在matlab中打开,是用来解线性方程组的迭代法(It can be opened in MATLAB, and is an iterative method for solving linear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:8192
    • 提供者:冯希文
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com