搜索资源列表
Algebra
- 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions :
矩阵行列式值
- 计算矩阵行列式值的源程序-calculating the determinant of the matrix source
行列式运算
- 行列式计算,基本的行列式的运算都实现了而且可以任意阶运算,不过阶数太高会影响速度-determinant calculation, the basic determinant of the computing is achieved can be arbitrary order operation, but the order will affect the speed is too high
毛xlmatrix
- 一个可以计算矩阵行列式 逆矩阵,等其他矩阵运算的程序-one can calculate the matrix inverse matrix determinant, matrix operations and other procedures
Matrix1
- 有关的矩阵运算,例如行列式,逆等等 ,以及各种数值算法-the matrix operations, such as determinant, inverse etc., and various numerical algorithm
C_nHLS
- n阶行列式求值的C++类. 输入行列式各分量后,可得到行列式的值。 -n-value determinant for the C category. Determinant of the amount imported, available determinant of value.
MatrixModule
- 常用的矩阵计算,包括求行列式、求逆矩阵等等,类容较全-common matrix, which includes seeking determinant, matrix inversion, etc., over all types of capacity
Householder
- Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of a problem. The accuracy of th
determinant.ppt.
- 数学运算,矩阵运算的说明共式,包括求逆,行列式等-math, matrix operations-a total of the note, including inversion, as Determinant
Determinant
- 求行列式的代码,用了递归算法,要求行列式的元素为整型数据-Determinant for the code, with a recursive algorithm, the requirements for the integer determinant element data
determinant
- 这也是一个很重要的程序,求解行列式的模。-This is also a very important process, solving the determinant of the mold.
Determinant
- 使用C++模板编程实现了任意阶的行列式计算。结构简单,清晰。-Achieve any orders determinant s Calculation using C++ template programming.Simple and Clear.
Matrix
- 一个通用的对矩阵进行操作的类,主要包括:实(复)矩阵的加减、求逆、求秩、行列式求值以及矩阵的乔里斯基分解、三角分解等。-A general class of matrix operations, including: real (complex) matrix addition and subtraction, inverse, seeking the rank, determinant evaluation and matrix Qiaolisiji decomposition, triang
determinant
- It take the determinant of matrix and then take its transpose and check their determinants are same or not.
Determinant-of-a-Matrix
- 采用C语言描写了一个基本矩阵的行列式计算算法,采用了动态分配内存的方式计算。-Using C language to describe a basic determinant of a matrix calculation algorithm, using dynamic allocation of memory is calculated.
determinant
- 工程计算中很有用的行列式计算方法,在通信编码中也很有用。-Useful for engineering calculations in the determinant calculation method is also useful in the communication code in use.
determinant-caculator
- 利用动态数组实现任意阶行列式计算,先将行列式化为上三角型,在计算对角线元素乘积-Dynamic arrays of any order determinant calculation, first the determinant into upper triangular, in the calculation of the diagonal elements of the product of
Determinant-calculation
- 关于行列式计算的C源代码,用的是行列式展开法,用到了递归,很完善,值得参考-Determinant calculation of C source code, with determinant expansion method, use recursion, it is perfect, it is worth Reference
determinant of matrix
- A program in C++ to determine the determinant of a matrix
EigsViaDet
- Computing eigenvalues by sampling the determinant