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

搜索资源列表

  1. MPinverse

    0下载:
  2. 对给定的长方矩阵用两种方法求其广义逆矩阵,分析其运算量。-Given its rectangular matrix generalized inverse matrix.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:741
    • 提供者:wangxingbao
  1. LU

    0下载:
  2. 该程序用LU分解方法求矩阵的逆矩阵,前提是该矩阵有逆矩阵-The program with the LU decomposition matrix inverse matrix method, provided that the matrix has an inverse matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2527400
    • 提供者:薛思骐
  1. inv_GF2_new

    0下载:
  2. 使用高斯消元法,在GF(2)域上计算矩阵的逆矩阵,比MATLAB自带方法快!-Use Gaussian elimination in GF (2) matrix inverse matrix calculation on the domain, faster than MATLAB own way!
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:DONA
  1. inv_matrix

    0下载:
  2. 实现任意阶数的方阵的逆矩阵运算,输入原方阵和阶数,则可自动解算出目标矩阵-To obtain the inverse matrix of square matrix with arbitrary order, enter the original square matrix and the order, then the target matrix can be extracted automatically.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:818
    • 提供者:Peng Jie
  1. Multifunctional-matrix-calculator

    0下载:
  2. 多功能矩阵计算器是一个方便实用的矩阵计算软件,无需安装,下载可直接免费使用。 功能列表: 1.可计算转置矩阵、代数和、伴随矩阵、逆矩阵 2.可计算两个矩阵的相加、相乘结果 3.可直接从Excel表中复制数据,减少手动输入数据的麻烦 4.可导出计算结果为txt文件,文件内容可直接复制到Excel表格中-Multifunctional matrix calculator is a handy utility matrix calculation software, no installation,
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1909026
    • 提供者:薛皓月
  1. getInvY

    0下载:
  2. 简单的求逆矩阵中单个元素的程序。 用于求解逆矩阵中的单个元素值,基于定义 使用伴随阵/行列式的值求解 只适用于小矩阵。维数太大行列式的值就计算不出来了-Simple inverse matrix of individual elements in the program. For solving the inverse matrix single element values, with the value of the array/determinant of solving only app
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:9487
    • 提供者:zcx
  1. inverse_matrix

    0下载:
  2. 求任何一个矩阵的逆矩阵-invert matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1549
    • 提供者:闫俊义
  1. MOORE_inverse_C

    2下载:
  2. 利用C语言实现MOORE-PENROSE广义逆矩阵的计算,经试验OK。-The realization of MOORE-PENROSE generalized inverse matrix is calculated by using the C language, through the test of OK.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4150
    • 提供者:chao jie
  1. (SFF)

    1下载:
  2. 提取稀疏特征前模拟了人眼的特性,对降维后的图像块先进行了whitening操作,再使用ICA得到字典,利用该字典的广义逆矩阵提取图像块的稀疏特征,然后挑选一定的块进行求取特征相似度和亮度亮度相似度,最后结合这两个相似度得到最终的评价指标。-sparse feature extraction
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2162405
    • 提供者:wcy
  1. matrix

    0下载:
  2. 是一个关于矩阵计算的头文件,包含计算矩阵的逆矩阵,代数余子式,伴随矩阵,行列式,矩阵相乘等。-It is a matrix calculation on the header file containing the calculation of matrix inverse matrix, cofactor, adjoint matrix, determinant, matrix multiplication and so on.
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1484
    • 提供者:XIMAN
  1. inverse-matrix

    0下载:
  2. 该程序可以对任意维数矩阵求逆,只需输入矩阵的维数和各行元素,便可得到逆矩阵。-The program can find the inverse matrix of any dimension, simply enter the number of dimensions and elements of each row of the matrix, you can get the inverse matrix.
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:5102482
    • 提供者:刘亚丽
  1. Matrix-Inversion-Algorithm

    0下载:
  2. 用OpenGL实现了点的显示,实现了求逆矩阵算法-Using OpenGL to achieve a point of the display, to achieve the inverse matrix algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:6845771
    • 提供者:苏末儿
  1. armfly-DSP-tutorials-Chapter-19

    0下载:
  2. 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本期教程主要讲解矩阵运算中的初始化,加法,逆矩阵和减法。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
  3. 所属分类:DSP program

    • 发布日期:2017-05-03
    • 文件大小:691004
    • 提供者:安富莱电子
  1. GAOSI

    0下载:
  2. 高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。不过,如果有过百万条等式时,这个算法会十分省时-Gauss elimination
  3. 所属分类:MPI

    • 发布日期:2017-05-03
    • 文件大小:745688
    • 提供者:KID
  1. nijuzhen

    2下载:
  2. 求逆矩阵的VB程序代码,是一个函数,可以求解多阶逆矩阵-Inverse matrix VB code, is a function that can solve the multi-stage inverse matrix
  3. 所属分类:软件工程

    • 发布日期:2017-05-14
    • 文件大小:6958
    • 提供者:liang
  1. inverse_matrix

    0下载:
  2. 这个程序主要用来求解上三角或下三角矩阵的逆矩阵,Fortran编写。-inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7606
    • 提供者:胡英才
  1. BRINV

    1下载:
  2. 最用全选主元商斯-约当(Gauss-Jordan ) 法求在矩阵的逆矩阵.-About when the Method in inverse matrix- most with full pivoting Suppliers Sri Lanka.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:598
    • 提供者:代持
  1. 2013082711183910

    0下载:
  2. 对于由n个未知数,n个方程组成的组多元一次方程组: a11X1+a12X2+...+a1nXn = b1 a21X1+a22X2+...+a2nXn = b2 ...... an1X1+an2X2+...+annXn = bn 写成矩阵形式为Ax=b,其中A为系数n*n方阵,x为n个变量构成列向量,b为n个常数项构成列向量。当它的系数矩阵可逆,或者说对应的行列式|A|不等于0的时候,由Ax=b可得:x=b*A-1 ,A-1为A的逆矩阵。-For the group consi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:63027
    • 提供者:zanjiangfeng
  1. dasdsak

    0下载:
  2. 矩阵的求逆程序,可以求任意矩阵的逆矩阵,不需要调整代码-Matrix inversion procedure, can find any inverse matrix, no need to adjust the code
  3. 所属分类:Software Testing

    • 发布日期:2017-04-12
    • 文件大小:655
    • 提供者:向大金
  1. nijuzhen

    0下载:
  2. 解算矩阵的C语言代码,已验证可用,主要用于二维数组的逆矩阵的解算。-Computing matrix C language code, verified available, mainly for the solution of two-dimensional array of inverse matrix calculation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5248
    • 提供者:海哥
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com