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

搜索资源列表

  1. 矩阵求逆

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2008-05-18
    • 文件大小:1010
    • 提供者:snowson
  1. 矩阵计算类

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

    • 发布日期:2008-10-13
    • 文件大小:9710
    • 提供者:lion
  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. 矩阵求逆

    0下载:
  2. 求一般矩阵(实数)的逆矩阵-for general matrix (actual) of the inverse matrix
  3. 所属分类:C#编程

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

    1下载:
  2. 求复数矩阵的逆矩阵!
  3. 所属分类:C#编程

  1. MyMatrix

    0下载:
  2. 一个可以实现矩阵相关运算的程序,例如行列式值,逆矩阵,特征值,矩阵的迹等等,可以作为其他程序的辅助工具,具有一定的实用价值,编译通过,可运行-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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:11376
    • 提供者:石峰
  1. 1

    0下载:
  2. lu分解一个非常好的利用LU分解法求逆矩阵的程序,其... 详细说明:这是一个非常好的利用LU分解法求逆矩阵的程序,其中的Pivot是很好的-lu decomposition of a very good use of LU decomposition of matrix inversion procedures, a detailed descr iption of its ...: This is a very good use of LU decomposition of matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:670
    • 提供者:丁叮
  1. nijuzhen

    0下载:
  2. 同学编的C语言求逆矩阵的方法,值得借鉴哦-Students compiled C-inverse matrix method, it is worth drawing oh
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1282
    • 提供者:mali
  1. inverse

    0下载:
  2. 主要内容:在visual studio上实现矩阵求逆的过程 矩阵求逆:用全选主元高斯约当消去法求n阶是矩阵A的逆矩阵A-1。其中包括矩阵求逆算法描述 -Main elements: the visual studio to achieve the process of matrix inversion matrix inversion: The Select pivot Gauss Jordan elimination order to n-order matrix A is the i
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:6519
    • 提供者:刘丽
  1. gauss-invMatrix

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

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

    0下载:
  2. 自己使用的一个C#编写的,矩阵类,使用这个类可以方便的实现矩阵的运算,行列式求值、矩阵求逆、矩阵分解等功能。-A C# Class can be used as a tool to perform Martrix arithmetic. This Class can be easily added into your own application.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:11605
    • 提供者:mliang
  1. C

    0下载:
  2. 用C++求矩阵的逆矩阵,使用这个比较简单了,有更好的可以指教一下。-Matrix C++, the inverse matrix, the use of this relatively simple, what better to teach.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:1047
    • 提供者:徐斌
  1. 求逆矩阵的C代码

    0下载:
  2. 该函数代码实现求一个N阶方阵的逆矩阵的功能(The function code to achieve a N order inverse function of the square matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:103424
    • 提供者:朱迎昌
  1. 57578866Matrix_LU_INV

    0下载:
  2. 这是一个使用lu来求逆矩阵的算法那,算法很好,很不错啊(this is a lu algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:zhonglin_ye
  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. 用于计算矩阵的一个小程序,除四则运算之外,还有矩阵化简,求逆等功能。(In addition to four operations, a small program for calculating the matrix has the functions of Matrix Simplification and inversion.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-08
    • 文件大小:209920
    • 提供者:不灭死神
  1. Homotopy 同伦算法求矩阵逆

    1下载:
  2. matlab开发环境中,主要用于同伦算法求伪逆矩阵进行分析。(HOMOTOPY CONTINUATION METHODS in matlab)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:219136
    • 提供者:saturnnan
  1. 两种方法矩阵求逆

    1下载:
  2. 采用矩阵逆定义法求矩阵逆,采用高斯消去法求矩阵逆。(The matrix inverse is used to find the matrix inverse, and the Gaussian elimination method is used to find the matrix inverse.)
  3. 所属分类:Windows编程

    • 发布日期:2019-05-06
    • 文件大小:2048
    • 提供者:小下雨
  1. fortran求逆子程序

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

    • 发布日期:2021-04-05
    • 文件大小:1024
    • 提供者:史蒂芬孙吖
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com