搜索资源列表
Inverse-of-a-matrix
- 用C++语言编写的矩阵求逆的程序,源程序中使用的是3x3的矩阵,可以根据需要自己在程序中修改-Written in C++ language, the matrix inversion procedure is used in source code 3x3 matrix, can be modified in the program needs its own.
guangyinijuz
- 提供广义逆矩阵的一般求法,可以求取任意维数的广义逆矩阵-Generalized inverse matrix to provide a general demand method, you can strike any dimension of generalized inverse matrix
InvMatrix
- 自写矩阵求逆代码,已测试绝对正确,对于初学c或图像处理的学者有用-Since writing the code matrix inversion has been tested absolutely right, image processing for the beginner c or useful to scholars
matrix_operation
- 实现矩阵的相关运算,譬如求逆,相乘等等。-matrix_operation
invert
- 矩阵求逆程序,基于mpich平台的并行计算程序,用于多台计算机同时计算以提高效率。-Matrix inversion procedure, based on parallel computing platforms mpich program for calculation of multiple computers at the same time to improve efficiency.
juzhenjisuan
- 矩阵计算,包括矩阵相加、相减,相乘,还有求逆、转置,可直接调用-Matrices, including matrix addition, subtraction, multiplication, there is inverse, transpose, can be directly invoked
HHBG
- 采用QR方法求解矩阵特征值,同时实现矩阵求逆-Using QR method for solving matrix eigenvalue, while achieving the inverse matrix
matrix-analysis-experiments-of-USTC
- 科大矩阵分析课实验,包括求逆矩阵和矩阵的满值分解,使用C++编程-USTC matrix analysis course experiments, including the full value of the inverse matrix and matrix decomposition, using the C++ programming
juzhen-qiuni-1
- 设A可逆,对(A|E)进行初等行变换,将A化为单位阵,即(E|B),则B就是A的逆矩阵。这叫做用初等变换求逆矩阵,可以用这种方法求。 .应用分块矩阵的性质求逆矩阵。但是基本的矩阵逆还是要用初等变换求 -Let A reversible, right (A | E) for elementary row transformation into units of the A matrix, namely (E | B), then B is the inverse of A. This is
233212
- 另类的矩阵求逆矩阵,保证你没看过的源程序-Alternative matrix inverse matrix to ensure you have not seen
Matrix_NI
- 矩阵如何求逆矩阵,看似简单,实现起来稍有点复杂-How matrix inverse matrix, seemingly simple, a little bit complicated to implement
inverse-matrix
- 一个求逆矩阵的小代码片段,很好的计算方法-An inverse matrix of small code fragments, good method of calculation
mex_cbi_inv
- matlab中求逆矩阵函数inv的c语言实现-Compute matrix inverse.
X-1
- 使用C语言编写了求逆矩阵的运算。完全可以实现多维矩阵的求逆,不能求逆的矩阵也能辨识出来。-Use C language to write the calculation of the inverse matrix. Can realize the multidimensional matrix of the inverse, can not be the inverse of the matrix can be identified.
bundwidtkjandidatehead
- 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix calculation, including matrix multiplication, inverse matrix eigenvalue and eigenvector and so on
求逆矩阵的C代码
- 该函数代码实现求一个N阶方阵的逆矩阵的功能(The function code to achieve a N order inverse function of the square matrix)
57578866Matrix_LU_INV
- 这是一个使用lu来求逆矩阵的算法那,算法很好,很不错啊(this is a lu algorithm)
MatrixCalculator
- 在C中实现矩阵运算,包括求逆 乘法 分解等(the calculation of matrix)
Data.PS科学计算与绘图软件
- Data.PS功能简介:本数据处理软件内置表格编辑器,可以方便的进行数据输入输出;可以进行常见的(a)数值计算,如求解线性方程组、非线性方程组、常微分方程组、多项式求根、傅里叶变换、傅里叶逆变换、线性规划求解、多元线性回归和多元非线性回归参数拟合(20参数)、插值、微分、积分、求逆矩阵、矩阵特征值和特征向量、行列式值;(b)统计分析,统计描述、频数分布、假设检验、正态分布检验、二项式分布检验、泊松分布检验、相关性分析、方差分析;(c)6Sigman工具,过程能力CPK计算、测量系统分析MSA、公
ARQMRZB83
- 矩阵相关运算,拷贝矩阵,打印矩阵内容,为矩阵赋初值,调用高斯约旦算法求逆矩阵()