Welcome![Sign In][Sign Up]
Location:
Search - Gauss-Jordan

Search list

[Algorithminterfunc

Description: 要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用-requested a matrix inverse matrix there are many ways here to introduce the Gauss-Jordan Elimination get to the inverse matrix method, the algorithm functions with C languages, the C programming environment called directly
Platform: | Size: 2048 | Author: 张蔚 | Hits:

[Data structs预测

Description: 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve reunification.* Forecast and Analysis-- This algorithm applies only to clear linear trend data* default as a quadratic curve equation method** The procedure involves two main algorithm* 1. Using the principle of least squares linear equations to find the constants and coefficients.* 2. The solution of linear equations* The procedure for solving linear equations, due to convergence problems using iterative method, instead of using the Gauss-Jordan elimination method to solve.
Platform: | Size: 2048 | Author: 吴名 | Hits:

[Windows Develop高斯消元法(c)

Description: 电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-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.
Platform: | Size: 1024 | Author: 肖江 | Hits:

[Algorithmgaussjor

Description: 全主元高斯-约当消去法,解线性方程组,内含函数以及调用例子-all PCA Gauss-Jordan elimination method, the solution of linear equations, functions and includes examples Call
Platform: | Size: 1024 | Author: | Hits:

[Mathimatics-Numerical algorithmsGAUSSJORDAN

Description: 用VB编写的Gauss-Jordan全主元消去法-VB prepared by the Gauss-Jordan-wide main element elinination
Platform: | Size: 1024 | Author: 许仪 | Hits:

[AlgorithmC2

Description: 线性代数方程组的解法.全主元高斯约当消去法,LU分解法,追赶法-Linear algebraic equations of the solution. The entire principal Gauss Jordan elimination method, LU decomposition method, to catch up with the Law
Platform: | Size: 4096 | Author: freezingsnow | Hits:

[Algorithmmatrix1

Description: 用matlab实现高斯—若当算法求逆矩阵-Using matlab to achieve Gauss- Jordan matrix inversion algorithm
Platform: | Size: 1024 | Author: qlz | Hits:

[AlgorithmNumAna_GaussElim

Description: 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。   程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。-The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and under MATLAB6.5 test.
Platform: | Size: 5120 | Author: 高天 | Hits:

[Windows Developrinv

Description: 本程序开发环境为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 (int n, double a []) realize the whole election PCA Gauss- Jordan elimination method inverse matrix.
Platform: | Size: 11264 | Author: huaiqingdashi | Hits:

[Windows DevelopGauss_jordan

Description: 数值分析,Gauss-jordan算法求方程组的解-Numerical analysis, Gauss-jordan algorithm for the solution of equations
Platform: | Size: 603136 | Author: 钉子 | Hits:

[Algorithmgauss_jordan

Description: 采用全选主元的高斯—若当方法求矩阵的逆矩阵,矩阵阶数不限但要非奇异,只需在主函数中给出阶数和矩阵各元素即可-Select All PCA using the Gauss- Jordan method for matrix inverse matrix, the matrix order but are not limited to non-singular, just in the main function in the given order and matrix elements can
Platform: | Size: 2048 | Author: 余坤 | Hits:

[AlgorithmGauss-Jacobi

Description: 该文件是国外的一个用C#编写的数学分析源码,主要解决高斯—雅可比矩阵这一类数学问题。-The document is used abroad, a C# Prepared mathematical analysis source, mainly to solve the Gauss- Jacobi matrix of this type of mathematical problem.
Platform: | Size: 18432 | Author: 李丽 | Hits:

[AlgorithmMatrix

Description: 关于求矩阵秩的程序,用高斯—约当消元法实现-On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
Platform: | Size: 234496 | Author: 王平 | Hits:

[Windows DevelopGauss-Jordan

Description: Gauss-Jordan消去法求矩阵的逆-Gauss-Jordan elimination method of the inverse matrix
Platform: | Size: 1024 | Author: 许晔 | Hits:

[Algorithmxxfc

Description: 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition method 3. To catch up with law 4. Five linear equations solution 5. Linear equations of the iterative improvement of solution 6. Vandermonde equations Solution 7.托伯利兹Solution of equations 8. Singular Value Decomposition 9. linear equations of the conjugate gradient method 10.乔列斯基symmetric linear decomposition method 11. matrix QR decomposition 12. relaxation iteration method
Platform: | Size: 8192 | Author: wzz | Hits:

[Windows DevelopVisualC

Description: 全主元高斯-约当(Gauss-Jordan)消去法-PCA-wide Gauss- Jordan (Gauss-Jordan) elimination method
Platform: | Size: 15560704 | Author: iceblue001 | Hits:

[VC/MFCGauss-Jordan

Description: C语言利用高斯─约旦法求解线性联立方程式-C language using Gauss Jordan method to solve linear equations
Platform: | Size: 1024 | Author: hawksilent | Hits:

[Mathimatics-Numerical algorithmsMatrix

Description: 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、实矩阵LU分解、用豪斯荷尔德(Householder)变换对一般m*n阶的实矩阵进行QR分解、对称正定阵的乔里斯基(Cholesky)分解及求其行列式值、一般实矩阵的奇异值分解、广义逆的奇异值分解。-look it yourself.
Platform: | Size: 1077248 | Author: 雾水葛 | Hits:

[AlgorithmGAUSS_JORDAN

Description: 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助-GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN
Platform: | Size: 6144 | Author: 小志 | Hits:

[ConsoleGauss-Jordan

Description: Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
Platform: | Size: 6144 | Author: xiang | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net