搜索资源列表
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
Matrix
- 压缩包中有两个工程,exp1使用C语言实现矩阵的行列式求解,矩阵的逆矩阵求解,exp2实现矩阵的满秩分解-Two works in the compressed package, exp1 determinant of the matrix solving using the C language, the matrix of the inverse matrix, exp2 matrix of full rank decomposition
Matrix_Plus_Plus
- 能自动区分手动输入的矩阵为实矩阵还是复数矩阵,并实现矩阵的加,减,乘,除,转置,求逆,求伴随,求行列式的值等运算-Manually enter the matrix can automatically distinguish between real matrices or complex matrix arithmetic and matrix plus, subtract, multiply, divide, transpose, inverse demand accompanied by,
inverse
- 已知矩阵和维数,求出任意维数的矩阵的逆,包括求行列式-Seeking any dimension matrix inverse
Matrix
- 此代码为C++的一个矩阵类,实现了矩阵的相加,想成,行列式,转置等一些基本运算-This code is C++ a matrix class that implements the matrix together, think of, determinant, transpose and some other basic operations
juzenqiuniheqiuhanglieshizhi
- 通过矩阵变换求取矩阵的逆矩阵和通过行列式计算求取行列式的值-failed to translate
matlab
- test2: 一、 基本最小二乘法一次算法 二、 基本最小二乘法递推算法 三、 最小二乘遗忘因子一次完成算法 四、 最小二乘遗忘因子递推算法 五、 最小二乘限定记忆算法 六、 最小二乘偏差补偿算法 七、 增广最小二乘算法 八、 广义最小二乘算法 test3: 一、 辅助变量自适应滤波算法 二、 辅助变量纯滞后算法 三、 辅助变量Tally原理算法 四、 多级最小二乘算法 五、 各类改进最小二乘算法的特点 test4: 1、 第二类随
Martix2.0
- C语言编写的矩阵计算器,可求行列式,转置,行列式并给出计算过程-C language matrix calculator, rectifiable determinant, transpose, determinant and gives calculations
Matrix
- 简单矩阵运算,矩阵求逆,矩阵加法,矩阵乘法,矩阵行列式-Simple matrix operations, matrix inversion, matrix addition, matrix multiplication, matrix determinant
Matrix
- 实现一般的矩阵运算,如乘法,求逆,求行列式等。-Achieve a general matrix operations, such as multiplication, inverse, the determinant and the like.
Determinant-of-matrix
- 运算矩阵行列式。 输入某个矩阵的地址,即可输出该矩阵的行列式,行列式是否为零能判断该矩阵是否奇异。-Calculating the determinant of a matrix
_Matrix
- 矩阵运算类,包含基本的矩阵乘法、转置、求逆、求行列式等功能-Basic function of matrix computation
Data.PS科学计算与绘图软件
- Data.PS功能简介:本数据处理软件内置表格编辑器,可以方便的进行数据输入输出;可以进行常见的(a)数值计算,如求解线性方程组、非线性方程组、常微分方程组、多项式求根、傅里叶变换、傅里叶逆变换、线性规划求解、多元线性回归和多元非线性回归参数拟合(20参数)、插值、微分、积分、求逆矩阵、矩阵特征值和特征向量、行列式值;(b)统计分析,统计描述、频数分布、假设检验、正态分布检验、二项式分布检验、泊松分布检验、相关性分析、方差分析;(c)6Sigman工具,过程能力CPK计算、测量系统分析MSA、公
jmunm50
- 矩阵类 可实现转置,求逆,求秩,求行列式值,求正定,重载了各种运算符()
jzhen
- 利用C实现矩阵行列式,可以求任意n维矩阵的行列式(Determinant of arbitrary n-dimensional matrix)