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

搜索资源列表

  1. inv

    0下载:
  2. 求矩阵逆嘚多种方法,可以任一选择,aaaaaaaaaaaaaa,无解压密抹-De inverse matrix for a variety of methods, can be the head of a choice, aaaaaaaaaaaaaa no secret extract clean
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1296
    • 提供者:
  1. qiuni11

    0下载:
  2. 这是用来求矩阵的逆的一个方法,可能不是很好,希望大家能指点指点哦-This is the matrix used for the inverse of a method may not be very good, pointing out the hope that we can kind oh
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:836
    • 提供者:谈红鱼
  1. apprix_kalman

    0下载:
  2. kalman中计算指数收敛的矩阵级数近似求矩阵逆的算法步骤-Tracking index calculated convergence of Matrix series approximation for the inverse matrix algorithm steps
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-15
    • 文件大小:535
    • 提供者:李伟
  1. NumAna_GaussElim

    1下载:
  2. 这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。   程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5133
    • 提供者:高天
  1. gaosi

    1下载:
  2. 求矩阵的逆阵,利用高斯消去法,是本人编写的MATLAB源码
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:806
    • 提供者:黄杰
  1. rinv

    0下载:
  2. 本程序开发环境为c++ builder.是一个c控制台程序.主函数通过调用子函数int rinv(int n,double a[])实现了全选主元高斯-若尔当消去法求矩阵的逆.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11395
    • 提供者:huaiqingdashi
  1. juzhenjishuan

    0下载:
  2. VC++ 写的一个矩阵计算器程序,带有源码和详细的分析报告,可以直接作为课程设计报告 阐述了选择矩阵计算器程序的理由和要完成的目标,分析了本程序要实现的各项功能,给出了程序的流程图;分析了求矩阵的逆,矩阵的秩,和求行列式的值的算法;说明了测试程序的方案,就测试中遇到的问题给出了相应的解决方法;
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:67008
    • 提供者:zhx
  1. GetTheNIofMax

    0下载:
  2. 用c++builder开发的一个小的 求矩阵的逆的原代码程序,有可执行文件,但是使用的话必须经过适当的修改,因为通用性还不好
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:372181
    • 提供者:adanlee
  1. Gaussian_elimination

    0下载:
  2. 求线性方程组的解和系数矩阵的逆,用C实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2032
    • 提供者:姚宙
  1. matrix

    0下载:
  2. 线性代数 求矩阵的逆 高斯gauss消元
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:898
    • 提供者:crazygir1
  1. matrix_convert_cPP

    0下载:
  2. 用c++语言来写的求矩阵的逆,比MATLAB来说,略显的有一点复杂-With c++ language to write the inverse matrix of demand than MATLAB, the bit' s a little complicated
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1493
    • 提供者:章朔
  1. shuzhifenxi

    1下载:
  2. 北航数值分析大作业三,功能为用Newdon法求解非线性方程组,Gauss法求解线性方程组,求矩阵的逆,二元二次插值,按最小二乘原则进行二元拟合并自动寻找最小阶数。-Northern analysis of large numerical operations three functions with Newdon method for solving nonlinear equations, Gauss method for solving linear equations, find the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:8243
    • 提供者:朱付涛
  1. pinv

    1下载:
  2. //奇异值分解法求广义逆 //本函数返回值小于0表示在奇异值分解过程, //中迭代值超过了60次还未满足精度要求. //返回值大于0表示正常返回。 //a-长度为m*n的数组,返回时其对角线依次给出奇异值,其余元素为0 //m-矩阵的行数 //n-矩阵的列数 //aa-长度为n*m的数组,返回式存放A的广义逆 //eps-精度要求 //u-长度为m*m的数组,返回时存放奇异值分解的左奇异量U //v-长度为n*n的数组,返回时存放奇异值分解的左奇异量
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3556
    • 提供者:钟钟
  1. nizhen

    0下载:
  2. 这是求矩阵逆的一种方法的源代码.用的是代数余子式求的-This is the inverse matrix of a method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1355
    • 提供者:s
  1. Matrix

    1下载:
  2. 矩阵运算库,支持加、减、乘、除、转置、求逆(Matrix operation library, support plus, subtraction, multiplication, division, transpose, inversion)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:10158080
    • 提供者:DWOW
  1. wecializationkbatch

    1下载:
  2. 矩阵,复数自定义数据类型的C++实现,矩阵求逆采用牛顿法,()
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:Moptaquc
  1. 线性方程组求解

    1下载:
  2. 利用hermite标准形和满秩分解求矩阵广义逆,并且利用广义逆求解线性方程组,可以判断解的形式(Using Hermite canonical form and full rank decomposition to find the generalized inverse of a matrix, and using the generalized inverse to solve a system of linear equations, the form of the solution ca
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-06-30
    • 文件大小:2048
    • 提供者:嫌疑人H
  1. Generalized Inverse Matrix

    1下载:
  2. 使用Hermite标准型、SVD分解和满秩分解求矩阵的广义逆,在此基础上求解线性方程组的解。(Hermite's canonical form, SVD decomposition and full rank decomposition are used to find the generalized inverse of the matrix, and then the solution of the linear equation system is solved.)
  3. 所属分类:其他

    • 发布日期:2020-06-30
    • 文件大小:2048
    • 提供者:hh_w
  1. 正则化方法

    2下载:
  2. 在进行矩阵求逆等计算时遇到矩阵条件数较大导致病态时,常用的各种解决病态方程方法(In the calculation of matrix inversion, when the number of matrix conditions is large, which leads to ill condition, various common methods to solve ill condition equation are used)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-18
    • 文件大小:8192
    • 提供者:Megumij
  1. ELM_样例

    0下载:
  2. 极限学习机(Extreme Learning Machine, ELM)用来训练单隐藏层前馈神经网络(SLFN)与传统的SLFN训练算法不同,极限学习机随机选取输入层权重和隐藏层偏置,输出层权重通过激活函数函数,依据Moore-Penrose(MP)广义逆矩阵理论计算解析求出。(Extreme learning machine (ELM) is used to train single hidden layer feedforward neural network (SLFN). Differe
  3. 所属分类:数据挖掘

    • 发布日期:2020-12-27
    • 文件大小:2048
    • 提供者:Mapleccc
« 1 2 ... 33 34 35 36 37 3839 40 »
搜珍网 www.dssz.com