CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 逆矩阵

搜索资源列表

  1. 矩阵计算类

    1下载:
  2. 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix Calculation, including Matrix multiplization,etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9710
    • 提供者:lion
  1. 高斯消去求逆矩阵

    1下载:
  2. 通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。-through Gaussian elimination method for computing matrix inversion, the project has a strong practical value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1440
    • 提供者:王五
  1. 矩阵所有运算

    2下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:83488
    • 提供者:球球
  1. 复数矩阵求逆

    2下载:
  2. 求复数矩阵的逆矩阵-for the complex matrix inverse matrix
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6661
    • 提供者:林海华
  1. Matrix_Inverse

    1下载:
  2. 矩阵求逆,适用于求解N*N矩阵的逆矩阵。-Matrix inversion for solving the inverse matrix N* N matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1042
    • 提供者:zhang
  1. inverse

    0下载:
  2. 计算逆矩阵,在矩阵后面夹带一个单位矩阵,然后把前面那一个矩阵处理成对角线单位矩阵,后面的那个矩阵就是逆矩阵。-Computing inverse matrix, a unit entrainment in the matrix behind the matrix, and then in front of it is processed into a matrix, diagonal matrix, the latter matrix that is the inverse matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:908
    • 提供者:hualiayue
  1. gaussian_jodan

    1下载:
  2. 用选主元的Gauss-Jordan方法计算矩阵的逆矩阵 matlab-With pivoting Gauss-Jordan method of inverse matrix matlab
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:641
    • 提供者:zwx
  1. qiuni

    1下载:
  2. 这个fortran程序用于求解矩阵的逆矩阵,方法是高斯消去法-The fortran program for solving the inverse matrix, Gauss elimination method is
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1297
    • 提供者:李冶
  1. gaosi

    0下载:
  2. 这个程序用于求解一个矩阵的逆矩阵,是用高斯消去法解的-This procedure for solving a matrix of, is to use Gaussian elimination solution
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:985
    • 提供者:李冶
  1. smartinv

    0下载:
  2. 通过求解LU分解解线性方程组 大型稀疏矩阵LU分解有用的是容易计算的。不是最快的方式来计算逆矩阵,但要避免消耗储存的问题-computing selected entries of the inverse, by solving a sequence of linear equations after doing an LU factorization. Useful for large sparse matrix which LU decomposition is easy to c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:5205
    • 提供者:
  1. gauss-invMatrix

    0下载:
  2. 利用gauss全主元法求解逆矩阵,自己编的,可能不是太理想,望大家见谅!-inv matrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:747
    • 提供者:秦陵
  1. Matrix

    0下载:
  2. 能计算行列式,逆矩阵,矩阵加减乘法,界面一般-Determinant of the inverse matrix calculation of addition and subtraction multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:53089
    • 提供者:撒大家
  1. 123

    0下载:
  2. 矩阵求逆的源程序,可以求任意阶矩阵的逆矩阵-Matrix inversion of the source, you can find inverse of a matrix of any order
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:756
    • 提供者:李东东
  1. add.rar

    0下载:
  2. 为了求逆矩阵,这是一个基于C#语言的,求逆矩阵的程序(inverse matrix In order to inverse matrix, this is a program based on C# language, inverse matrix)
  3. 所属分类:数学计算

    • 发布日期:2017-12-22
    • 文件大小:27648
    • 提供者:我是谁15
  1. Inv_matrix

    1下载:
  2. 四种方法计算逆矩阵, 用四种方法求矩阵的逆 , 参数A为给定矩阵(the inverse of matrix)
  3. 所属分类:数学计算

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:yayayang
  1. C++实现矩阵的所有运算

    2下载:
  2. 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:82944
    • 提供者:sunguang216
  1. 求逆矩阵

    0下载:
  2. 用mathcad求逆矩阵,可以看到完整的计算公式,很方便(With Mathcad inverse matrix, you can see the complete formula is very convenient)
  3. 所属分类:数学计算

    • 发布日期:2017-12-22
    • 文件大小:20480
    • 提供者:米多多
  1. 逆矩阵计算器 V1.3 绿色免费版

    0下载:
  2. 用于求解矩阵的逆的问题,可以以分数形式表示出来(The problem of solving the inverse of a matrix can be expressed in fractions)
  3. 所属分类:*行业应用

  1. fortran求逆子程序

    1下载:
  2. fortran 求逆矩阵子程序,包含求行列式子程序(FORTRAN inverse matrix subroutine, including determinant subroutine)
  3. 所属分类:Windows编程

    • 发布日期:2021-04-05
    • 文件大小:1024
    • 提供者:史蒂芬孙吖
  1. 矩阵求逆LU分解法

    1下载:
  2. C++编写LU分解法求逆矩阵,亲测可用。(LU decomposition is used for matrix inverse by C++,I test with good results.)
  3. 所属分类:数学计算

    • 发布日期:2021-02-19
    • 文件大小:1024
    • 提供者:gother
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com