搜索资源列表
matlab-jacobi
- 用jacobi解线性方程组,这是老师布置的作业 -Solving linear equations with jacobi
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.
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
- .通过MATLAB软件写出用逐次超松弛迭代法解线性方程组的程序并运行结果。(MATLAB software is used to write the program for solving linear equations by successive over relaxation iteration method and its running results)
牛顿法小算例1
- 主要是利用牛顿法解线性方程组,重点是雅克比矩阵的求解(Solving linear equations by Newton method)