资源列表
qiujie
- 【问题描述】已知线性方程组AX=B,求解该方程组。参考算法: 消去法:将列向量B加到矩阵A的最后一列,构成增广矩阵AB。对AB进行下列三种初等变换,使原矩阵A的部分的主对角线上的元素均为1,其余元素均为0,则原列向量B的部分即为X的值: 1. 将矩阵的一行乘以一个不为0的数 2. 将矩阵的一行加上另一行的倍数 3. 交换矩阵中两行的位置 - [ Question descr iption ] known system of linear equations AX=B, s
nrfajiechaoliu
- 电力系统稳态分析中用牛顿-拉夫逊法求解电力系统稳态潮流问题的MATLAB程序-power system steady-state analysis using the Newton-Raphson method to solve power system steady trend of MATLAB procedures
luoti
- 一个模拟球体抛射的程序,分别使用了Euler 公式和Euler-Cromer公式进行模拟计算(含有分析报告),可作为高校计算机模拟课程编程作业-a spherical projectile simulation procedures, Euler, using the formula and Euler - Cromer formula simulation (containing analysis ), as college courses computer simulation progra
spso1
- 用c#编写的随机微粒群算法的源程序代码,希望对大家有所帮助!-prepared using random particle swarm algorithm source code, we want to help!
ACS(c++)
- 蚁群算法是新近出现的一种智能优化算法,是求解组合优化问题的又一种好的方法!-ant colony algorithm is a newly emerging intelligent optimization algorithm, the solution is the combinatorial optimization problems also a good way!
boble
- 改进的冒泡排序的VC++源程序,希望大家能够从中受益!-improved Bubble Sort VC source, we hope to benefit from!
shuibosuanfa
- 水波算法是一种经典的模式识别技术,对于研究识别的学生有一点的参考价值!-wave algorithm is a classic pattern recognition technology for research to identify students with the point of reference value!
wuziqi(c++)
- 五子棋的核心算法,希望对大家的编程能力及编程思维有一定的帮助作用!-renju the core algorithm, a member of the programming and programming capability of thinking is certainly helpful role.
shell(c++)
- 经典的希尔排序算法,对大家学习数据结构及培养编程思想有所启发!-classic Hill sorting algorithm for data to study the structure and culture programming philosophy inspired!
gaussjor
- 全主元高斯-约当消去法,解线性方程组,内含函数以及调用例子-all PCA Gauss-Jordan elimination method, the solution of linear equations, functions and includes examples Call
LUDCMP
- LU分解法解线性方程组,内含LU分解函数以及调用的例子-LU decomposition method for solving linear equations, containing LU decomposition and the calling function examples
TriDag
- 追赶法解线性方程组,内含追赶函数以及调用的例子-chasing method for solving linear equations, containing catch up with the calling function and examples
