搜索资源列表
GaussElimination
- Gauss列主消元法,用于求解线性方程组,c代码。-Gauss out the main elimination method for solving linear equations, c code.
Part_2_C_programmes
- 程序总结2 改进欧拉法|高斯消去法|简单迭代法|列主元元素消元|龙贝格算法|龙格库塔方法|牛顿插值多项式-procedures to improve Euler France | Gaussian Elimination | simple iteration | out the main elements Consumers billion yuan | Romberg Algorithm | Runge Kutta method | Newton polynomial interpolatio
线形方程组求解
- 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
gauss1
- matlab 数值分析 列主元消去法 线性方程
sol
- 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
liezhuyuan
- 计算方法高斯列主元消去法C程序 保证好用-Method of calculating Gaussian elimination pivot column C program to ensure easy to use
2
- 高斯列主元消去法的程序,如果有什么不对的地方烦请指教-Gaussian elimination pivot column
Gauss_pivot
- matlab 高斯列主元消去法求解线性方程组程序,可用于求解任何元数方程组-Matlab gaussian column primary elimination method solving system of linear equations procedures, can be used to solve any yuan number equations
GAUSS
- 列主元高斯消去法解线性方程组Ax=b, 顺序高斯消去法解线性方程组Ax=b。-Column pca gauss elimination solution system of linear equations Ax = b, sequential gaussian elimination solution system of linear equations Ax = b.
Out-PCA-elimination-method
- 列主元消去法,用于求解线性方程-Out PCA elimination method
total gauss
- 采用列主元高斯消去法求解线性方程组,可供初级学习参考使用,也可求解较复杂线性方程组。(The column principal element Gaussian elimination method is used to solve the linear equations, which can be used for primary learning reference and can solve the more complex linear equations.)