搜索资源列表
2009620150022
- 解多元线性回归方程组,工业控制算法.可移植到MFC程序中.-Solution of multiple linear regression equations, industrial control algorithm. Can be transplanted to MFC program.
Gausi
- 本程序使用经典数值分析中的高斯消去法解N阶线性方程组-Gaussian elimination method for solving linear equations
LU
- 本程序采用数值分析中经典的LU分解法解线性方程组-This program uses numerical analysis of the classical LU decomposition method for solving linear equations
LU
- 解线性代数方程组的列主元LU分解法的C++实现-Solving linear algebraic equations out of the main element LU decomposition by C++
Gauss
- 解线性代数方程组的列主元高斯消去法的C++实现-Solving linear algebraic equations out of the main element Gaussian elimination by C++
Jacobi
- 解线性代数方程组的Jacobi迭代法的C++实现-Solution of linear algebraic equations of the Jacobi iterative method for C++
Seidel
- 解线性代数方程组的Seidel迭代法的C++实现-Solution of linear algebraic equations of the Seidel iteration method for C++
SOR
- 解线性代数方程组的松弛(SOR)迭代法的C++实现-Solution of linear algebraic equations of the relaxation (SOR) iterative method of C++
jacobi_test
- 串行算法—使用雅克比迭代解线性方程组,c++ -Serial algorithm- using the Jacobi iterative solution of linear equations, c++
zhongguo
- 中国剩余定理(不互质的情况) 对互质的情况,处理起来比较方便,可以直接套模板 本题给出不互质的模线性方程组,求出满足方程的最小正整数解 方案:对于不互质的模线性方程组,可以进行方程组合并,求出合并后的方程的解,这样就可以很快地推出方程的最终解。-Chinese remainder theorem (not prime case) to prime, the process more convenient, you can directly set the template of th
main
- 可以用多种方法解线性方程组,而且未知数是可输入的,方法可选择。-There are many ways of solving linear equations and unknowns is input methods to choose from.