搜索资源列表
矩阵求逆的c语言算法
- 通过利用c语言编程实现了对矩阵求逆的操作,可以大大简化用户的某些操作
luinverse.rar
- 矩阵求逆的算法 用的是LU分解法 是比较简单的矩阵求逆算法,Matrix inversion algorithm is used in LU decomposition method is relatively simple matrix inversion algorithm
nijuzheng 求矩阵的逆矩阵
- 求矩阵的逆矩阵,不用递归,就可输出任何输入矩阵的逆矩阵。用C++写的。算法思路绝对清晰易懂。-Find inverse of a matrix, without recursion, can you export any of the input matrix matrix. Written in C++. Algorithm ideas absolutely lucid.
divh
- 简单的矩阵求逆的c语言算法,对初学者适用,包含头文件可以直接镶嵌到其他程序中-Simple matrix inversion algorithm in c language for beginners to apply, including the header files can be directly embedded into other programs
matrixinverse
- 通过CSharp写的关于矩阵求逆的程序,希望对大家有用哈-this is a code about Matrix inverse, I refer to Qinghua C language programe book and use CSharp finish it.
include
- C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试, C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试-this is a C language code aboue Matrix Invert and Transport, this is classic code about Matrix Invert
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++
Matrix_Inverse
- 矩阵求逆,适用于求解N*N矩阵的逆矩阵。-Matrix inversion for solving the inverse matrix N* N matrix.
Matrix
- 该程序是主要描述的是矩阵运算,包括矩阵的基本运算,矩阵的求逆,矩阵的奇异值分解,以及特征值以及特征向量的求解等等。-The program is the main descr iption of the matrix operations, including the basic matrix operations, matrix inverse, matrix singular value decomposition, and the characteristic value and char
Matrix_written_In_CSharp
- 自己使用的一个C#编写的,矩阵类,使用这个类可以方便的实现矩阵的运算,行列式求值、矩阵求逆、矩阵分解等功能。-A C# Class can be used as a tool to perform Martrix arithmetic. This Class can be easily added into your own application.
C
- 用C++求矩阵的逆矩阵,使用这个比较简单了,有更好的可以指教一下。-Matrix C++, the inverse matrix, the use of this relatively simple, what better to teach.
the-inv-of--matrix-by-C
- 可以求任意矩阵的行列式,若行列式不为零,则再求出矩阵的逆-Can seek any matrix determinant determinant is not zero, and then calculated the inverse of a matrix
矩阵求逆
- 用于计算矩阵的加减法、乘法以及求解逆矩阵,C语言编写
c-inv-matrix
- 基于c语言,基于指针求取可逆矩阵的逆矩阵,已经在vs2013环境下成功实现-Based on c language, pointer-based strike a reversible inverse matrix, has been successfully achieved in vs2013 environment
求逆矩阵的C代码
- 该函数代码实现求一个N阶方阵的逆矩阵的功能(The function code to achieve a N order inverse function of the square matrix)
C++实现矩阵的所有运算
- 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
矩阵计算器
- 用于计算矩阵的一个小程序,除四则运算之外,还有矩阵化简,求逆等功能。(In addition to four operations, a small program for calculating the matrix has the functions of Matrix Simplification and inversion.)