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

搜索资源列表

  1. mr2

    0下载:
  2. 用于解反问题的算法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-The algorithm for solution of the inverse problem, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1045
    • 提供者:gongwei
  1. nu

    0下载:
  2. 用于解反问题的算法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-The algorithm for solution of the inverse problem, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1434
    • 提供者:gongwei
  1. cyuyanshishangbianchengbaili

    0下载:
  2. 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第三篇 系统调用 实例36 用C语言内嵌汇编语言实现
  3. 所属分类:source in ebook

    • 发布日期:2017-05-22
    • 文件大小:7130226
    • 提供者:qunniao
  1. juzhenjisuan

    0下载:
  2. 矩阵计算,包括矩阵相加、相减,相乘,还有求逆、转置,可直接调用-Matrices, including matrix addition, subtraction, multiplication, there is inverse, transpose, can be directly invoked
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2835
    • 提供者:zhao
  1. nz

    0下载:
  2. 求逆矩阵的代码,可能不太好用。只是发上来看看而已。-Inverse matrix of the code, may not be easy to use. Just made up just to see.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2257
    • 提供者:陈泓泽
  1. 12

    0下载:
  2. 用于矩阵地相乘,矩阵的转置以及逆矩阵的求法-For matrix multiplication, transpose and inverse matrix method of seeking
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1047109
    • 提供者:tlh
  1. MatrixOP

    0下载:
  2. 任意元素的矩阵操作,包括加、减、乘、求行列式、求逆-An arbitrary element matrix operations, including addition, subtraction, multiplication, seeking determinant, inverse
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1300025
    • 提供者:惠得
  1. nijuzhen

    0下载:
  2. 同学编的C语言求逆矩阵的方法,值得借鉴哦-Students compiled C-inverse matrix method, it is worth drawing oh
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1282
    • 提供者:mali
  1. InverseofSquareMatrix

    2下载:
  2. 求逆矩阵完美版 c++编译通过 含源程序-Inverse of a Square Matrix
  3. 所属分类:Algorithm

    • 发布日期:2015-01-14
    • 文件大小:48816
    • 提供者:cc
  1. GaussJordan

    0下载:
  2. This project implements the gauss - jordan algorithm to solve inverse matrix-This project implements the gauss- jordan algorithm to solve inverse matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:12758
    • 提供者:daniel
  1. matrix_library

    0下载:
  2. A Stand-alone Library implemented in C to replicate all Matrix related operations in software. Using this library, the user can easily play around with matrices, like transpose, multiply, Inverse
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:8309
    • 提供者:Raviola
  1. fanmifa

    1下载:
  2. 用反幂法求解矩阵按模最小特征值及特征向量。数值分析c程序。-With the inverse power law model by solving matrix eigenvalue and eigenvector of the smallest. C numerical analysis procedures.
  3. 所属分类:Algorithm

    • 发布日期:2015-08-22
    • 文件大小:1661
    • 提供者:林晓风
  1. matrix_inverse

    0下载:
  2. This function calculates the inverse of a square matrix matrix_inverse(double *Min, double *Mout, int actualsize) Min : Pointer to Input square Double Matrix Mout : Pointer to Output (empty) memory space with size of Min actualsize : Th
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1008
    • 提供者:z
  1. Gauss

    0下载:
  2. In linear algebra, Gaussian elimination is an algorithm for solving systems of linear equations, finding the rank of a matrix, and calculating the inverse of an invertible square matrix. Gaussian elimination is named after German mathematician and sc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1335
    • 提供者:dima
  1. EigValCalc

    1下载:
  2. 数值计算:使用幂法、反幂法、LU分解等求解矩阵的按模最大特征值、按模最小特征值、第二条件数以及矩阵行列式值的C++源码实现-C++ implemented Power Method, Inverse Power Method, LU to calculate the eigen & det value of a matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-08-22
    • 文件大小:641613
    • 提供者:Smyle
  1. 3

    0下载:
  2. 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A, elements in line with uniform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1768
    • 提供者:zhu
  1. hw2

    0下载:
  2. 1.对一个256*256的图像进行DCT变换得到图像D,将D得斜下角数值置为零,然后进行DCT反变换. 2.对源图像进行K-L转换 1和2比较-1.Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2.. Apply DCT to these sub images, and get the transfo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1533
    • 提供者:zhengyan
  1. 1122zhenyan

    0下载:
  2. 这个是C制作的源代码。。。 对一幅图像进行DFT变换,分别对源图像在空间域和频域里进行二次抽样和差值,最后得出结果比较。- Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. Apply DFT to these sub images, and get the fourier transformed ima
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2355
    • 提供者:zhengyan
  1. ACL

    0下载:
  2. Rutines to analize the ACL of one dimention, generate ACL of variable neighborhood radius, claculate bruijn diagram, Generate subset matrix acl.mat -> Graf a Celular Autoamta L=1 bruijn.mat -> Generate bruijn diagram and the bruijn ma
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:9743
    • 提供者:larry
  1. xishujuzhenyunsuan

    0下载:
  2. 稀疏矩阵的运算 加减乘除求逆等功能都有 包含报告 代码和可运行程序-Sparse matrix computing functions such as addition and subtraction multiplication and division are inverse
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:205441
    • 提供者:gaoxiancong
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 35 »
搜珍网 www.dssz.com