搜索资源列表
gsxc
- 用高斯消去法求线性方程组的解.
sample-rate-conversion
- 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
gaosi
- 利用高斯消去法解线性方程组,也就是加减消元法解线性方程组-Gaussian elimination linear equations, that is, addition and subtraction method of elimination of Linear Equations
gao
- 高斯消去法解线性方程组。很重要的一种思想-Gaussian elimination of Linear Equations. A very important thought
Conjugate-Gradient-Method
- 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
Jacobi
- JACOBI迭代解线性方程组。里面有注释注意事项等。-JACOBI iterative solution of linear equations. Notes Note there.
123
- MatLab解线性方程组一写在阅读本文前的引子。 一:读者对线性代数与Matlab 要有基本的了解; 二:文中的通用exp.m文件,你须把具体的A和b代进去文通-matalab linear equation
Matlab-of--linear-equation-group
- matlab 解线性方程组的直接法,包括克罗托算法,杜丽脱尔算法,高斯消去法,列主元素法等14个算法,运行无误,可以运算。-Matlab solution of linear equation group, run correctly, can operation.
MatrixGausBand
- 用高斯消去法解线性方程组,就是把矩阵化简,然后列出方程组,进而求出方程组的解-Using the Gauss elimination method with type equations
xianxingfangcheng
- 线性方程组解算常规算法,包含高斯迭代法,选主元消去发等-A general algorithm for solving linear equations
qienei-V5.4
- GSM中GMSK调制信号的产生,微分方程组数值解方法,线性调频脉冲压缩的Matlab程序。- GSM is GMSK modulation signal generation, Numerical solution of differential equations method, LFM pulse compression of the Matlab program.
牛顿法小算例1
- 主要是利用牛顿法解线性方程组,重点是雅克比矩阵的求解(Solving linear equations by Newton method)