搜索资源列表
矩阵行列式值
- 计算矩阵行列式值的源程序-calculating the determinant of the matrix source
矩阵所有运算
- 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposit
gauss-C
- * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination
Matrix
- 矩阵类 可实现转置,求逆,求秩,求行列式值,求正定,重载了各种运算符
MatrixMult
- 矩阵运算,可以实现矩阵的转置,求逆,相乘及求行列式值。
det
- 用全选主元高斯(Gauss)消去法计算n阶方阵的行列式值。
MatrixCalc
- 矩阵计数器,用VC++实现了矩阵的一般运算(加减乘),以及求逆求行列式值,和转置等运算-matrix counter, with VC + + implementation of the matrix of the general computing (plus or minus x), and inverse seeking determinant value, and home to such operations
矩阵行列式值
- 计算矩阵行列式值的源程序-calculating the determinant of the matrix source
MatrixCalc
- 矩阵计数器,用VC++实现了矩阵的一般运算(加减乘),以及求逆求行列式值,和转置等运算-matrix counter, with VC++ implementation of the matrix of the general computing (plus or minus x), and inverse seeking determinant value, and home to such operations
矩阵所有运算
- 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposit
SourceFile12
- 程序功能描述: * 行列式键盘检测 * 输入: * 用户的按键事件 * 输出: * 存放用户输入的键值 *-procedures functional descr iption :** Detection determinant keyboard input :* the user* output button events :* storing user input keys*
C_nHLS
- n阶行列式求值的C++类. 输入行列式各分量后,可得到行列式的值。 -n-value determinant for the C category. Determinant of the amount imported, available determinant of value.
gauss-C
- * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination
qiuyibanhanglieshidezhi
- 1.功能 用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言) 2.参数说明 double a[n][n] : 存方阵A的元素,返回时被破坏 int n : 方阵A的阶数 double sdet() : 函数返回行列式的值 3.文件说明 sdet.c为函数程序 sdet0.c为主函数程序-1. Function with all the main election yuan Gaus
Matrix
- 矩阵类 可实现转置,求逆,求秩,求行列式值,求正定,重载了各种运算符-Matrices can be realized transpose, inverse, and rank, and the determinant value, and positive definite, a variety of operator overloading
MyMatrix
- 一个可以实现矩阵相关运算的程序,例如行列式值,逆矩阵,特征值,矩阵的迹等等,可以作为其他程序的辅助工具,具有一定的实用价值,编译通过,可运行-A matrix can be related to computing procedures, such as value determinant, inverse matrix, eigenvalue, matrix trace, etc., can be used as an aid to
hessien1
- 海森差分行列式值,可在匹配时设定一定的阈值,从而减少匹配时间。(Hessian difference determinant value can be set to a certain threshold in the matching, so as to reduce the matching time.)
行列式计算
- 线性代数中计算行列式的值,输入行列式阶数,然后按行键入行列式可以求行列式的值(Calculating the determinant value in linear algebra. Enter the rank of the determinant, then type the determinant by row to find the determinant value)
编写程序求解n阶行列式值的程序
- 编写程序求解n阶行列式值的程序,并在Visual Studio上调试、运行分别计算5阶,9阶,20阶,25阶行列式的值并输出结果。(Write a program to solve the value of n-order determinants, and debug and run on Visual Studio to calculate the value of 5, 9, 20, 25-order determinants a