搜索资源列表
Matrix1
- 有关的矩阵运算,例如行列式,逆等等 ,以及各种数值算法-the matrix operations, such as determinant, inverse etc., and various numerical algorithm
MatrixModule
- 常用的矩阵计算,包括求行列式、求逆矩阵等等,类容较全-common matrix, which includes seeking determinant, matrix inversion, etc., over all types of capacity
Householder
- Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of a problem. The accuracy of th
dcjzqn
- 在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the inpu
vandermond
- 范德蒙行列式求解方法,VANDER(X[],W[],Q[],N),在子过程Vander中实现。-Vandermonde determinant solution, VANDER (X [], W [] [] Q, N), Vander-in process to achieve.
qiuyibanhanglieshidezhi
- 1.功能 用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言) 2.参数说明 double a[n][n] : 存方阵A的元素,返回时被破坏 int n : 方阵A的阶数 double sdet() : 函数返回行列式的值 3.文件说明 sdet.c为函数程序 sdet0.c为主函数程序-1. Function with all the main election yuan Gaussian elimination method n matr
MatrixOperater
- 此程序支持矩阵的常用计算,用C++实现,使用简单。支持求逆,伴随,行列式,加减乘除等运算-matrix support this procedure commonly used terms with C achieved using simple. Support for inverse, accompanied by the determinant, such as arithmetic operations
fangchengzu
- 高斯销元法计算A的行列式,此处给出解法。-Gaussian marketing Element Method A determinant, the solution is here.
matrix-inverse
- 进行矩阵求逆,包含行列式的值的计算,代数余子式的计算等
Matrix
- 实现计算行列式的值功能,该程序利用递归实现了求解行列式的定义
Range
- 采用定义计算行列式,利用递归实现原理,可以理解递归算法。
D1
- visual c++查过能用数值算法 附带光盘里面的源代码,矩阵行列式解方程组
MatrixClass
- 矩阵类:可运行矩阵间的加、减、乘以及矩阵与数的点乘;可计算矩阵的转置、秩、行列式、逆;其中求解矩阵逆用到了经典的高斯算法;求解行列式以及秩运用的是消元法。
juzhenjishuan
- VC++ 写的一个矩阵计算器程序,带有源码和详细的分析报告,可以直接作为课程设计报告 阐述了选择矩阵计算器程序的理由和要完成的目标,分析了本程序要实现的各项功能,给出了程序的流程图;分析了求矩阵的逆,矩阵的秩,和求行列式的值的算法;说明了测试程序的方案,就测试中遇到的问题给出了相应的解决方法;
mult
- 求逆,接现行方程组,机型矩阵约化,行列式约化等,省去人工计算的麻烦
det
- 用全选主元高斯(Gauss)消去法计算n阶方阵的行列式值。
martix
- 矩阵类 矩阵基本运算,伴随矩阵,行列式,转置矩阵 -Matrix Matrix basic computing, adjoint matrix, determinant, transpose matrix
Matrixoperation
- 矩阵转置&& 矩阵行列式&& 矩阵求逆三个函数-Matrix transpose Matrix Determinant & & & & 3 function matrix inversion
matrix_range
- 本C源程序可用于求M阶矩阵的行列式。其中M直接宏定义-The C source code can be used for M-order determinant of the matrix. The definition of M one of the direct-hong
行列式计算器
- 行列式计算器,输入两个行列式,分别求其模值以及两个模值的积(Determinant calculator, enter two determinants, and calculate their modulus values and two module values respectively.)
