搜索资源列表
高斯消去求逆矩阵
- 通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。-through Gaussian elimination method for computing matrix inversion, the project has a strong practical value.
求逆
- 矩阵求逆c语言算法!-matrix inversion algorithm c language!
juzhen求逆
- 不错的矩阵求逆的小程序-good matrix inversion of small programs
逆矩阵
- 这是一个利用VC++编写的求逆矩阵的算法,在WindowsXP、2000、98上运行成功。-This is a VC prepared by the inverse matrix algorithm, in WindowsXP, 2000,98 running successfully.
矩阵求逆的c语言算法
- 通过利用c语言编程实现了对矩阵求逆的操作,可以大大简化用户的某些操作
矩阵求逆的JAVA代码
- 用JAVA写的各种数学常用算法,包括矩阵求逆等。
下三角矩阵的逆矩阵的详细算法
- 求下三角矩阵的逆矩阵的详细算法 matlab 矩阵计算
gaussj.rar
- 高斯消去法求逆矩阵,简单易学,特别适合初学者, Gaussian elimination inverse matrix, easy to learn, especially suitable for beginners
mainverse.rar
- 用Fortran95写的一个矩阵求逆程序,大家可以试试~~~,Fortran95 Writing with a matrix inversion procedure, you can try ~ ~ ~
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.
Matrix
- c语言实现矩阵运算。包括矩阵加减法,乘法,转置,求行列式,求逆矩阵等。-Matrix algorithm ,realized by c language.including matrix add,multiply,transpose,determinant,inverse.
Matrixcalculation
- 矩阵运算,包括矩阵的加减乘除,求逆矩阵,并可以判断矩阵是否可以相加或相乘-Matrix operations, including matrix addition and subtraction, multiplication and division, and inverse matrix and matrix can determine whether the sum or multiply
inv
- 用矩阵变换法求逆矩阵 C++,已通过测试-Matrix transformation method using the inverse matrix C++, Have passed the tests
matrixinversion
- 通过Fortran环境实现对复矩阵求逆,简约而且精确-Complex matrix inversion
InverseofSquareMatrix
- 求逆矩阵完美版 c++编译通过 含源程序-Inverse of a Square Matrix
Matrix_Inverse
- 矩阵求逆,适用于求解N*N矩阵的逆矩阵。-Matrix inversion for solving the inverse matrix N* N matrix.
add.rar
- 为了求逆矩阵,这是一个基于C#语言的,求逆矩阵的程序(inverse matrix In order to inverse matrix, this is a program based on C# language, inverse matrix)
求逆矩阵
- 用mathcad求逆矩阵,可以看到完整的计算公式,很方便(With Mathcad inverse matrix, you can see the complete formula is very convenient)
Matlab
- 对于已经给出的横坐标及对应的函数值,进行三次样条插值。边界条件为二阶导数为0。 需要的追赶法程序也在内。另外还有高斯消去法和gauss-jordan法求逆矩阵的程序(Two of the programes are aming to solving the problem of cubic interpolation with the boundary condition of the zero second-order derivation. The programe of the chasi
矩阵求逆LU分解法
- C++编写LU分解法求逆矩阵,亲测可用。(LU decomposition is used for matrix inverse by C++,I test with good results.)