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

搜索资源列表

  1. gepp

    0下载:
  2. 使用matlab进行矩阵的高斯分解,可以对高阶线性方程进行数值求解-use Matlab for Gaussian decomposition of the matrix, the high-order linear equations were solved numerically
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:周强
  1. chap7(1)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2971
    • 提供者:xutianyuan
  1. chap7(2)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1754
    • 提供者:xutianyuan
  1. chap7(3)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2551
    • 提供者:xutianyuan
  1. pingfanggenfa

    0下载:
  2. 用matlab算法实现的平方根算法 用于数值分析中平方根发求解线性方程-Matlab algorithm using the square root algorithm for the numerical analysis of the square root of hair for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2754
    • 提供者:杨磊
  1. newtonchazhi

    0下载:
  2. newton插值应该比lagrange好一点点,适合求解线性方程组,-lagrange interpolation newton than a little bit of good, suitable for solving linear equations,
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2062
    • 提供者:桂鹏
  1. UCA_SMI

    0下载:
  2. QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:954
    • 提供者:张亚光
  1. 7MATLAB

    0下载:
  2. matlab 用于介绍求解方程包含非线性方程和线性方程的方法-matlab about how to solute the noliner equation etc
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:11364
    • 提供者:刘晓远
  1. jacobi

    0下载:
  2. 利用jacobi法求解病态线性方程,其中矩阵为hilbort矩阵-Jacobi method used to solve ill-linear equations, including matrix hilbort matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2794
    • 提供者:koo
  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. jiefangcheng

    0下载:
  2. matlab经典算法的程序之解方程,含线性方程、非线性方程的求解等程序-matlab program of classical algorithm solving equations, including linear equations, nonlinear equations and other procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:88936
    • 提供者:电麻烦
  1. steepest-descent

    0下载:
  2. 这是一个用最速下降法求解线性方程的方法,程序代码使用matlab语言。 -This is a steepest descent method for solving linear equations, program code using matlab language.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1957
    • 提供者:建勋
  1. Jacobi-Gauss_Seide-SOR

    0下载:
  2. 三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、SOR迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, SOR iterative method matlab program. The main pr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1209
    • 提供者:luer
  1. solving-linear-equations

    0下载:
  2. 用MATLAB 实现直接求解线性方程 Direct method for solving linear equations-Solving linear equations Direct method for solving linear equations using MATLAB to achieve direct
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:7361
    • 提供者:向强
  1. numberical-analysis

    0下载:
  2. 基于matlab的高斯消元,LU,jacobi等方法求解线性方程Ax=b;-solving linear function Ax=b,use Gauss elimination,LU decomposition,Jacobi methods
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:9467
    • 提供者:wei xai
  1. CholeskiDecompo

    0下载:
  2. Choleski分解求解线性方程Ax=b,包括一个forward循环和一个backward循环-Matlab implementation of Choleski decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:647
    • 提供者:michael
  1. mann-kendall-and-line_solution

    0下载:
  2. Mann-Kendall 程序,现在常常被用于处理分析大气、海洋等长时间序列数据,分析数据变化的显著性以及出现显著变化的时间节点 第一二个程序用于高等数学线性方程的求解;-Mann-Kendall of matlab ,being used to analysis the change of data line solution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1269
    • 提供者:ybw
  1. solve

    1下载:
  2. 求解线性方程组的通用程序,请复制到MATLAB环境下运行(solve the linear function)
  3. 所属分类:其他

    • 发布日期:2017-11-04
    • 文件大小:1024
    • 提供者:yayayang
搜珍网 www.dssz.com