搜索资源列表
Cholesky
- Cholesky分解法求取线性方程组的解。也叫做平方根法。CPP程序。-Cholesky decomposition method to strike a solution of linear equations. Also known as the square root law. CPP procedures.
fangcheng
- 常用的各种解线性方程组的各种算法集合,已用C++编制成相应代码,只要编译即可使用。-C formulate
qzygsxqf
- 全主元高斯消去法解n阶线性方程组,c++语言,供初学者学习。-Full main Gaussian elimination method for solving linear equations of order n c++ language for beginners to learn.
linear-equations-iterative-algorithm
- 《计算科学与数值方法》中解线性方程组的迭代算法的c++代码实现-" Computational Science and numerical methods of solution of linear equations iterative algorithm c++ code to achieve
5
- 基于c的gauss-siedel与SOR迭代法解线性方程组的通用程序,并通过试探解给出最好的松弛因子。-C based on a common program of gauss-siedel and SOR iterative method for solving linear equations, and through trial solution gives the best relaxation factor.
solving-linear-equations
- 可在C++中运行代码进行高斯列主元消元法解线性方程组运算-Out PCA Gaussian elimination method for solving linear equations
Gaussian-Elimination
- 列主元高斯消去法求解线性方程组的解C++程序-Out PCA Gaussian elimination method for solving linear equations solution C++ program
线性方程组final
- 对系数矩阵进行高斯线性消元,针对不同种情况讨论 解情况(The linear Gauss elimination of the coefficient matrix is used to discuss the solution for different cases)
SJH
- C语言解三角追赶法线性方程组的程序,值得初学者学习参考(Using C to deal with a math problem)