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

搜索资源列表

  1. Determinant

    0下载:
  2. This programme can be use to solve the Determinant of a Matrix.The code are saved in txt format.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:899
    • 提供者:gxx
  1. determinant.ppt.

    0下载:
  2. 数学运算,矩阵运算的说明共式,包括求逆,行列式等-math, matrix operations-a total of the note, including inversion, as Determinant
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:122880
    • 提供者:邢飞
  1. Determinant

    0下载:
  2. 求行列式的代码,用了递归算法,要求行列式的元素为整型数据-Determinant for the code, with a recursive algorithm, the requirements for the integer determinant element data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:8392
    • 提供者:王平
  1. Matrixcalculationimplementationusingjava

    0下载:
  2. 用java实现矩阵运算行列式运算组合数计算-Implementation using java matrix determinant computing computing computing the number of combinations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1011
    • 提供者:yourname
  1. determinant

    0下载:
  2. Gives determinant of given matrix. If you want numerical result, use "sayisal.c" or if you want result as parameters use "parameters.c"
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:171309
    • 提供者:LT
  1. determinant

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

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

    0下载:
  2. 这也是一个很重要的程序,求解行列式的模。-This is also a very important process, solving the determinant of the mold.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:604
    • 提供者:zhaoyong
  1. Determinant

    0下载:
  2. 使用C++模板编程实现了任意阶的行列式计算。结构简单,清晰。-Achieve any orders determinant s Calculation using C++ template programming.Simple and Clear.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:386373
    • 提供者:张立斌
  1. matrix_project

    0下载:
  2. this program calculate the determinant and inverse of matrix. also calculate the multiplication of two matrices.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:84603
    • 提供者:maisam
  1. Matrix

    1下载:
  2. 一个通用的对矩阵进行操作的类,主要包括:实(复)矩阵的加减、求逆、求秩、行列式求值以及矩阵的乔里斯基分解、三角分解等。-A general class of matrix operations, including: real (complex) matrix addition and subtraction, inverse, seeking the rank, determinant evaluation and matrix Qiaolisiji decomposition, triang
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-27
    • 文件大小:11457
    • 提供者:zj
  1. determinant

    0下载:
  2. It take the determinant of matrix and then take its transpose and check their determinants are same or not.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:612
    • 提供者:Fatma
  1. Determinant-of-a-Matrix

    0下载:
  2. 采用C语言描写了一个基本矩阵的行列式计算算法,采用了动态分配内存的方式计算。-Using C language to describe a basic determinant of a matrix calculation algorithm, using dynamic allocation of memory is calculated.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:872163
    • 提供者:公共
  1. determinant

    0下载:
  2. 工程计算中很有用的行列式计算方法,在通信编码中也很有用。-Useful for engineering calculations in the determinant calculation method is also useful in the communication code in use.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:79887
    • 提供者:syj
  1. determinant

    0下载:
  2. 生成行列式的项数的全排列,例如3阶行列式的项数的全排列为123,132,213,231,312,321,这些排列中每一种都是指向行列式某一项的下标。-Generate the determinant of the number of items arranged, such as third-order determinant of the number of items arranged 123,132,213,231,312,321, each of these permutations a
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4261
    • 提供者:蔡谢恩
  1. determinant-caculator

    0下载:
  2. 利用动态数组实现任意阶行列式计算,先将行列式化为上三角型,在计算对角线元素乘积-Dynamic arrays of any order determinant calculation, first the determinant into upper triangular, in the calculation of the diagonal elements of the product of
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:7708
    • 提供者:高富帅
  1. Determinant-of-the-keyboard

    0下载:
  2. 行列式键盘源代码,CodeWarrior IDE软件上开发,有需要的下载吧-Determinant of the keyboard
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:1061
    • 提供者:滔仔
  1. Determinant-calculation

    0下载:
  2. 关于行列式计算的C源代码,用的是行列式展开法,用到了递归,很完善,值得参考-Determinant calculation of C source code, with determinant expansion method, use recursion, it is perfect, it is worth Reference
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:701
    • 提供者:章台
  1. determinant

    0下载:
  2. 行列式在数学中,是由解线性方程组产生的一种算式。[1]其定义域为nxn的矩阵A,取值为一个标量,写作det(A)或 | A | 。行列式可以看做是有向面积或体积的概念在一般的欧几里得空间中的推广。或者说,在 n维欧几里得空间中,行列式描述的是一个线性变换对“体积”所造成的影响。无论是在线性代数、多项式理论,还是在微积分学中(比如说换元积分法中),行列式作为基本的数学工具,都有着重要的应用。 行列式概念最早出现在解线性方程组的过程中。十七世纪晚期,关孝和与莱布尼茨的著作中已经使用行列式来确定线性方
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:105498
    • 提供者:lay
  1. Determinant

    0下载:
  2. 用于求行列式的简单程序,显示初等变换的步骤与结果-Used for the Determinant simple procedures, elementary transformation steps results
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:1080703
    • 提供者:LiuHao
  1. determinant of matrix

    0下载:
  2. A program in C++ to determine the determinant of a matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-10-23
    • 文件大小:730
    • 提供者:aditya55
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com