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

搜索资源列表

  1. njz1

    0下载:
  2. 数据结构中的简单逆矩阵算法,是数据进阶的不错选择-Simple inverse matrix algorithm data structure is a good choice of data Advanced
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:768
    • 提供者:李先生
  1. glasso

    0下载:
  2. Matlab implementation of the graphical Lasso model for estimating sparse inverse covariance matrix (a.k.a. precision or concentration matrix)
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:24036
    • 提供者:莫琳
  1. wzrh

    1下载:
  2. (1)针对在线计算量大这一缺陷,将预测控制中的柔化输出信号的思想推广到柔化输入信号,使得约束条件被简化为仅对当前控制量的约束,可以直接计算得出;同时该方法避免了求逆矩阵,大大减小了计算量,并能够保证控制算法的可行性和良好的控制性能。 (2)针对传统算法中设计参数整定困难这一缺点,应用基于BP神经网络变参数设计的广义预测控制算法,实现了对控制量柔化参数的在线调整。 (3)利用带有遗忘因子的最小二乘法对系统辨识。本文通过仿真发现该方法对于Hénon混沌系统并不完全适用,可考虑利用其他优化系统
  3. 所属分类:software engineering

    • 发布日期:2015-05-22
    • 文件大小:2048
    • 提供者:王冀龙
  1. 61

    0下载:
  2. 提出了一种结合SVD的小波变换方法,对其在外弹道测量数据中的野值剔除进行了研究。对观测数据进行小波分解,将小波分解后的近似分量和细节分量组合实现相空间重构,作为SVD方法的输入观测矩阵,根据奇异 熵增量准则,对奇异值进行筛选,根据SVD逆变换重构原信号。这一方法克服了Hankel矩阵相空间构建方法数据 端点失真问题。以小波分解后分量重构的相空间可以满足正交性,进一步提高了SVD进行数据降噪和野值检测的精度。仿真数据和试验数据处理结果证明了这一方法的有效性。-Proposed a meth
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:314051
    • 提供者:张力
  1. juzhenqiuni

    0下载:
  2. 本程序运用C语言对任意阶数矩阵实现求逆运算,读者只需改动相应数,即可实现求逆!-This procedure using C language to achieve arbitrary order matrix inversion, the reader just change the corresponding number, you can achieve the inverse!
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:994
    • 提供者:长城
  1. pinv

    1下载:
  2. //奇异值分解法求双精度浮点数矩阵的广义逆 //功能:利用奇异值分解求解一般的m×n阶实矩阵A的广义逆A+。 //方法说明:设m×n阶实矩阵A的奇异值分解式为 //其中 Σ = diag(σ0, σ1, ……,σp)(p≤min(m,n) -1 )且σ0≥σ1≥……≥σp>0 //设U = (U1,U2),其中U1为U中前P+1列列正交向量组构成的m×(p+1)矩阵;V = (V1,V2),其中V1为前P+1列//列正交向量组构成的n×(p+1)矩阵。则A的广义逆为: //A
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:3765
    • 提供者:杜晓莉
  1. nijuzhen

    0下载:
  2. 对矩阵理论当中的逆矩阵的计算进行了求解与分析-Among the matrix theory calculation of the inverse matrix solution and analysis carried out
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1101
    • 提供者:刘浩杰
  1. MatrixExample

    0下载:
  2. 矩阵运算,可实现矩阵相加,相减,求逆,求转置等运算-Matrix operations, enabling matrix addition, subtraction, inverse, transpose operation
  3. 所属分类:.net

    • 发布日期:2017-06-01
    • 文件大小:13755509
    • 提供者:lichunhui
  1. juzhen-qiuni

    0下载:
  2. 利用fortran进行矩阵求逆运算,稳定性高-fortran inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:874459
    • 提供者:姚瑞文
  1. conjgradmethod

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。这里给出共轭梯度法的源程序-Conjugate gradient method (Conjugate Gradient) is between the steepest descent method and
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1059
    • 提供者:lucy
  1. bycgste

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一-Conjugate gradient method (Conjugate Gradient) is between the steepest descent method and Newton' s
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2302
    • 提供者:wangwenshu
  1. cz

    0下载:
  2. AE反距离IDW、克里金Krige插值.txt I显示方法.c www.pudn.com.txt 三对角线追赶法.C 三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt 二分法.c 分段线性插值.c 列主元元素消元.C 利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt 反距离加权插值,貌似不好用IDWUtil.java 埃特肯.c 复合梯形法.c 复合辛普森.c 弦割法.c 操作复数的类Com
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:60887
    • 提供者:songguanjun
  1. haarmtx.m

    0下载:
  2. The Haar transform can be expressed in the matrix form as T = HIHT (inverse transform HTTH) where I is an NxN image matrix, H is an NxN transformation matrix and T is the resulting NxN transform. For Haar transform, the transformation matrix H c
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:1335
    • 提供者:yuki
  1. Matrix2D

    0下载:
  2. 该类封装了平面坐标的矩阵运算的方法,包括正算、反算以及旋转参数、平移参数、错切变换、比例绽放参数的设置,请详见代码中的注释-This class encapsulates the plane coordinates matrix calculation methods, including positive operators, and inverse rotation parameters, translation parameters, shear transformation, propo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1827
    • 提供者:liuxb0219
  1. 1153304_4_2.cpp

    0下载:
  2. A是n阶对称正定矩阵,改程序是目的是求A的逆矩阵,并用A的逆矩阵冲掉A。-A is a symmetric positive definite matrix of order n, the reform process is the goal is to find the inverse of A, and use the inverse matrix A flush A.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:607
    • 提供者:小哈
  1. pinvc

    0下载:
  2. C++求解矩阵的广义逆,已经和MATLAB的计算结果对比过,完全一致、-code to get generalized inverse matrix
  3. 所属分类:Console

    • 发布日期:2017-05-08
    • 文件大小:1758903
    • 提供者:zhao
  1. Inv

    0下载:
  2. 计算任意一个阶数的矩阵求逆,当矩阵可逆的时候,返回值是1和其逆矩阵,否则仅仅返回0-Calculating an arbitrary order of the matrix inversion, when the matrix is ​ ​ reversible when the return value is a matrix and its inverse, otherwise just return 0
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:907
    • 提供者:李冬冬
  1. Inv_matrix

    0下载:
  2. 该程序是用来实现矩阵的逆矩阵的计算,但是矩阵要先输入到输入文件中-The program is used to calculate the inverse of a matrix to achieve, but the matrix input to the first input file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7899
    • 提供者:曹志峰
  1. xiaoqufaqiuni

    0下载:
  2. 以VB为平台,实现测绘方面程序,完成消去法求逆矩阵的实验。-Procedure with the VB as a platform to realize surveying, complete elimination of the inverse matrix of the experiment.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:10628
    • 提供者:卢为伟
  1. Matrix_shujujiegou

    0下载:
  2. 清华大学数据结构作业,实现稀疏矩阵的计算,支持常用运算以及求逆操作-Tsinghua data structure operations to achieve computing sparse matrix to support common operations and inverse operations
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:406788
    • 提供者:吕三娘
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 34 35 »
搜珍网 www.dssz.com