搜索资源列表
矩阵行列式值
- 计算矩阵行列式值的源程序-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 decomposition, cholesky decomposition an
Matrix1.0
- 一个小型的计算线形代数的程序,可计算矩阵各种基本运算,其中矩阵行列式算法优秀高速。-a small linear algebraic calculation procedures, translate basic matrix operations, matrix determinant of outstanding high-speed algorithm.
毛xlmatrix
- 一个可以计算矩阵行列式 逆矩阵,等其他矩阵运算的程序-one can calculate the matrix inverse matrix determinant, matrix operations and other procedures
D1
- visual c++查过能用数值算法 附带光盘里面的源代码,矩阵行列式解方程组
幂法反幂法求矩阵最大和最小特征值
- 上下带宽分别为2,矩阵元素分别为ai,b,c的对称带状矩阵A,运用两次幂法和一次反幂法求得该矩阵A的最大和最小特征值、按模最小特征值、中心移位法求与常数k最接近的特征值,以及特征值A的行列式detA和条件数cond(A)。
矩阵求逆
- 用结构体实现矩阵的运算,如行列式,求逆等
Matrix
- c语言实现矩阵运算。包括矩阵加减法,乘法,转置,求行列式,求逆矩阵等。-Matrix algorithm ,realized by c language.including matrix add,multiply,transpose,determinant,inverse.
Matrix
- 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
martix
- 矩阵类 矩阵基本运算,伴随矩阵,行列式,转置矩阵 -Matrix Matrix basic computing, adjoint matrix, determinant, transpose matrix
Matrix
- 矩阵类库源码,加、减、乘、行列式等,绝多是方便有用的工具!-Matrix class library source code, add, subtract, multiply, determinant, etc., must be convenient and more useful tool!
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 other procedures, has a certai
Matrixoperation
- 矩阵转置&& 矩阵行列式&& 矩阵求逆三个函数-Matrix transpose Matrix Determinant & & & & 3 function matrix inversion
gaosiruodangfaqiujuzhenhejuzhenhanglieshi
- 该源代码用高斯-若当法矩阵求逆与矩阵行列式-The source code using Gauss- Jordan method matrix inversion and matrix determinant
matrix_range
- 本C源程序可用于求M阶矩阵的行列式。其中M直接宏定义-The C source code can be used for M-order determinant of the matrix. The definition of M one of the direct-hong
Matrix
- 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
11—矩阵按键(代码最少的)
- 单片机矩阵按键程序, 单片机系统中,若使用按键较多时如电子密码锁、电话机键盘等一般都至少有12到16个按键,通常采用矩阵键盘。 矩阵键盘又称行列键盘,它是用四条I/O线作为行线,四条I/O线作为列线组成的键盘。在行线和列线的每个交叉点上设置一个按键。这样键盘上按键的个数就为4*4个。这种行列式键盘结构能有效地提高单片机系统中I/O口的利用率。(Singlechip matrix button program)
C++实现矩阵的所有运算
- 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
jzhen
- 利用C实现矩阵行列式,可以求任意n维矩阵的行列式(Determinant of arbitrary n-dimensional matrix)