搜索资源列表

  1. invert

    1下载:
  2. 矩阵求逆的并行算法,使用高斯约当消去法,是从一参考书中copy过来的,谢谢原作者。-matrix inversion of the parallel algorithm, about when the use of Gaussian Elimination Act, a reference book from which the copy over, Thank you, the original author.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:魏东子
  1. laoda

    0下载:
  2. 关于矩阵求逆的小程序,虽小但很实用。矩阵计算在工程中应用很广泛,该小程序中包含有关矩阵求逆的源代码,希望对大家有所帮助-matrix inversion of the small programs, small but practical. Matrix in engineering applications is wide, the small program included the matrix inversion of the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:guoguo
  1. shizhifenxi

    0下载:
  2. 数值分析算法描述与习题解答,由清华大学徐士良教书,用C编写的各种数学算法。比如:托伯利兹型线性代数方程组的递推算法,全选主元高斯消去法解复系数线形代数方程组,复矩阵求逆的全选主元高斯-约当法,等;-numerical analysis algorithm descr iption and answer the questions from Qinghua University XU Shi-liang, teaching C prepa
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:88064
    • 提供者:qinzuoyi
  1. matrixe

    0下载:
  2. 一个矩阵类的实现,有加减乘除、求逆、转置等功能,应该是一个不错的实用程序。-a matrix of type, and it is the arithmetic, inversion, transpose function, it should be a good utility.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:阿木
  1. MatrixModule

    0下载:
  2. 常用的矩阵计算,包括求行列式、求逆矩阵等等,类容较全-common matrix, which includes seeking determinant, matrix inversion, etc., over all types of capacity
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:zhlei
  1. dcjzqn

    1下载:
  2. 在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:史蒂芬
  1. matrix_reverse

    0下载:
  2. 矩阵求逆的c++程序,用来算大规模带分数形式的逆矩阵的,文件输入-matrix inversion c procedures for the large-scale Daibanshu form of the inverse matrix, the file input
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:mathstony
  1. maxConv

    0下载:
  2. 一个关于处理矩阵求逆的代码,希望对大家有帮助-for dealing with a matrix inversion code, we hope to help
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-20
    • 文件大小:133120
    • 提供者:liumei
  1. MatrixCal

    0下载:
  2. 提供矢量点乘,矩阵相乘,以及矩阵求逆等算法源代码,同时以动态链接库的形式打包,让初学者一个动态库制作的例子。-point by providing vector and matrix multiplication, and matrix inversion algorithm source code, the same time as a dynamic link library in the form of packing for b
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:
  1. jhgrerfgjz

    0下载:
  2. 一个简单的求矩阵求逆的c语言算法 一个简单的求矩阵求逆的c语言算法 一个简单的求矩阵求逆的c语言算法-a simple matrix inversion for the C language algorithms for a simple matrix inversion of the c language a simple algorithm The matrix inversion for the C language a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小: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-05-20
    • 文件大小:1024
    • 提供者:wh
  1. juzhenqiunidefangfa

    0下载:
  2. 矩阵求逆C语言法!!!本程序适用于求解多阶矩阵的逆; -matrix inversion C Language Act! ! ! The procedures applicable to solving multi-stage matrix inverse;
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈微
  1. CMatrixForCpp

    0下载:
  2. 一个以double类型为基类型的矩阵类,实现了矩阵的加、减、乘、转置、求逆等基本操作。VC++程序。-a type of double-types of matrices, the matrix to achieve the increase, subtraction, multiplication, transpose, basic inverse operation. VC procedures.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:WM
  1. Matrixqiuni

    0下载:
  2. 矩阵求逆的程序,希望大家可以用到,省去麻烦-matrix inversion process, we hope that could be applied to avoid trouble
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:孙岩
  1. newSMI

    1下载:
  2. 刚从老师实验室拿到的智能天线算法,采样矩阵求逆法,算法很精简,在DSP实现耗费时间很少,是个好算法。-just emerging from the laboratory to get teachers of smart antenna algorithms, matrix inversion sampling method, the algorithm is very concise, In DSP little time-consum
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:kevinzhang
  1. qn1

    0下载:
  2. 快速矩阵求逆算法,通过此算法可快速对N级矩阵进行求逆运算-rapid matrix inversion algorithm, the algorithm can quickly on the N-matrix inverse operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Sean
  1. yuanma

    0下载:
  2. 1.大型稀疏线性方程组的求解 A*X=b 。 2. 一维数组冒泡法排序算法 4.矩阵求逆 5. 改进的牛顿算法——弦割法 -1. Large sparse linear equations, the solution X = A* b. 2. One-dimensional array Bubble Act Sorting Algorithm 4. 5 matrix inversion. Improve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:何富龙
  1. MatrixInverse

    0下载:
  2. C语言实现复数型矩阵求逆 -C language plural-matrix inversion C language plural-matrix inversion
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:张磊
  1. Inv_matrix

    0下载:
  2. 实现了几种矩阵求逆的方法,有助于初学矩阵分析的人理解矩阵求逆-Realize a number of matrix inversion method of matrix analysis will help beginners understand the matrix inversion
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:linglinglu
  1. DGPSSolution

    0下载:
  2. 广义矩阵求逆相关资料,矩阵运算,矩阵概念。-Generalized information matrix inversion, matrix operations, matrix concept.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:514048
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org