Welcome![Sign In][Sign Up]
Location:
Search - gauss matrix

Search list

[File Operategauss-C

Description: * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination method for solving matrix equations AX = B, where A is N * N matrix, B is N * M matrix * Input : n ---- A phalanx of a few-a matrix * A * m-matrix shown in a few B * b ---- Matrix B * output : det-A matrix of a determinant value ---- A * Elimination of upper triangular matrix * b ---- Matrix The X-Solutions
Platform: | Size: 3241 | Author: xuyan | Hits:

[Other resourceGauss(delphi)

Description: 本软件系我Delphi学习习作,实现了用Gauss消去法解线性方程组,能识别用户以文本方 式输入方程组增广矩阵,并且能检测一些常见的输入错误及其位置,方程的解以文本方式输 出在结果显示框。希望用户尽量按照软件操作提示操作,尽管我细心的考虑过很多可能出现 的错误,但仍有许多不足的地方,欢迎各位朋友发现并指出,本人非常感激。-I Delphi learning exercises, realized using Gauss elimination method for solving linear equations. can identify the user to input text equation by matrix, and can detect some common input errors and their locations, the solution of the equation as text in the output frame results. Users want to operate as suggested in the software operation, despite my careful consideration of many possible errors, But there are still many gaps and welcome friends and found that, I am very grateful.
Platform: | Size: 564229 | Author: 谭文政 | Hits:

[Other resourcegauss-jord

Description: gauss-jord 求逆的c算法 一种经典的计算 矩阵的逆的算法-gauss - jord c inverse algorithm of a classic inverse matrix calculation algorithm
Platform: | Size: 1178 | Author: 靳风 | Hits:

[Other resourcematrix

Description: 线性代数 求矩阵的逆 高斯gauss消元
Platform: | Size: 898 | Author: crazygir1 | Hits:

[Algorithmjisuanff

Description: 含有线性插值, 样条插值,Gauss矩阵列主元消去法等算法的实现 -with linear interpolation, spline interpolation, Gauss matrix main-element elimination algorithm Law Implementation
Platform: | Size: 2048 | Author: lihao8397 | Hits:

[AlgorithmGAUSS迭代

Description: 关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations
Platform: | Size: 157696 | Author: 王永科 | Hits:

[File Formatgauss-C

Description: * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination method for solving matrix equations AX = B, where A is N* N matrix, B is N* M matrix* Input : n---- A phalanx of a few-a matrix* A* m-matrix shown in a few B* b---- Matrix B* output : det-A matrix of a determinant value---- A* Elimination of upper triangular matrix* b---- Matrix The X-Solutions
Platform: | Size: 3072 | Author: xuyan | Hits:

[AlgorithmGauss(delphi)

Description: 本软件系我Delphi学习习作,实现了用Gauss消去法解线性方程组,能识别用户以文本方 式输入方程组增广矩阵,并且能检测一些常见的输入错误及其位置,方程的解以文本方式输 出在结果显示框。希望用户尽量按照软件操作提示操作,尽管我细心的考虑过很多可能出现 的错误,但仍有许多不足的地方,欢迎各位朋友发现并指出,本人非常感激。-I Delphi learning exercises, realized using Gauss elimination method for solving linear equations. can identify the user to input text equation by matrix, and can detect some common input errors and their locations, the solution of the equation as text in the output frame results. Users want to operate as suggested in the software operation, despite my careful consideration of many possible errors, But there are still many gaps and welcome friends and found that, I am very grateful.
Platform: | Size: 564224 | Author: 谭文政 | Hits:

[AlgorithmGAUSS

Description: 使用C语言实现高斯迭代算法,其中分为高斯算法与高斯回溯算法。-Realize the use of C language Gauss iterative algorithm, which is divided into Gaussian algorithm and Gauss backward algorithm.
Platform: | Size: 1024 | 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:

[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:

[AlgorithmMPI-Matrix

Description: 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
Platform: | Size: 11264 | 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:

[AlgorithmGauss

Description: In linear algebra, Gaussian elimination is an algorithm for solving systems of linear equations, finding the rank of a matrix, and calculating the inverse of an invertible square matrix. Gaussian elimination is named after German mathematician and scientist Carl Friedrich Gauss.
Platform: | Size: 1024 | Author: dima | Hits:

[AlgorithmMatrix

Description: Matrix (TRANSPOSE , INVERSE , MATRIX INVERSION USING GAUSS-JORDAN REDUCTION AND Calculates the multiplication of two matrix A and B such that C=AB.
Platform: | Size: 2048 | Author: hussam | Hits:

[Algorithmgauss-jakobi

Description: SOLVING A LINEAR MATRIX SYSTEM AX=B with Gauss Jordan Method
Platform: | Size: 4096 | Author: hussam | Hits:

[Mathimatics-Numerical algorithmsGaussian Elimination

Description: Gauss matrix elimination (var codes)
Platform: | Size: 3072 | Author: esenaj | Hits:

[matlabGauss消元求逆_matlab

Description: 通过高斯消元法计算矩阵的逆,尤其是稀疏矩阵(computer the inverse of the matrix by Gauss)
Platform: | Size: 5120 | Author: userJie | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net