搜索资源列表
reverse_matrix
- 这是一个求矩阵的逆矩阵快速算法的c语言代码,非常好用,你可以将其封装成动态库用,也可以直接用-This is a matrix for the rapid inverse matrix algorithm c language code and very handy, You can be as dynamic Packaging library, can be directly used
NumAna_GaussElim
- 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。 程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。
gaosi
- 求矩阵的逆阵,利用高斯消去法,是本人编写的MATLAB源码
juzhenjishuan
- VC++ 写的一个矩阵计算器程序,带有源码和详细的分析报告,可以直接作为课程设计报告 阐述了选择矩阵计算器程序的理由和要完成的目标,分析了本程序要实现的各项功能,给出了程序的流程图;分析了求矩阵的逆,矩阵的秩,和求行列式的值的算法;说明了测试程序的方案,就测试中遇到的问题给出了相应的解决方法;
gauss_jordan
- 采用全选主元的高斯—若当方法求矩阵的逆矩阵,矩阵阶数不限但要非奇异,只需在主函数中给出阶数和矩阵各元素即可
matrix
- 线性代数 求矩阵的逆 高斯gauss消元
下三角矩阵的逆矩阵的详细算法
- 求下三角矩阵的逆矩阵的详细算法 matlab 矩阵计算
nijuzheng 求矩阵的逆矩阵
- 求矩阵的逆矩阵,不用递归,就可输出任何输入矩阵的逆矩阵。用C++写的。算法思路绝对清晰易懂。-Find inverse of a matrix, without recursion, can you export any of the input matrix matrix. Written in C++. Algorithm ideas absolutely lucid.
shuzhifenxi
- 北航数值分析大作业三,功能为用Newdon法求解非线性方程组,Gauss法求解线性方程组,求矩阵的逆,二元二次插值,按最小二乘原则进行二元拟合并自动寻找最小阶数。-Northern analysis of large numerical operations three functions with Newdon method for solving nonlinear equations, Gauss method for solving linear equations, find the
Eigenvalue
- 用QR分解来求矩阵的全部特征值 包括:QR分解,矩阵转置,;矩阵求逆,矩阵相乘,最后迭代得出特征值-With QR decomposition to the full matrix eigenvalue include: QR decomposition, matrix transpose, matrix inversion, matrix multiplication, and finally reached eigenvalue iteration
Converse
- 用最大主元法求矩阵的逆,可以求不规则矩阵的逆,结果稳定-Element method with the greatest master of the inverse matrix can be irregular for the inverse matrix, resulting in stable
Matrix
- 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
InvMatrix
- 求矩阵的逆矩阵,输入参数为原矩阵和输出矩阵-Matrix of the inverse matrix, the input parameters for the original matrix and output matrix
GSRD
- 高斯诺当法求矩阵的逆,c++源代码,网上下载,测试有效-When the high-Snow inverse matrix, c++ source code, Internet download, test effective
szjs1
- 矩阵求逆的算法,比较完备,基本上可以求任何矩阵的逆-Matrix inversion algorithm, a more complete, is basically the inverse matrix for any
matrix
- 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
Matrix_Inverse
- 矩阵求逆,适用于求解N*N矩阵的逆矩阵。-Matrix inversion for solving the inverse matrix N* N matrix.
invMatrix
- 求给定矩阵的逆矩阵程序。内含程序与源代码。-求给定矩阵的逆矩阵程序
Generalized_inverse_of_matrix
- 求矩阵的广义逆。对矩阵没有限制,可以是方阵,也可以不是方阵。-Generalized inverse of a matrix. There is no limit on the matrix, can be square, you can not square.
Inv_matrix
- 四种方法计算逆矩阵, 用四种方法求矩阵的逆 , 参数A为给定矩阵(the inverse of matrix)