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. jiefangchengzu

    0下载:
  2. 快速解方程组,用MATLAB解方程组,快捷!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1511
    • 提供者:王亮
  1. 线性方程组雅可比迭代法

    0下载:
  2. 数值计算方法实验 实验2 用雅克比迭代法解方程组 一、 实验目的 1、 学习使用雅克比迭代法求解方程组,加深对雅克比迭代法的认识。 2、 在误差允许的范围内,在循环次数较少的情况下,求解方程组的稳定解。 3、 进一步加深对Matlab的学习。
  3. 所属分类:文档资料

    • 发布日期:2010-12-16
    • 文件大小:366080
    • 提供者:jiliaoxiaxue
  1. 科学计算中的共轭梯度法解对称正定线性方程组

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

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

    0下载:
  2. 用牛顿法解方程组,迭代法解方程组和求矩阵最大特征值-Newton Method with equations, iterative methods for solution of matrix equations and the largest eigenvalue
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2172
    • 提供者:张志敏
  1. gaoweifangcheng

    0下载:
  2. 用matlab解高维微分方程组一般少用到,但是最近看了这方面的例子,希望对用到的人有所帮助-Matlab solutions with high-dimensional differential equations in general less used, but recently read examples in this regard, I hope to help people who use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2944
    • 提供者:
  1. solve

    0下载:
  2. 1.了解三元一次方程组的概念 熟练掌握简单的三元一次方程组的解法 能选择简便,特殊的解法解特殊的三元一次方程组. 2.通过用代入消元法,加减消元法解简单的三元一次方程组的训练及选择合理,简捷的方法解方程组,培养运算能力. 3.通过对方程组中未知数系数特点的观察和分析,明确三元一次方程组解法的主要思路是 "消元",从而促成未知向已知的转化,培养和发展逻辑思维能力. 4.通过三元一次方程组消元后转化为二元一次方程组,再消元转化为一元一次方程及将一些代数问题转化为方程组问题的方
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:451921
    • 提供者:周易
  1. matlab

    0下载:
  2. 该程序用来解方程组的,非线性的和线性的,带有参数的方程组-The program group for the solution of equations, non-linear and linear equations with parameters
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-09-10
    • 文件大小:5769
    • 提供者:曹俊飞
  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. NiNiuDun

    0下载:
  2. 利用拟牛顿发解非线性方程组,领域为数值分析-Quasi-Newton made use of contradictions and solve linear equations, the field of numerical analysis for
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:737
    • 提供者:paul
  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. equation

    0下载:
  2. 解方程组的MATLAB程序,直接运行。希望对大家有帮助。-Solution of equations of the MATLAB program, direct running. We want to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:15787
    • 提供者:李可
  1. experimentreport

    0下载:
  2. 用迭代法解方程组 Jacobi Gauss-Sedel SOW 超松弛迭代 各种技术的比较 数值实验报告-Iterative solution of equations Jacobi Gauss-Sedel SOW SOR numerical comparison of various techniques Experimental Report
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:212345
    • 提供者:邓大
  1. excellentprocedureorthesolutionofequations

    0下载:
  2. 一个优秀的解方程组的程序比如超定方程,病态方程。是我在做项目时遗留下来的,上传给大家使用!-An excellent procedure for the solution of equations such as over-determined equation, ill-conditioned equations. Yes I was doing projects left behind, upload for everyone to use!
  3. 所属分类:Algorithm

    • 发布日期:2016-06-02
    • 文件大小:4608
    • 提供者:wen33
  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. matlab插值拟合微分解方程组

    0下载:
  2. matlab插值拟合微分解方程组,用于使用MATLAB求解插值拟合的程序(Matlab interpolation fitting micro decomposition equations, for the use of MATLAB to solve the interpolation fitting program)
  3. 所属分类:其他

  1. Matlab

    0下载:
  2. 能够计算非齐次方程组的解,程序清晰的解释了高斯消去法的过程和原理,有助于读者理解高斯消去法,从而更好的进行其他相关的复杂编程(It is possible to compute the solution of the homogeneous equations, and the program clearly explains the process and principle of the Gauss elimination method, which helps the reader to
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:14336
    • 提供者:Jerry_Lee
  1. MATLAB

    2下载:
  2. MATLAB解常微分方程组,常见的比如传染病模型(SIR,SIRS,SEIR等)(MATLAB solution to ordinary differential equations.Common models of infectious diseases (SIR, SIRS, SEIR, etc.))
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:9216
    • 提供者:木之田
  1. matrix

    0下载:
  2. matlab列主元消元法解方程组,可以解任意阶矩阵方程组(Matlab solution of a set of arbitrary order matrix equations)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:凤舞水寒
  1. matlab NLS equation

    8下载:
  2. matlab解耦合非线性薛定谔方程组,考虑自相位调制、交叉相位调制与四波混频(Matlab solves the coupled nonlinear Schrodinger equations, considering self phase modulation, cross phase modulation and four wave mixing.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-09
    • 文件大小:1024
    • 提供者:糖分控
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com