搜索资源列表
geap
- 自己编写的全主元高斯消去法解线性方程组的matlab函数。特点:运行稳定,适合于工程计算;结构清楚,注释详尽,非常适合于初学者。-their preparation of all PCA Gaussian elimination method for solving linear equations of Matlab function. Features : stable operation, which is suitable for engineering calculations; St
iteration
- 线性方程组的数值解法,包括高斯消去,三角分解,追赶法和Jacobi等迭代方法
Gauss
- 解n阶线形方程组Ax=b的列主元高斯消去法的通用程序如下(下列程序都是在 matlab平台下编写的)
gaosi
- 求矩阵的逆阵,利用高斯消去法,是本人编写的MATLAB源码
matlab高斯消去法
- 利用matlab程序实现列主元的高斯消去法。-using Matlab program out of the main yuan Gaussian Elimination Act.
PQ分解法_我编的_内含三角分解法
- 这是我毕业设计时编写的潮流计算PQ分解法程序,支持n个节点、从外部读取Excel表格,采用高斯消去法获得因子表。 同时附带有针对这一程序的gui界面.fig和对应的.m文件! Matlab版本为7.6.0。
guass 高斯消去法求解线性方程组
- 高斯消去法求解线性方程组 输入变量为一个n阶非奇异方阵A,和n维列向量b,输出的结果为线性方程组Ax=b的解-Gaussian elimination method for solving linear equations
matlabtext4.rar
- 高斯消去法 (1)题目:用选主元素法和高斯消去法求解下列方程组:源代码 设计思想 原理 对应程序,Gaussian elimination (1) Title: The main elements of the election law and the Gaussian elimination method to solve the following equation: The principle design of the source code corresponding to th
equation
- 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
lugui
- 利用高斯消去法求矩阵LU分解的matlab源代码-Gaussian elimination demonstration.
matlab(erfenfa)
- MATLAB高斯消去法解方程组,我调试过了,可以用的。欢迎大家下载使用!-MATLAB Gaussian elimination solution of equations, I have debug off, and can be used. Welcome to download!
MATLAB(Gauss)
- MATLAB高斯消去法解方程组,我调试过了,可以用的,欢迎大家下载使用-MATLAB Gaussian elimination solution of equations, I had to debug, and can be, and welcome to download
MATLAB(gauss_liezhuyuan)
- MATLAB列主元高斯消去法的代码!我调试过了,可以用的,欢迎大家下载使用1-MATLAB out Principal Gaussian elimination code! I had to debug, and can be used are welcome to download a
guass
- 利用高斯消去法处理稀疏和满矩阵,并返回运行时间-Handle sparse Gaussian elimination and full matrix, and return to running time
geap
- 数值分析里面的高斯消元法利用全主元消去的程序-Numerical analysis method which use the Gaussian elimination procedure all main element elimination
基于高斯消去的LDPC编码程序
- 基于高斯消去的LDPC编码程序 改程序主要是将一个一般的校验矩阵化成下三角矩阵,再根据后向递推公式直接得到校验比特值-Of LDPC codes based on Gaussian elimination procedure
厄尔米特插值与高斯消去解法
- 用厄尔米特插值法拟合曲线,用高斯消去法解线性方程。(The Earl milt interpolation method is used to fit the curve, and the Gauss elimination method is used to solve the linear equation.)
Matlab
- 能够计算非齐次方程组的解,程序清晰的解释了高斯消去法的过程和原理,有助于读者理解高斯消去法,从而更好的进行其他相关的复杂编程(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
高斯消去方法
- 使用高斯消去方法,利用消去矩阵系数的办法,计算线性方程组。
