搜索资源列表
Gauss_Seidel法解方程组
- Gauss_Seidel法解方程组,对同一系数矩阵的方程组,只须变换一次系数矩阵,即可求不同常数向量的不同方程组,大大提高计算效率,且可求解任意元线形方程组-Gauss_Seidel Solving equations, the same coefficient matrix equations, only a transformation coefficient matrix can be different for the different constant vector equation
diedaisuanfa
- 解线性方程组的Jacobi,Gauss_Seidel,SOR迭代,以及四级四阶Runge_Kutta方法,Adams预估校正算法
Gauss_Seidel
- 数值分析中的一个算法实现: 利用高斯-塞德尔迭代法求解方程组。-A numerical analysis algorithm: use of Gauss- Seidel iterative method for solving equations.
gauss_Seidel
- guass_sedal法解方程,使用迭代法,提高方程解的精度-Solving guass_sedal equation, the use of iterative method to improve the accuracy of equations
diedaifa
- 给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
Gauss_Seidel
- 数值分析中的高斯——塞德尔迭代算法的的C语言实现-Numerical Analysis of Gauss- Seidel iterative algorithm of the C language
gauss_seidel
- 数值分析:Gauss_Seidel迭代法求解线性方程组。界面美化。c源代码-Numerical Analysis: Gauss_Seidel iteration method for solving linear equations. Interface landscaping. c source code
gauss_seidel
- 是Gauss迭代的c语言算法的实现,使用vc环境-Is the Gauss iterative algorithm for the realization of c language, using vc Environment
Gauss_Seidel
- 高斯塞德尔分解方法,主要用于解方程的时候使用,文件为C++源码-Decomposition of high Si Se del
gauss_seidel
- 数值计算方法高斯赛德尔算法的程序有说明语句-gauss seiel
Gauss_Seidel
- 解线性方程组的Gauss_Seidel(高斯-赛德尔)方法的matlab代码实现-Solution of linear equations of the Gauss_Seidel code
Jacobi-Gauss_Seide-SOR
- 三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、SOR迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, SOR iterative method matlab program. The main pr
Doolittl_and_Gauss_Seidel
- 用LU分解和Gauss_Seidel迭代法求解线性方程组,检验正确。-LU decomposition and Gauss_Seidel iterative method for solving linear equations, the correct test.
gauss_seidel
- 用Gauss-Seidel迭代法求解线性方程组-Using Gauss-Seidel iterative method for solving linear equations
1
- Gauss_Seidel算法的matlab实现 和Runge_kutta算法的2阶和4阶实现-Gauss_Seidel algorithm matlab realize And Runge_kutta algorithms 2nd and 4th order to achieve
gauss_seidel
- La méthode Gauss-Seidel est une méthode itérative de résolution d un système linéaire (de dimension finie) de la forme Ax = b, ce qui signifie qu elle génère une suite qui converge vers une solution de cette équation, lorsque celle-ci en a une et lor
Gauss_Seidel_iterative
- 用Gauss_Seidel迭代求解线性方程组,矩阵A是方阵-With Gauss_Seidel iterative solution of linear equations, matrix A is square
Gauss_Seidel
- Gauss_Seidel迭代法的一个主函数 -A main function of Gauss_Seidel iterative method
Gauss_Seidel-and-Jacobi
- 分别用雅克比和高斯赛德尔方法求解方程组,并比较两种算法的迭代次数,比较实用的数值分析算法-use the Jacobi and Gauss-Seidel method to solve system of equations,and compare the interations of the two methods.
Gauss_Seidel
- 利用高斯-赛蝶儿迭代法来求解方程组。用Fortran程序编写,里边有具体的例子。- solve the eqution with Gauss Seidel.