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

搜索资源列表

  1. connvert

    0下载:
  2. 对矩阵进行LU分解并求逆,该程序适用于任意维数方阵,-right matrix factorization and inverse, the procedures applicable to arbitrary dimension arrays
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1176
    • 提供者:jyki2541
  1. matrix_reverse

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

    • 发布日期:2008-10-13
    • 文件大小:6816
    • 提供者:mathstony
  1. vcmatrix

    0下载:
  2. 本源码包括矩阵运算的基本功能,包括矩阵加减、乘除、转置、求逆-the source of matrix of the basic functions, including matrix addition and subtraction, multiplication and division, to home, the inverse
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1589
    • 提供者:lilelin
  1. jjsf

    0下载:
  2. 含有矩阵加、减、乘、除及转置、求逆运算等等,还需要改进-containing matrix, subtraction, multiplication, addition and to the home, seeking inverse operation, and so on, it is also necessary to improve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2536
    • 提供者:self
  1. invGreville

    0下载:
  2. 矩阵的广义逆计算,共两种方法,其中迭代法有一阶收敛和二阶收敛-generalized inverse matrix calculation, a total of the two methods, which iteration is a second-order convergence and convergence
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1707
    • 提供者:lixuan
  1. chenbihongsuanfayanghj666

    0下载:
  2. 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:210896
    • 提供者:yyy
  1. LUwerwer

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

    • 发布日期:2008-10-13
    • 文件大小:882
    • 提供者:王另
  1. qiufeixianxingfangchengzuzuixiaoerchengjiedeguangy

    2下载:
  2. 1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1 void (*f)() : 指向计算非线性方程组中各方程
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2396
    • 提供者:罗坤
  1. njz

    0下载:
  2. 用特兰特方法进行矩阵的求逆计算和数值模拟。-Telante method using the inverse matrix calculation and numerical simulation.
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:1736
    • 提供者:lsx
  1. MatrixOperater

    2下载:
  2. 此程序支持矩阵的常用计算,用C++实现,使用简单。支持求逆,伴随,行列式,加减乘除等运算-matrix support this procedure commonly used terms with C achieved using simple. Support for inverse, accompanied by the determinant, such as arithmetic operations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:398329
    • 提供者:姚秋林
  1. gauss-jord

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

    • 发布日期:2008-10-13
    • 文件大小:1178
    • 提供者:靳风
  1. ConvertMatrix

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

    • 发布日期:2008-10-13
    • 文件大小:1394
    • 提供者:wh
  1. CMatrixForCpp

    1下载:
  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. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1990
    • 提供者:WM
  1. gyn

    0下载:
  2. 求解广义逆矩阵 数学常用算法 集几位同学之作 共同探讨所得-generalized inverse matrix solving mathematical algorithms several students were set to jointly explore for proceeds
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7666
    • 提供者: 许明明
  1. matrix_operation

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-this procedure can be completed matrix of input and output. Have the same number of rows and columns in the matrix between the additive and subtractive. Matrix multiplicat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:75490
    • 提供者:李然
  1. SimpleDataStruct

    0下载:
  2. 小弟初学者,简单数据结构: 包括单链表逆置,对陈矩阵相乘,分解单链表,分块查找,交换左右自述,模式匹配,二叉排序树、删除子串,冒泡排序等-younger beginners, a simple data structure : single-chain including inverse home, Chen matrix multiplication, single-chain decomposition. Search Block, exchange around the readme,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:91319
    • 提供者:HuiCong
  1. 高斯赛德尔全主元逆矩阵

    0下载:
  2. 高斯赛德尔全主元逆矩阵-high Shisaideer all PCA inverse matrix
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1100
    • 提供者:赵君龙
  1. 高斯赛德尔逆矩阵算法类

    0下载:
  2. 高斯赛德尔逆矩阵算法类-high Shisaideer inverse matrix algorithm category
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:971
    • 提供者:赵君龙
  1. 矩阵求逆

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

    • 发布日期:2008-10-13
    • 文件大小:6346
    • 提供者:林海华
  1. qiunizhen

    0下载:
  2. 利用vc的对话框输入矩阵后,求解矩阵的逆矩阵-vc use the dialog box input matrix, the matrix for the inverse matrix
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:67828
    • 提供者:石辰
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 35 »
搜珍网 www.dssz.com