搜索资源列表
下三角矩阵的逆矩阵的详细算法
- 求下三角矩阵的逆矩阵的详细算法 matlab 矩阵计算
a-1
- 求某矩阵的逆矩阵-find the inverse matrix of a matrix
interfunc
- 要求出一个矩阵的逆矩阵有许多方法,这里介绍以 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, t
pMatrix
- 这是一个用c语言编写的,求pMatrix矩阵的逆矩阵的小程序。-This is a language used c, seeking pMatrix matrix inverse matrix of small programs.
reverse_matrix
- 这是一个求矩阵的逆矩阵快速算法的c语言代码,非常好用,你可以将其封装成动态库用,也可以直接用-This is a matrix for the rapid inverse matrix algorithm c language code and very handy, You can be as dynamic Packaging library, can be directly used
LUwerwer
- 通过LU分解求矩阵的逆矩阵,可应用于反幂法的实现-through the matrix factorization for the inverse matrix can be used against the law to achieve power
gauss-jord
- gauss-jord 求逆的c算法 一种经典的计算 矩阵的逆的算法-gauss- jord c inverse algorithm of a classic inverse matrix calculation algorithm
ConvertMatrix
- 矩阵求逆是数学运算中常常遇到的。本源码采用全主元矩阵求逆的方法求得矩阵的逆。-inverse matrix arithmetic is often encountered. The main source was used yuan matrix inversion methods achieve the inverse matrix.
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
gaosi
- 求矩阵的逆阵,利用高斯消去法,是本人编写的MATLAB源码-Inverse matrix array, the use of Gaussian elimination is, I prepared MATLAB source
gauss_jordan
- 采用全选主元的高斯—若当方法求矩阵的逆矩阵,矩阵阶数不限但要非奇异,只需在主函数中给出阶数和矩阵各元素即可-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
Gauss-Jordan
- Gauss-Jordan消去法求矩阵的逆-Gauss-Jordan elimination method of the inverse matrix
nijuzhen
- 求矩阵的逆 可以求任意阶矩阵的逆 但是前期是这个矩阵有存在可逆阵-The inverse matrix can be arbitrary order for the inverse matrix is the matrix but the pre-existence of reversible array
Inverse_matrix
- 该算法可以实现求矩阵的逆阵,使用起来简单方便.-The algorithm can achieve the operation of matrix inverse .
GSRD
- 高斯诺当法求矩阵的逆,c++源代码,网上下载,测试有效-When the high-Snow inverse matrix, c++ source code, Internet download, test effective
inv
- 求二阶矩阵的逆 用C语言编程能够实现求矩阵的逆-For second-order inverse matrix programming using C language to realize the inverse matrix
gaosiyuedang
- 求矩阵的逆(此程序是使用C++编写的,使用的用高速约当法)-gaosiyuedang qiuni
qiuni2
- 用C++实现高斯-亚当求解法求矩阵的逆 -finding the inverse matrix by Guess-Jordan using c++
C
- 用C++求矩阵的逆矩阵,使用这个比较简单了,有更好的可以指教一下。-Matrix C++, the inverse matrix, the use of this relatively simple, what better to teach.
两种方法矩阵求逆
- 采用矩阵逆定义法求矩阵逆,采用高斯消去法求矩阵逆。(The matrix inverse is used to find the matrix inverse, and the Gaussian elimination method is used to find the matrix inverse.)