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

搜索资源列表

  1. gauseidel.matlab

    0下载:
  2. 求线性方程组的迭代法(高斯赛德尔),基于MATLAB开发-Linear Iterative Method (high Sisaideer)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:594
    • 提供者:王昆
  1. cholesky

    2下载:
  2. 这个程序是对系数矩阵进行乔列斯基分解,并对线性方程组求解的通用程序-This program is the coefficient matrix Qiaoliesiji decomposition, solving linear equations and general program
  3. 所属分类:matlab

    • 发布日期:2016-06-02
    • 文件大小:2048
    • 提供者:张靖
  1. JacabiandGuass-Seidel

    0下载:
  2. Jacabi and Guass-Seidel迭代法是求解线性方程组中一种非常有效地方法,本文包含算例和程序-Jacabi and Guass-Seidel iterative method for solving linear equations is a very effective method, this article contains examples and procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:12272
    • 提供者:陈岩
  1. MATLAB-Linear-Equations-with-MATLAB

    0下载:
  2. 详细介绍用MATLAB解线性方程组,简单介绍-Details of Linear Equations with MATLAB, a brief introduction
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:22178
    • 提供者:bian
  1. matlab-gauss-and-LU

    0下载:
  2. 解线性方程组的两种算法,高斯迭代和LU算法-about linear simultaneous equations , gauss and LU algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:809
    • 提供者:陈斐
  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. solving-equations-matlab

    0下载:
  2. 使用matlab编程解一般代数方程 线性方程组、线性微分方程。-Matlab programming solutions using the general algebraic equation of linear equations, linear differential equations.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:85550
    • 提供者:蒲元威
  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. Jacobi

    1下载:
  2. 解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2510
    • 提供者:
  1. MATLAB

    0下载:
  2. 数学上Gauss-Seidel迭代法求线性方程组,Jacobi迭代求线性方程组等等,希望有用-Gauss-Seidel iterative mathematical method for solving linear equations, Jacobi iteration for solving linear equations, etc., want to be useful
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:12921
    • 提供者:huqianqian
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6483
    • 提供者:Gaivn Jin
  1. MATLAB-mechanical-interface

    0下载:
  2. 数学交互界面,可以实现求解线性方程组,三维绘图,二重积分等-Math interactive interface for solving linear equations, three-dimensional drawing, the double integral
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:745289
    • 提供者:李旭东
  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. Linear-matlab-code

    0下载:
  2. 举例说明matlab在线性代数中的应用,有源代码,例子涉及向量组的线性相关性、线性方程组、相似矩阵及二次型的求解等内容-Illustrate matlab linear algebra applications, source code, examples involving vector group linear correlation, linear equations, similar matrix and secondary-solving
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:77646
    • 提供者:滕绍
  1. Matlab

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

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

    0下载:
  2. matlab在线性代数中的应用,在求解中线性方程组的特征值、特征向量,以及用不同算法求解方程组。-matlab linear algebra, in solving the eigenvalue in linear equations, eigenvectors, and use different algorithms to solve equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:15227
    • 提供者:熊长鑫
  1. solution-of-linear-equations

    0下载:
  2. matlab线性方程组的解法,包括雅各比迭代法,高斯-赛德斯迭代法,追赶法,改进平方法和sor法-matlab solution of linear equations, including Jacoby iterative method, iterative method of Gauss- Sai Desi chasing method to improve level method and sor law
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:3053
    • 提供者:郑凯
  1. CMGelim

    0下载:
  2. matlab线性方程组数值解法 高斯消去法-matlab linear equations numerical solution of Gaussian elimination
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:651
    • 提供者:pc
  1. matlab

    1下载:
  2. matlab的追赶法,追赶法是适用于三对角矩阵的线性方程组求解的方法,并不适用于其他类型矩阵,及matlab的gauss求解方程方法,牛顿插值法,拉格朗日插值法。-matlab chasing method chasing method is applicable to the tridiagonal matrix method for solving linear equations, does not apply to other types of matrix and matlab gau
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:2978
    • 提供者:
  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 2 3 45 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com