搜索资源列表

  1. 下三角矩阵的逆矩阵的详细算法

    0下载:
  2. 求下三角矩阵的逆矩阵的详细算法 matlab 矩阵计算
  3. 所属分类:matlab例程

  1. a-1

    0下载:
  2. 求某矩阵的逆矩阵-find the inverse matrix of a matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:欧阳池毅
  1. interfunc

    0下载:
  2. 要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用-requested a matrix inverse matrix there are many ways here to introduce the Gauss-Jordan Elimination get to the inverse matrix method, t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:张蔚
  1. pMatrix

    0下载:
  2. 这是一个用c语言编写的,求pMatrix矩阵的逆矩阵的小程序。-This is a language used c, seeking pMatrix matrix inverse matrix of small programs.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:
  1. reverse_matrix

    0下载:
  2. 这是一个求矩阵的逆矩阵快速算法的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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:hjs
  1. LUwerwer

    0下载:
  2. 通过LU分解求矩阵的逆矩阵,可应用于反幂法的实现-through the matrix factorization for the inverse matrix can be used against the law to achieve power
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:王另
  1. gauss-jord

    0下载:
  2. gauss-jord 求逆的c算法 一种经典的计算 矩阵的逆的算法-gauss- jord c inverse algorithm of a classic inverse matrix calculation algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:靳风
  1. ConvertMatrix

    0下载:
  2. 矩阵求逆是数学运算中常常遇到的。本源码采用全主元矩阵求逆的方法求得矩阵的逆。-inverse matrix arithmetic is often encountered. The main source was used yuan matrix inversion methods achieve the inverse matrix.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:wh
  1. NumAna_GaussElim

    0下载:
  2. 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。   程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。-The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-14
    • 文件大小:5120
    • 提供者:高天
  1. gaosi

    0下载:
  2. 求矩阵的逆阵,利用高斯消去法,是本人编写的MATLAB源码-Inverse matrix array, the use of Gaussian elimination is, I prepared MATLAB source
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:黄杰
  1. gauss_jordan

    0下载:
  2. 采用全选主元的高斯—若当方法求矩阵的逆矩阵,矩阵阶数不限但要非奇异,只需在主函数中给出阶数和矩阵各元素即可-Select All PCA using the Gauss- Jordan method for matrix inverse matrix, the matrix order but are not limited to non-singular, just in the main function in the given
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:余坤
  1. Gauss-Jordan

    0下载:
  2. Gauss-Jordan消去法求矩阵的逆-Gauss-Jordan elimination method of the inverse matrix
  3. 所属分类:Windows编程

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:许晔
  1. nijuzhen

    0下载:
  2. 求矩阵的逆 可以求任意阶矩阵的逆 但是前期是这个矩阵有存在可逆阵-The inverse matrix can be arbitrary order for the inverse matrix is the matrix but the pre-existence of reversible array
  3. 所属分类:C#编程

    • 发布日期:2024-06-14
    • 文件大小:4096
    • 提供者:苏雅
  1. Inverse_matrix

    0下载:
  2. 该算法可以实现求矩阵的逆阵,使用起来简单方便.-The algorithm can achieve the operation of matrix inverse .
  3. 所属分类:Windows编程

    • 发布日期:2024-06-14
    • 文件大小:3072
    • 提供者:guo
  1. GSRD

    0下载:
  2. 高斯诺当法求矩阵的逆,c++源代码,网上下载,测试有效-When the high-Snow inverse matrix, c++ source code, Internet download, test effective
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-14
    • 文件大小:387072
    • 提供者:文磊
  1. inv

    0下载:
  2. 求二阶矩阵的逆 用C语言编程能够实现求矩阵的逆-For second-order inverse matrix programming using C language to realize the inverse matrix
  3. 所属分类:C#编程

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:
  1. gaosiyuedang

    0下载:
  2. 求矩阵的逆(此程序是使用C++编写的,使用的用高速约当法)-gaosiyuedang qiuni
  3. 所属分类:Windows编程

    • 发布日期:2024-06-14
    • 文件大小:192512
    • 提供者:本荣
  1. qiuni2

    0下载:
  2. 用C++实现高斯-亚当求解法求矩阵的逆 -finding the inverse matrix by Guess-Jordan using c++
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-14
    • 文件大小:180224
    • 提供者:熊俊华
  1. C

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

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:徐斌
  1. 两种方法矩阵求逆

    0下载:
  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编程

    • 发布日期:2024-06-14
    • 文件大小:2048
    • 提供者:小下雨
« 12 3 4 5 6 7 8 9 10 ... 38 »

源码中国 www.ymcn.org