搜索资源列表
Jacobi-matlab
- 雅可比(Jocabi)迭代法解线性方程组-Jacobi (Jocabi) iterative method for solving linear equations
线性方程组的迭代,matlab程序
- 雅可比(Jacobi)迭代、高斯-塞德尔(Gauss-Seidel)迭代、超松弛迭代法
gaussLinearEquation
- 列主元高斯消去法,用于求解线性方程组,这里用matlab编写,操作简单方便-Column principal component Gaussian elimination for solving linear equations, where using matlab, simple operation
xianxing
- 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
shuzhijie
- 求线性方程组的几个方法,包括了:上三角、下三角、追赶法。-matlab
gs
- 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
matlab-examples
- 基于matlab的高斯消去法求解线性代数方程组-Gaussian Elimination
matlab
- 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
gauseidel-jacobi-richason-SOR
- 高斯赛德尔迭代法,雅可比迭代法,理查森迭代算法,超松弛迭代算法的matlab程序。上述算法均用于求解线性方程组。-High Sisaideer iterative method, Jacobi iteration, Richardson iterative algorithm, over relaxation algorithm matlab program. The algorithm for solving linear equations.
GaussSeidel
- Gauss-Seidel method高斯赛德尔迭代法求解线性方程组问题matlab代码-Gauss-Seidel method
MainElementMethod
- 矩阵与数值分析列主元消去法求解线性方程组matlab源程序-Matrix and numerical analysis main element method for solving linear equations matlab source
MATLAB-algorithms-assemblies
- matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
matlab
- 给出下列几个不同类型的线性方程组,请用适当算法计算其解。(Guass 追赶法 平方根分解法)- U7ED9 u5119 u5227 u5B0 u7B09 u7B09 u7B0 U5136 u89E3 u89E3 u8E2
111
- 列主元高斯消去法的matlab实现,适用于求解线性方程组(Matlab implementation of Gauss elimination of column principal component)
未命名文件夹
- Lagrange\Jacobi\Gauss求线性方程组,matlab程序(Lagrange and Jacobi and Gauss for Matlab)
square
- 用平方根法解线性方程组,包含平方根法以及解上三角及下三角方程组的matlab代码,及Gauss消元法 列主元消元法等(matlab square root method)
4线性方程组的直接解法—直接三角分解方法
- 使用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.)
5线性方程组的迭代解法—Jacobi迭代法
- 使用matlab编写了Jacobi迭代法的函数,并通过例子进行了验证。(The function of Jacobi iteration method is written by MATLAB, and is verified by an example.)
MATLAB常用算法
- MATLAB常用算法,解微分方程,求求线性方程组等计算专业课程所需程序代码(MATLAB commonly used algorithm to solve differential equations, seek linear equations and so on to calculate the code required for professional courses.)
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式