搜索资源列表
一个行列式计算的程序
- 一个行列式计算的程序.zip-a determinant calculation procedures. Zip
矩阵所有运算
- 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
数学
- 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
SourceFile12
- 程序功能描述: * 行列式键盘检测 * 输入: * 用户的按键事件 * 输出: * 存放用户输入的键值 *-procedures functional descr iption : * * Detection determinant keyboard input : * the user * output button events : * storing user input keys *
ArrayMatrix
- 矩阵类 矩阵基本运算,伴随矩阵,行列式,转置矩阵-Matrix basic operations, accompanied matrix determinant, matrix transpose, etc.
gauss-C
- * 高斯列主元素消去法求解矩阵方程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
4X4key
- 4X4行列式矩阵键盘驱动
operatoroverload
- C++运算符重载的代码:函数operator()应能执行相应的指针算术运算来访问数组中的各个元素。在此,operator()函数应具有两种版本————一种返回int&,从而双下标数组的元素可以被用做左值;另一种返回const int&,从而const双下标数组元素可以被用做右值。这个类还应提供以下运算:"=="、"!="、"="、"〈〈"(以行列式的形式输出数组)和"〉〉"(输入整个数组内容)
monijisuanqi
- 可以实现相关程序设计内容 如下: (1. 行列式键盘输入及按键功能设定; (2. 动态数码显示; (3. 数码显示方式处理;
print_n!
- 这个程序的功能是打印出n!的所有排列。这是一个通用性很强的程序,可以用来求解行列式的值。
KEY_SCAN
- 4x4矩阵键盘的扫描程序 //按相应的按键,数码管显示相应的数字,键盘接口为行列式
duogongnengjisuanqiruanma(SDI)
- VC编写的多功能计算器,包含完整的源代码,具有常用计算器功能,向量计算功能,高等数学计算功能(行列式,根与系数关系,方程组求解),趣味运算(24点求解)。
rtwmat1
- 该类是用于涉及数值计算特别是矩阵运算时的极佳选择,计算行列式、求逆、求秩、矩阵加减乘除样样皆有------限制,只能用于浮点型计算
Matrix
- 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
Determinant_Arithmetic
- 行列式计算算法(加、减、乘、求逆)及示例。-Determinant calculation algorithm (add, subtract, multiply, inverse) and the sample.
MyMatrix
- 一个可以实现矩阵相关运算的程序,例如行列式值,逆矩阵,特征值,矩阵的迹等等,可以作为其他程序的辅助工具,具有一定的实用价值,编译通过,可运行-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
Matrix_written_In_CSharp
- 自己使用的一个C#编写的,矩阵类,使用这个类可以方便的实现矩阵的运算,行列式求值、矩阵求逆、矩阵分解等功能。-A C# Class can be used as a tool to perform Martrix arithmetic. This Class can be easily added into your own application.
jzhen
- 利用C实现矩阵行列式,可以求任意n维矩阵的行列式(Determinant of arbitrary n-dimensional matrix)
行列式计算
- 线性代数中计算行列式的值,输入行列式阶数,然后按行键入行列式可以求行列式的值(Calculating the determinant value in linear algebra. Enter the rank of the determinant, then type the determinant by row to find the determinant value)