搜索资源列表
NumAna_gaussElim
- 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和gauss-jordan消元法求矩阵的逆。 程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。
高斯消元法(c)
- 电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-gauss elimination is also called gauss-jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
gauss列主元消去法1
- 高斯列主元消去法-out PCA gaussian Elimination
jisuanff
- 含有线性插值, 样条插值,gauss矩阵列主元消去法等算法的实现 -with linear interpolation, spline interpolation, gauss matrix main-element elimination algorithm Law Implementation
高斯消元法(c)
- 电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-gauss elimination is also called gauss-jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
数值分析课程设计
- 本人的数值分析课程设计 ,比较完整!gauss顺序消去法与gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! gauss law and order eliminate gauss out PCA
gaussjor
- 全主元高斯-约当消去法,解线性方程组,内含函数以及调用例子-all PCA gauss-jordan elimination method, the solution of linear equations, functions and includes examples Call
gaussjordan
- 用VB编写的Gauss-Jordan全主元消去法-VB prepared by the gauss-jordan-wide main element elinination
C2
- 线性代数方程组的解法.全主元高斯约当消去法,LU分解法,追赶法-Linear algebraic equations of the solution. The entire principal gauss jordan elimination method, LU decomposition method, to catch up with the Law
NumAna_gaussElim
- 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和gauss-jordan消元法求矩阵的逆。 程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。-The four procedures were gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equat
rinv
- 本程序开发环境为c++ builder.是一个c控制台程序.主函数通过调用子函数int rinv(int n,double a[])实现了全选主元高斯-若尔当消去法求矩阵的逆.-The program development environment for c++ Builder. Is a c console procedures. The main function by calling the Function int rinv
Chapter05-06.LinearEquations
- 清华大学《数值分析A》-第05章.线性方程组-直接解法 gauss消去法 列主元消去法 gauss-jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi gauss-Seidel SOR-Tsinghua University,
Matrix
- 关于求矩阵秩的程序,用高斯—约当消元法实现-On the procedure for matrix rank, using gauss- jordan elimination method to achieve
xxfc
- 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide gauss jordan elimination method 2.LU decomposition meth
VisualC
- 全主元高斯-约当(gauss-jordan)消去法-PCA-wide gauss- jordan (gauss-jordan) elimination method
Matrix
- 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(gauss-jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特
gauss
- MATLAB中的高斯消元法解方程,注释,源MATLAB代码-MATLAB in the gauss elimination solution of equations, notes, source MATLAB code
liezu
- 全主元高斯-约当消元法 可以求解线性方程组-All Principal gauss- jordan elimination method for solving linear equations can be
gauss-jordan
- 高斯约当迭代法,是消元法的一种,很好用的原代码-gauss-jordan
Gau_jor
- 求线性方程组的列主元gauss-jordan消元法-Linear Equations of the column main element gauss-jordan elimination method