搜索资源列表
juzhenqiuni
- 矩阵求逆程序源代码 功能:就一般或者大型大矩阵求其逆矩阵!-matrix inversion source code functions : general or large building its matrix inverse matrix!
复数矩阵求逆
- 求复数矩阵的逆矩阵-for the complex matrix inverse matrix
Inverse
- 立体交叉方阵的计算程序-interchange matrix calculation procedures
Matrix
- 实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix
Inverse-of-a-matrix
- 用C++语言编写的矩阵求逆的程序,源程序中使用的是3x3的矩阵,可以根据需要自己在程序中修改-Written in C++ language, the matrix inversion procedure is used in source code 3x3 matrix, can be modified in the program needs its own.
inverse.rar
- 基于高斯消元法的可以进行复数矩阵求逆子程序,Gauss elimination on the matrix can be complex procedures unfilial son
Matrix
- C#的矩阵运算,包括加减乘除,求逆等-C#, matrix operations, including addition and subtraction multiplication and division, inverse, etc.
Matrix
- C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inve
qnys
- 该程序将实现矩阵的求逆运算 请大家多多指教-The program will achieve matrix inverse operation exhibitions please
Matrix
- 用VC++实现代数矩阵中求解矩阵的逆,矩阵的阶数可以是任意,只要改变全局变量即可-Using VC++ realization of matrix algebra to solve the inverse matrix, the order of the matrix can be arbitrary, as long as the change in global variable can be
Inverse_matrix
- 该算法可以实现求矩阵的逆阵,使用起来简单方便.-The algorithm can achieve the operation of matrix inverse .
Matrix
- It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already
matrix_project
- this program calculate the determinant and inverse of matrix. also calculate the multiplication of two matrices.
Matrix
- 矩阵进行逆转换,求转置,求乘积,进行等距插值,带有注释说明-Matrix inverse, transpose, multiplication, equidistant interpolation
Matrix-inverse-operation-to-achieve
- 在c语言环境下运用二维数组存储结构实现矩阵的求逆运算-C language environment in the use of two-dimensional array of storage structures to achieve the matrix inversion
inverse
- 已知矩阵和维数,求出任意维数的矩阵的逆,包括求行列式-Seeking any dimension matrix inverse
matrix
- 求一个矩阵的逆,程序包括求矩阵的逆,以及随机生成一个矩阵,然后计算它的逆并进行验证-Seeking a matrix inverse, including procedures for the inverse matrix, as well as randomly generated a matrix, and then calculate and verify its inverse
Matrix-inverse
- 求矩阵逆,用户只需输入一个矩阵,程序会自动计算出其逆矩阵,方便其他后续矩阵计算-Matrix inversion, users simply enter a matrix, the program will automatically calculate the inverse matrix and facilitate follow-matrix calculations
inv-matrix
- 可以求解矩阵逆矩阵的方法。包含高斯消元法,LU法,二阶法-You can solve the matrix inverse matrix method. Contains the Gaussian elimination, LU law, second law
matrix
- 是一个关于矩阵计算的头文件,包含计算矩阵的逆矩阵,代数余子式,伴随矩阵,行列式,矩阵相乘等。-It is a matrix calculation on the header file containing the calculation of matrix inverse matrix, cofactor, adjoint matrix, determinant, matrix multiplication and so on.
