搜索资源列表
高斯列主无消去法解线性方程组
- 用标C编写的算法一列,可以在UNIX下编译通过-prepared using standard C algorithms one can compile under UNIX
tina
- C++解线性方程组 复系数方程组的全选主元高斯消去法-C + + solution of linear equations of complex equations of the entire election PCA Gaussian Elimination
Cholesky
- Cholesky分解法求取线性方程组的解。也叫做平方根法。CPP程序。-Cholesky decomposition method to strike a solution of linear equations. Also known as the square root law. CPP procedures.
1
- 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
fangcheng
- 常用的各种解线性方程组的各种算法集合,已用C++编制成相应代码,只要编译即可使用。-C formulate
nd
- 在CCS环境下,用C语言编写用牛顿迭代法解非齐次线性方程组(在此为3个方程)的代码。-In the CCS environment, using C language solution using Newton' s iterative method of non-homogeneous linear equations (in this case 3 equation) code.
bdd
- 在CCS编程环境下,用C语言编写的利用不动点迭代法解非齐次线性方程组(在此为3个方程组成的方程组)的程序-In the CCS programming environment, using C language for the use of fixed-point iterative solution of non-homogeneous linear equations (in this case three equations consisting of equations) procedu
Gauss
- 高斯消去法c++解线性方程组 高斯消去法c++解线性方程组-Gauss
zuoye1
- c++ 数值分析直接法解线性方程组源程序。-c++ numerical analysis of the direct method of Linear Equations source.
BaseMath
- C#实现的基本数值算法:利用高斯消元法求线性方程组的解、利用约当消元法求线性方程组的解、一元非线性方程实根的数值算法及程序实现-C# implementation of basic numerical algorithms: Gaussian elimination method of solution of linear equations using Jordan Elimination Method of linear equations, one dollar real roots of
solve_equation
- 利用C编程来解线性方程组,只需要输入要求解的线性方程组的系数矩阵和等式右边的列矩阵,就可以得到方程组的解-solve the equation
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++
jacobi_test
- 串行算法—使用雅克比迭代解线性方程组,c++ -Serial algorithm- using the Jacobi iterative solution of linear equations, c++
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
线性方程组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)