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

搜索资源列表

  1. 用Matlab语言实现线性方程组的全主元三角分解法

    0下载:
  2. 用Matlab语言实现线性方程组的全主元三角分解法.PDF-using Matlab linear equations of all the main yuan triangular decomposition. PDF
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:97581
    • 提供者:大规模
  1. linear-simultaneous-equations

    0下载:
  2. 源码里包括线性方程组各种解法的Matlab例程,包括LU分解直接解法,夹克比迭代法、GS迭代法、SOR迭代法,共轭梯度法等。
  3. 所属分类:matlab例程

    • 发布日期:2010-12-03
    • 文件大小:2184
    • 提供者:dmbxj_sina
  1. lieDoolittle

    1下载:
  2. 一个用列主元杜里特尔法求解线性方程组的Matlab源程序。很好很实用~
  3. 所属分类:matlab例程

    • 发布日期:2011-03-19
    • 文件大小:602
    • 提供者:sulala
  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...

    0下载:
  2. 利用矩阵分析的方法对线性方程组进行求解分析,得出奇异值分解法相对于其他分解法的好处-Analysis using matrix method for solving linear equations analysis singular value decomposition method for the other benefits of decomposition method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:16778
    • 提供者:fd
  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. MyMatrixFunction

    0下载:
  2. 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3020
    • 提供者:z
  1. MATLAB_Arithmetic

    0下载:
  2. 书名:[MATLAB语言常用算法程序集].(龚纯).清晰版 内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17145214
    • 提供者:刘鹏
  1. MATLAB-language

    0下载:
  2. 差值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、线性方程组直接法、线性方程组迭代法、随机数生成、特殊函数计算、常微分方程初值问题、偏微分方程数值解法、数据统计和分析-Difference, function approximation, eigenvalue calculation, numerical differentiation, numerical integration, finding roots of equations, nonlinear equ
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:137868
    • 提供者:jame
  1. MATLAB-linear-equation

    0下载:
  2. 数值分析的线性方程组的解法,工具使用的是matlab,很实用。-Solution of linear equations, numerical analysis, tool use matlab, very practical.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:12895
    • 提供者:Frank
  1. Matlab

    0下载:
  2. 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:17371340
    • 提供者:ltiuan
  1. matlab

    0下载:
  2. 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
  3. 所属分类:File Formats

    • 发布日期:2017-11-08
    • 文件大小:1071502
    • 提供者:陈佳文
  1. MATLAB-code_analysis

    1下载:
  2. MATLAB语言常用算法程序集(包括插值、函数逼近、矩阵特征值计算、数值积分、数值微分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、第15章 常微分方程的初值问题、第16章 偏微分方程的数值解法、数据统计和分析)-MATLAB language commonly used algorithm for assembly (including interpolation, function approximation, eigenvalue ca
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:131794
    • 提供者:何嘉威
  1. The-MATLAB-equation

    0下载:
  2. MATLAB解方程与函数极值、线性方程组求解、非线性方程数值求解、常微分方程初值问题的数值解法、函数极值。-The MATLAB equation and the extreme value of function, solving linear equations, nonlinear equations, numerical solution of initial value problem of ordinary differential equation, the numerical s
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:11384
    • 提供者:石头
  1. matlab-algorithm-program-collection

    1下载:
  2. MATLAB语言常用算法程序集,内含有基本常用的matlab算法,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法和迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计与分析等方面的代码。-MATLAB language commonly used algorithm for assembly, containing basic common matlab algorithms, including int
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17824768
    • 提供者:虺沙
  1. MATLAB-algorithms-assemblies

    0下载:
  2. matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:154103
    • 提供者:赵东昌
  1. matlab

    0下载:
  2. 给出下列几个不同类型的线性方程组,请用适当算法计算其解。(Guass 追赶法 平方根分解法)- U7ED9 u5119 u5227 u5B0 u7B09 u7B09 u7B0 U5136 u89E3 u89E3 u8E2
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:41984
    • 提供者:心蕾
  1. LU和QR分解法

    1下载:
  2. LU和QR分解法求线性方程组,高斯消元法的改进(LU and QR decomposition method for solving linear equations)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:Mathematic
  1. ill-conditioned system of equations

    0下载:
  2. 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:jcg17
  1. 4线性方程组的直接解法—直接三角分解方法

    0下载:
  2. 使用matlab编写了直接三角分解方法的函数,里面有题目,可直接运行计算得到结果。(The function of direct triangulation decomposition method is written by MATLAB. There are questions in it, which can be directly run and calculated and get the result.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:33792
    • 提供者:jeff1130
« 12 3 »
搜珍网 www.dssz.com