搜索资源列表
Determinant
- This programme can be use to solve the Determinant of a Matrix.The code are saved in txt format.
determinant.ppt.
- 数学运算,矩阵运算的说明共式,包括求逆,行列式等-math, matrix operations-a total of the note, including inversion, as Determinant
Determinant
- 求行列式的代码,用了递归算法,要求行列式的元素为整型数据-Determinant for the code, with a recursive algorithm, the requirements for the integer determinant element data
Matrixcalculationimplementationusingjava
- 用java实现矩阵运算行列式运算组合数计算-Implementation using java matrix determinant computing computing computing the number of combinations
determinant
- Gives determinant of given matrix. If you want numerical result, use "sayisal.c" or if you want result as parameters use "parameters.c"
determinant
- 输入一个矩阵,计算矩阵行列式的值。还得要20子说明-Enter a matrix, computing the value of the matrix determinant.
determinant
- 这也是一个很重要的程序,求解行列式的模。-This is also a very important process, solving the determinant of the mold.
Determinant
- 使用C++模板编程实现了任意阶的行列式计算。结构简单,清晰。-Achieve any orders determinant s Calculation using C++ template programming.Simple and Clear.
matrix_project
- this program calculate the determinant and inverse of matrix. also calculate the multiplication of two matrices.
Matrix
- 一个通用的对矩阵进行操作的类,主要包括:实(复)矩阵的加减、求逆、求秩、行列式求值以及矩阵的乔里斯基分解、三角分解等。-A general class of matrix operations, including: real (complex) matrix addition and subtraction, inverse, seeking the rank, determinant evaluation and matrix Qiaolisiji decomposition, triang
determinant
- It take the determinant of matrix and then take its transpose and check their determinants are same or not.
Determinant-of-a-Matrix
- 采用C语言描写了一个基本矩阵的行列式计算算法,采用了动态分配内存的方式计算。-Using C language to describe a basic determinant of a matrix calculation algorithm, using dynamic allocation of memory is calculated.
determinant
- 工程计算中很有用的行列式计算方法,在通信编码中也很有用。-Useful for engineering calculations in the determinant calculation method is also useful in the communication code in use.
determinant
- 生成行列式的项数的全排列,例如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
determinant-caculator
- 利用动态数组实现任意阶行列式计算,先将行列式化为上三角型,在计算对角线元素乘积-Dynamic arrays of any order determinant calculation, first the determinant into upper triangular, in the calculation of the diagonal elements of the product of
Determinant-of-the-keyboard
- 行列式键盘源代码,CodeWarrior IDE软件上开发,有需要的下载吧-Determinant of the keyboard
Determinant-calculation
- 关于行列式计算的C源代码,用的是行列式展开法,用到了递归,很完善,值得参考-Determinant calculation of C source code, with determinant expansion method, use recursion, it is perfect, it is worth Reference
determinant
- 行列式在数学中,是由解线性方程组产生的一种算式。[1]其定义域为nxn的矩阵A,取值为一个标量,写作det(A)或 | A | 。行列式可以看做是有向面积或体积的概念在一般的欧几里得空间中的推广。或者说,在 n维欧几里得空间中,行列式描述的是一个线性变换对“体积”所造成的影响。无论是在线性代数、多项式理论,还是在微积分学中(比如说换元积分法中),行列式作为基本的数学工具,都有着重要的应用。 行列式概念最早出现在解线性方程组的过程中。十七世纪晚期,关孝和与莱布尼茨的著作中已经使用行列式来确定线性方
Determinant
- 用于求行列式的简单程序,显示初等变换的步骤与结果-Used for the Determinant simple procedures, elementary transformation steps results
determinant of matrix
- A program in C++ to determine the determinant of a matrix