搜索资源列表

  1. 矩阵计算类

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

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

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

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

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

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

    0下载:
  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. 矩阵求逆的c语言算法

    1下载:
  2. 通过利用c语言编程实现了对矩阵求逆的操作,可以大大简化用户的某些操作
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-04
    • 文件大小:902
    • 提供者:ja20_09ck
  1. 复数矩阵求逆

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

  1. 矩阵求逆

    0下载:
  2. 用结构体实现矩阵的运算,如行列式,求逆等
  3. 所属分类:源码下载

  1. gauss-invMatrix

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:秦陵
  1. Matrix

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

    • 发布日期:2024-05-19
    • 文件大小:53248
    • 提供者:撒大家
  1. Matrix

    0下载:
  2. c语言实现矩阵运算。包括矩阵加减法,乘法,转置,求行列式,求逆矩阵等。-Matrix algorithm ,realized by c language.including matrix add,multiply,transpose,determinant,inverse.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:180224
    • 提供者:maotianjiao
  1. nijuzheng

    0下载:
  2. 求矩阵的逆矩阵,不用递归,就可输出任何输入矩阵的逆矩阵。用C++写的。算法思路绝对清晰易懂。-Find inverse of a matrix, without recursion, can you export any of the input matrix matrix. Written in C++. Algorithm ideas absolutely lucid.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:guiyongmao
  1. 123

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李东东
  1. add.rar

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

    • 发布日期:2024-05-19
    • 文件大小:27648
    • 提供者:我是谁15
  1. Inv_matrix

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

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

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

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

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

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

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

  1. fortran求逆子程序

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

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

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:gother
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org