CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 矩阵 行列式

搜索资源列表

  1. 矩阵所有运算

    2下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:81.53kb
    • 提供者:球球
  1. 数学

    0下载:
  2. c语言的数学实验报告 (该程序经过调试成功后能实现五项功能:1,解n阶行列式;2,解n阶线性方程; 3,求矩阵相乘;4,求矩阵;5,退出) 交作业好用-mathematical experiment (after debugging the program can achieve success after five functions : 1. Xie n order determinant; 2, n-order solution of linear equations; 3, seekin
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:22.08kb
    • 提供者:郑伟雄
  1. ArrayMatrix

    0下载:
  2. 矩阵类 矩阵基本运算,伴随矩阵,行列式,转置矩阵-Matrix basic operations, accompanied matrix determinant, matrix transpose, etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4.27kb
    • 提供者:章杰
  1. gauss-C

    0下载:
  2. * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination method for solving matrix equ
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:xuyan
  1. 4X4key

    0下载:
  2. 4X4行列式矩阵键盘驱动
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:2.15kb
    • 提供者:jhq
  1. KEY_SCAN

    0下载:
  2. 4x4矩阵键盘的扫描程序 //按相应的按键,数码管显示相应的数字,键盘接口为行列式
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33.04kb
    • 提供者:chen
  1. rtwmat1

    0下载:
  2. 该类是用于涉及数值计算特别是矩阵运算时的极佳选择,计算行列式、求逆、求秩、矩阵加减乘除样样皆有------限制,只能用于浮点型计算
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10.29kb
    • 提供者:laihuer
  1. Matrix

    0下载:
  2. 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
  3. 所属分类:Console

    • 发布日期:2017-06-14
    • 文件大小:21.94mb
    • 提供者:d_cloud
  1. MyMatrix

    0下载:
  2. 一个可以实现矩阵相关运算的程序,例如行列式值,逆矩阵,特征值,矩阵的迹等等,可以作为其他程序的辅助工具,具有一定的实用价值,编译通过,可运行-A matrix can be related to computing procedures, such as value determinant, inverse matrix, eigenvalue, matrix trace, etc., can be used as an aid to other procedures, has a certai
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:11.11kb
    • 提供者:石峰
  1. hanglieshi

    0下载:
  2. 可以方便快捷的求矩阵的行列式 其中矩阵可以是任意阶-Can be convenient and efficient matrix determinant matrix which can be arbitrary order
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3.37kb
    • 提供者:苏雅
  1. computeralgorithmsandnumericalprocedures

    0下载:
  2. 各种数值计算的算法,求逆,行列式,矩阵之间的乘法,分解,方程的解 计算机常用数值计算算法与程序-A variety of numerical algorithms, inverse, determinant, matrix multiplication between the decomposition, equation commonly used
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-03
    • 文件大小:210.7kb
    • 提供者:guanhhu
  1. 3

    0下载:
  2. 输入矩阵--矩阵加--乘--行列式--矩阵伴随--转置--逆-Enter the Matrix- Matrix plus- x- Determinant- matrix with- to home- against the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:290.93kb
    • 提供者:张寒
  1. determinant

    0下载:
  2. 输入一个矩阵,计算矩阵行列式的值。还得要20子说明-Enter a matrix, computing the value of the matrix determinant.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:701byte
    • 提供者:nocturn
  1. Matrix_written_In_CSharp

    0下载:
  2. 自己使用的一个C#编写的,矩阵类,使用这个类可以方便的实现矩阵的运算,行列式求值、矩阵求逆、矩阵分解等功能。-A C# Class can be used as a tool to perform Martrix arithmetic. This Class can be easily added into your own application.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:11.33kb
    • 提供者:mliang
  1. Matrix

    0下载:
  2. 简单矩阵运算,矩阵求逆,矩阵加法,矩阵乘法,矩阵行列式-Simple matrix operations, matrix inversion, matrix addition, matrix multiplication, matrix determinant
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:
  1. Determinant-of-matrix

    0下载:
  2. 运算矩阵行列式。 输入某个矩阵的地址,即可输出该矩阵的行列式,行列式是否为零能判断该矩阵是否奇异。-Calculating the determinant of a matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:703byte
    • 提供者:IngInx
  1. C++实现矩阵的所有运算

    2下载:
  2. 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:81kb
    • 提供者:sunguang216
  1. Matrix

    2下载:
  2. 这是一个用c#语言写成的矩阵类,可以完成矩阵的各种准确的数学计算,如:矩阵的加减乘除、转置、逆运算、 复矩阵的乘法、求行列式值、 求矩阵秩、一般实矩阵的奇异值分解、求广义逆、约化对称矩阵为对称三对角阵、实对称三对角阵的全部特征值与特征向量的计算、求赫申伯格矩阵全部特征值、求实对称矩阵特征值与特征向量等.可以将其做成dll用到其他的环境下。填补了.net中没有矩阵的空白,是你进行科学计算不可或缺的插(This is a written in c# matrix, it can complete a
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:11kb
    • 提供者:sunguang216
  1. jzhen

    0下载:
  2. 利用C实现矩阵行列式,可以求任意n维矩阵的行列式(Determinant of arbitrary n-dimensional matrix)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:230kb
    • 提供者:`zmzmzm
  1. fortran求逆子程序

    1下载:
  2. fortran 求逆矩阵子程序,包含求行列式子程序(FORTRAN inverse matrix subroutine, including determinant subroutine)
  3. 所属分类:Windows编程

« 12 3 »
搜珍网 www.dssz.com