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

搜索资源列表

  1. matrix12

    0下载:
  2. 利用增广矩阵和行变换求逆的方法,对任一矩阵进行满秩分解-The augmented matrix and line conversion inverse any matrix of full rank decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:5015279
    • 提供者:吟游史诗
  1. nijuzhen

    0下载:
  2. 该程序可以计算矩阵的逆矩阵,并对其进行验证-The program can calculate the inverse of a matrix, and verify the
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:1680065
    • 提供者:林雪华
  1. shuzhi

    0下载:
  2. 反幂法求解矩阵的最小特征值; 模特卡洛法求解矩阵某个值附近的特征值,其中采用了瑞丽商加速! -Inverse power method solving the smallest eigenvalue of the matrix model Carlo method for solving matrix eigenvalue of a value near which Ruili manufacturers to accelerate!
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:758
    • 提供者:蜗牛
  1. vector-and-egi-2

    0下载:
  2. 计算一般实矩阵的特征值,但是未给出特征向量,需要逆迭代才能求得。-Generally calculate real matrix eigenvalue, but did not give the eigenvectors inverse iteration in order to obtain.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:316389
    • 提供者:李开赴
  1. nijuzhen

    0下载:
  2. C语言实现逆矩阵的运算,矩阵行列数可自行设定,运行后结果准确。-C language implementation of the inverse matrix computing
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:4883
    • 提供者:王睿
  1. Mifa_Fanmifa

    0下载:
  2. 用幂法与反幂法求解矩阵特征值 -Using the power method and inverse power method to solve matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:329835
    • 提供者:QianZhou
  1. Matrixginv

    0下载:
  2. 广义逆矩阵 C++实现 求逆矩阵 求转置等内容-The broad inverse matrix C++ seek the inverse matrix transpose
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:3067
    • 提供者:lihanwei
  1. Moufid_projet_MCDI

    0下载:
  2. Program that produce Model Geometric and Model Kinematic ( compute Matrix of Jacobian , Inverse of jacobian ) of Any serial Robot ( with library that allow you to select or to build your Robot )
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:301464
    • 提供者:Moufid
  1. zigzag

    0下载:
  2. 输入是一个矩阵,运行程序后得到z字扫描后的向量,输入时一个向量,运行程序后得到的是逆序向量-matrix performs zigzaging or inverse zigzaging
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:608
    • 提供者:杨帆
  1. MatrixComputer11.rar

    0下载:
  2. c#实现通过原矩阵求对应的逆矩阵的详细代码,c# to achieve the original matrix and the corresponding inverse matrix code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:1854
    • 提供者:曹叶军
  1. shuzhifenxi1

    0下载:
  2. 数值分析中通过幂法和反幂法计算矩阵的特征值和特征向量,计算出矩阵的谱范数和行列式,通过c实现-Numerical analysis by the power method and the inverse power method to calculate the matrix eigenvalue and eigenvectors calculated the spectral norm of the matrix and the determinant c achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5893
    • 提供者:liupudu
  1. Matrix_Plus_Plus

    1下载:
  2. 能自动区分手动输入的矩阵为实矩阵还是复数矩阵,并实现矩阵的加,减,乘,除,转置,求逆,求伴随,求行列式的值等运算-Manually enter the matrix can automatically distinguish between real matrices or complex matrix arithmetic and matrix plus, subtract, multiply, divide, transpose, inverse demand accompanied by,
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:5717297
    • 提供者:任东坡
  1. assignment4.c

    0下载:
  2. Power Method & Shifted Inverse Powermethod to find the eigenvalues & eigenvectors of a matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:1965
    • 提供者:sid
  1. fortranadverse

    0下载:
  2. 用于一般矩阵求逆的fortran语言程序,对于64x 程序不能调用一些求逆库函数时,可以应用-Plural inverse matrix, complex matrix inversion matrix, fortran subroutine solving high accuracy and stability, suitable for large matrix calculation
  3. 所属分类:File Formats

    • 发布日期:2017-11-26
    • 文件大小:675
    • 提供者:gxj
  1. Topu

    0下载:
  2. 给定任意一个矩阵,都能对矩阵进行求逆。!!!1-Given an arbitrary matrix can inverse matrix. ! ! ! 1
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:2211951
    • 提供者:李军
  1. ACM.algorithm

    1下载:
  2. 各种算法模板(二分图最大匹配匈牙利算法、最小生成树prime和kruskal算法、Dijkstra算法、两点最短路径负权值边SPFA算法、图任意两点最短路径Floy算法、网络最大流SAP算法、网络最大流最小费用算法、乘法逆元gcd扩展求解算法、线段树区间划分统计算法、矩阵n次方分治法求解、gcd算法、整数划分问题、函数最小点问题、十进制转ACM算法、素数筛选法和欧拉函数求解、快模算法、字符串匹配KMP算法、字典全排列算法、快排、三维度排序、)-Various algorithms templat
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:18165
    • 提供者:林云
  1. Crypto123

    0下载:
  2. Each letter is represented by a number modulo 26. (Often the simple scheme A = 0, B = 1, ..., Z = 25 is used, but this is not an essential feature of the cipher.) To encrypt a message, each block of n letters (considered as an n-component vector) is
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:10023
    • 提供者:gunay
  1. a

    0下载:
  2. 提取图片的灰度共生矩阵,并获得其属性:对比度,相关性,能量,逆差矩。 -Extract a picture of the gray level co-occurrence matrix and its properties: contrast, correlation, energy, inverse difference moment.
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:762
    • 提供者:昌腾
  1. SolveEq3

    0下载:
  2. 求解一个给定矩阵的逆矩阵,只要稍加修改数据即可求任意可逆矩阵的逆矩阵-For solving a given inverse matrix, as long as the data is slightly modified to seek any reversible inverse matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:231890
    • 提供者:maxwellddd
  1. Motion-Detection

    0下载:
  2. In the last decades the Moore-Penrose pseudoinverse has found a wide range of applications in many areas of Science and became a useful tool for different scientists dealing with optimization problems, data analysis, solutions of linear integral
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:13485056
    • 提供者:Madina
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 35 »
搜珍网 www.dssz.com