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

搜索资源列表

  1. inv-matrix

    0下载:
  2. 可以求解矩阵逆矩阵的方法。包含高斯消元法,LU法,二阶法-You can solve the matrix inverse matrix method. Contains the Gaussian elimination, LU law, second law
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1699
    • 提供者:富彬
  1. qiuni

    1下载:
  2. 用fortran求矩阵对应的逆矩阵,里面有个例子文件-Matrix with fortran corresponding inverse matrix, which is an example file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:304896
    • 提供者:yu
  1. Matrix

    0下载:
  2. 一个简单的用于计算矩阵的逆矩阵的C环境下的小程序。-A simple little program for calculating the matrix inverse matrix C environment.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:633339
    • 提供者:王琦
  1. matinv

    0下载:
  2. 一种简单的求矩阵的逆矩阵的程序,且自动处理不可逆时候的情况-A simple inverse matrix Matrix program, and automatically handles the case when irreversible
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4499
    • 提供者:小波
  1. JZQN

    0下载:
  2. 通过输入系数矩阵,利用公式计算其逆矩阵。是个非常实用的小程序。-By entering the coefficient matrix, using the formula to calculate the inverse matrix. Is a very useful little program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3834
    • 提供者:李俊杰
  1. gao-si-xiao-yuan-fa

    0下载:
  2. 是线性代数中的一个算法,可用来为线性方程组求解,求出矩阵的秩,以及求出可逆方阵的逆矩阵。当用于一个矩阵时,高斯消元法会产生出一个“行梯阵式”。高斯消元法可以用在电脑中来解决数千条等式及未知数。不过,如果有过百万条等式时,这个算法会十分费时。一些极大的方程组通常会用迭代法来解决。亦有一些方法特地用来解决一些有特别排列的系数的方程组。-A linear algebra algorithms can be used to solve linear equations, matrices obtaine
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:meihaodi
  1. arnold

    0下载:
  2. 文件1是对固定区域进行arnold置乱;文件2是通过调整最左上角像素的坐标来选择置乱区域;文件3是进行多区域arnold置乱;文件4是利用求逆矩阵的方法进行Arnold反变换-File a fixed area is arnold scrambling File 2 is achieved by adjusting the pixel coordinates of the upper left corner to select scrambling region 3 is a multi-a
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2260
    • 提供者:乔帆
  1. gaosiyuedan

    0下载:
  2. 运用高斯约旦法求出矩阵的逆矩阵,文件中以正定矩阵为例-Using Gauss-Jordan method to calculate inverse of a matrix, for example the file to a positive definite matrix
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:7882
    • 提供者:jimmy
  1. Matrix_NI

    0下载:
  2. 矩阵如何求逆矩阵,看似简单,实现起来稍有点复杂-How matrix inverse matrix, seemingly simple, a little bit complicated to implement
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1023
    • 提供者:王伟
  1. NtHpyYqb

    0下载:
  2. 矩阵运算,转置,逆矩阵,线型代数方程组的求解,-Matrix operations, transpose, inverse matrix, solving linear algebraic equations,
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:172340
    • 提供者:lucia
  1. Numerical-Recipes

    0下载:
  2. 内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving lin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:399533
    • 提供者:Zhao Jinwei
  1. Large-matrix-inverse-fast

    0下载:
  2. 本文首先介绍了逆矩阵的定义以及逆矩阵的相关性质。其次,根据逆矩阵的相关理论主要介绍了矩阵求逆的几种常用方法。 如定义法、伴随矩阵法、初等变换法、三角分解法、分块矩阵法等,并运用软件matlab7.0对一些方法实现了程序化。且通过多次检验证明了所编程序的正确性。文章最后简要阐述了对一些特殊矩阵的求逆算法(如对称正定矩阵、有理矩阵),还有针对一般矩阵的广义逆矩阵的作了浅层次的探究。-This paper introduces the definition of the relevant proper
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:297779
    • 提供者:赵远洋
  1. RGaussianGraphicModel

    0下载:
  2. 对高斯图模型中辨别协方差逆矩阵非零元素的判别。-Gaussian Graphic Model
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:999
    • 提供者:lrc
  1. CeShi2

    1下载:
  2. 已知复数矩阵A求A的逆矩阵B,这个过程比较复杂。- finding the inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1195
    • 提供者:工大的猫猫
  1. inverse-matrix

    0下载:
  2. 一个求逆矩阵的小代码片段,很好的计算方法-An inverse matrix of small code fragments, good method of calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1490
    • 提供者:王军
  1. equation-Root

    0下载:
  2. 提供逆矩阵、多项式的根、一元函数零点等方程求根源码-Provide inverse matrix, polynomial roots, one yuan functions such as zero equation Root Source
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:9576
    • 提供者:Ivy
  1. delphi_matrix_Calculation

    1下载:
  2. 自己写的delphi矩阵运算函数库,包括,求逆,求伪逆矩阵-Write your own library delphi matrix operations, including, inverse, seeking pseudo-inverse matrix, etc.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6832
    • 提供者:高炜
  1. d

    0下载:
  2. 设计一个稀疏矩阵计算器,要求能够:⑴输入并建立稀疏矩阵;⑵输出稀疏矩阵;⑶执行两个矩阵相加;⑷执行两个矩阵相乘;⑸求一个矩阵的转置矩阵;⑹求一个矩阵的逆矩阵(选做)。-Design of a sparse matrix calculator, requires the ability to: ⑴ input and the establishment sparse matrix ⑵ output sparse matrix ⑶ perform two matrices are added
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3073
    • 提供者:David
  1. inverse

    1下载:
  2. 利用fortran编写的求逆矩阵的例子,是一个经典例子,可以拿来学习和练手-Examples of the use of inverse matrix fortran written, is a classic example, can be used to learn and practice hand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:940
    • 提供者:xiaofang
  1. mex_cbi_inv

    0下载:
  2. matlab中求逆矩阵函数inv的c语言实现-Compute matrix inverse.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:Lu Jiongjian
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com