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

搜索资源列表

  1. mainverse.rar

    0下载:
  2. 用Fortran95写的一个矩阵求逆程序,大家可以试试~~~,Fortran95 Writing with a matrix inversion procedure, you can try ~ ~ ~
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:2722
    • 提供者:luyw
  1. luinverse.rar

    0下载:
  2. 矩阵求逆的算法 用的是LU分解法 是比较简单的矩阵求逆算法,Matrix inversion algorithm is used in LU decomposition method is relatively simple matrix inversion algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1411
    • 提供者:ruru
  1. gaussj

    0下载:
  2. 完全主元法的高斯消元法求逆矩阵算法,计算结果返回矩阵逆和线性方程组的解。-Gauss elimination for the inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:617
    • 提供者:邹博安
  1. Eigenvalue

    2下载:
  2. 用QR分解来求矩阵的全部特征值 包括:QR分解,矩阵转置,;矩阵求逆,矩阵相乘,最后迭代得出特征值-With QR decomposition to the full matrix eigenvalue include: QR decomposition, matrix transpose, matrix inversion, matrix multiplication, and finally reached eigenvalue iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8419
    • 提供者:zengming
  1. inv

    1下载:
  2. 对矩阵求逆,根据提示在visual c++运行环境中输入矩阵及相关参数即可求出逆矩阵-Of matrix inversion, according to prompts in visual c++ runtime environment, type the matrix and related parameters can be obtained inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:902
    • 提供者:谢杰
  1. Matrix

    1下载:
  2. 关于矩阵运算的各种数值算法,包括实(复)矩阵求逆,对称正定矩阵与托伯利兹矩阵的求逆,线性方程组的常用解法,矩阵的各种分解方法,特征向量与特征值的求解等等。-Matrix operations on a variety of numerical algorithms, including the real (complex) matrix inversion,托伯利兹symmetric positive definite matrix and matrix inversion, linear eq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:14467
    • 提供者:JinYao
  1. InvMatrix

    0下载:
  2. 自写矩阵求逆代码,已测试绝对正确,对于初学c或图像处理的学者有用-Since writing the code matrix inversion has been tested absolutely right, image processing for the beginner c or useful to scholars
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:708
    • 提供者:田冰
  1. metrix3

    0下载:
  2. 完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Complete matrix of input and output. With the same number of rows and rows of the matrix between the adder, subtraction. In line with the requirements of the rules of matrix mu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:74995
    • 提供者:
  1. reverse_matrix

    0下载:
  2. 这是矩阵求逆的程序。当你输入矩阵时会有逆矩阵输出。-This is the matrix inversion procedure. When you enter the matrix inverse matrix will be output.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4652
    • 提供者:顾一新
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. invertmatrix

    0下载:
  2. 矩阵求逆的算法,支持各种大小的矩阵,适合做科学计算-Matrix inversion algorithm, the matrix supports a variety of sizes, suitable for scientific computing
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1092242
    • 提供者:孙兴
  1. InvMatrix

    0下载:
  2. 求矩阵的逆矩阵,输入参数为原矩阵和输出矩阵-Matrix of the inverse matrix, the input parameters for the original matrix and output matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:574135
    • 提供者:金立
  1. divh

    2下载:
  2. 简单的矩阵求逆的c语言算法,对初学者适用,包含头文件可以直接镶嵌到其他程序中-Simple matrix inversion algorithm in c language for beginners to apply, including the header files can be directly embedded into other programs
  3. 所属分类:Algorithm

    • 发布日期:2014-12-31
    • 文件大小:1021
    • 提供者:张淼
  1. juzhengjiuni

    1下载:
  2. 矩阵求逆,经典算法,全主元高斯约当法,使用VC++开发-Matrix inversion, the classic algorithm, the entire principal Gauss Jordan method, using VC++ development
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-14
    • 文件大小:104944
    • 提供者:jonh
  1. matrixinverse

    0下载:
  2. 通过CSharp写的关于矩阵求逆的程序,希望对大家有用哈-this is a code about Matrix inverse, I refer to Qinghua C language programe book and use CSharp finish it.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4056
    • 提供者:梁明
  1. include

    0下载:
  2. C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试, C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试-this is a C language code aboue Matrix Invert and Transport, this is classic code about Matrix Invert
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3714
    • 提供者:梁明
  1. qiuni

    0下载:
  2. 矩阵求逆计算 主要用于GIS二次开发中-qiu ni
  3. 所属分类:GIS program

    • 发布日期:2017-03-27
    • 文件大小:855
    • 提供者:kate
  1. szjs1

    1下载:
  2. 矩阵求逆的算法,比较完备,基本上可以求任何矩阵的逆-Matrix inversion algorithm, a more complete, is basically the inverse matrix for any
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:739
    • 提供者:zzz
  1. ls

    0下载:
  2. 矩阵求逆与相乘,最小二乘的经典程序,数据处理时常用到-Matrix inversion and multiplication, the classical least squares procedure is often used for data processing
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:7452
    • 提供者:Snake
  1. invert

    0下载:
  2. 矩阵求逆程序,基于mpich平台的并行计算程序,用于多台计算机同时计算以提高效率。-Matrix inversion procedure, based on parallel computing platforms mpich program for calculation of multiple computers at the same time to improve efficiency.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2635
    • 提供者:web
« 1 2 34 5 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com