搜索资源列表
矩阵所有运算
- 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
数学
- c语言的数学实验报告 (该程序经过调试成功后能实现五项功能:1,解n阶行列式;2,解n阶线性方程; 3,求矩阵相乘;4,求矩阵;5,退出) 交作业好用-mathematical experiment (after debugging the program can achieve success after five functions : 1. Xie n order determinant; 2, n-order solution of linear equations; 3, seekin
ArrayMatrix
- 矩阵类 矩阵基本运算,伴随矩阵,行列式,转置矩阵-Matrix basic operations, accompanied matrix determinant, matrix transpose, etc.
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 method for solving matrix equ
4X4key
- 4X4行列式矩阵键盘驱动
KEY_SCAN
- 4x4矩阵键盘的扫描程序 //按相应的按键,数码管显示相应的数字,键盘接口为行列式
rtwmat1
- 该类是用于涉及数值计算特别是矩阵运算时的极佳选择,计算行列式、求逆、求秩、矩阵加减乘除样样皆有------限制,只能用于浮点型计算
Matrix
- 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
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
hanglieshi
- 可以方便快捷的求矩阵的行列式 其中矩阵可以是任意阶-Can be convenient and efficient matrix determinant matrix which can be arbitrary order
computeralgorithmsandnumericalprocedures
- 各种数值计算的算法,求逆,行列式,矩阵之间的乘法,分解,方程的解 计算机常用数值计算算法与程序-A variety of numerical algorithms, inverse, determinant, matrix multiplication between the decomposition, equation commonly used
3
- 输入矩阵--矩阵加--乘--行列式--矩阵伴随--转置--逆-Enter the Matrix- Matrix plus- x- Determinant- matrix with- to home- against the
determinant
- 输入一个矩阵,计算矩阵行列式的值。还得要20子说明-Enter a matrix, computing the value of the matrix determinant.
Matrix_written_In_CSharp
- 自己使用的一个C#编写的,矩阵类,使用这个类可以方便的实现矩阵的运算,行列式求值、矩阵求逆、矩阵分解等功能。-A C# Class can be used as a tool to perform Martrix arithmetic. This Class can be easily added into your own application.
Matrix
- 简单矩阵运算,矩阵求逆,矩阵加法,矩阵乘法,矩阵行列式-Simple matrix operations, matrix inversion, matrix addition, matrix multiplication, matrix determinant
Determinant-of-matrix
- 运算矩阵行列式。 输入某个矩阵的地址,即可输出该矩阵的行列式,行列式是否为零能判断该矩阵是否奇异。-Calculating the determinant of a matrix
C++实现矩阵的所有运算
- 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
Matrix
- 这是一个用c#语言写成的矩阵类,可以完成矩阵的各种准确的数学计算,如:矩阵的加减乘除、转置、逆运算、 复矩阵的乘法、求行列式值、 求矩阵秩、一般实矩阵的奇异值分解、求广义逆、约化对称矩阵为对称三对角阵、实对称三对角阵的全部特征值与特征向量的计算、求赫申伯格矩阵全部特征值、求实对称矩阵特征值与特征向量等.可以将其做成dll用到其他的环境下。填补了.net中没有矩阵的空白,是你进行科学计算不可或缺的插(This is a written in c# matrix, it can complete a
jzhen
- 利用C实现矩阵行列式,可以求任意n维矩阵的行列式(Determinant of arbitrary n-dimensional matrix)
fortran求逆子程序
- fortran 求逆矩阵子程序,包含求行列式子程序(FORTRAN inverse matrix subroutine, including determinant subroutine)