搜索资源列表
Gauss_Seidel法解方程组
- Gauss_Seidel法解方程组,对同一系数矩阵的方程组,只须变换一次系数矩阵,即可求不同常数向量的不同方程组,大大提高计算效率,且可求解任意元线形方程组-Gauss_Seidel Solving equations, the same coefficient matrix equations, only a transformation coefficient matrix can be different for the diff
Gauss_seidel
- 用gauss_seidel方法解N个未知数的线性方程组的解,并附有实验报告.
Gauss_Seidel迭代法
- 用C语言来实现的一个程序,可以求解线生方程组,比LU分解法求解速度快。- A program ,Using language c to relize ,can solve the line system of equations and rapider than a program with the way of LU Resolution
Gauss_Seidel法解方程组
- Gauss_Seidel法解方程组,对同一系数矩阵的方程组,只须变换一次系数矩阵,即可求不同常数向量的不同方程组,大大提高计算效率,且可求解任意元线形方程组-Gauss_Seidel Solving equations, the same coefficient matrix equations, only a transformation coefficient matrix can be different for the diff
Gauss_SeidelMatlab
- Matlab程序\有限差分法\Gauss_Seidel迭代法的Matlab程序.rar-Matlab procedures \ finite difference method \ Gauss_Seidel iteration of the Matla b procedures. rar
Gauss_Seide-Matlab
- Gauss_Seidel迭代法的Matlab程序 -Gauss_Seidel iteration of the Matlab program
Gauss_seidel
- 用gauss_seidel方法解N个未知数的线性方程组的解,并附有实验报告.-Methods used gauss_seidel unknown solution N of the solution of linear equations, together with the experimental report.
gauss_Seidel
- 用matlab实现的Gauss-Seidel迭代法。-Using matlab realize the Gauss-Seidel iteration method.
Gauss_Seidel
- Gauss_Seidel只是我同学编写的程序,感觉挺好的,一起分享。-Gauss_Seidel only my students to prepare the procedure, I feel quite good to share.
gauss_seidel
- 数值分析:Gauss_Seidel迭代法求解线性方程组。界面美化。c源代码-Numerical Analysis: Gauss_Seidel iteration method for solving linear equations. Interface landscaping. c source code
Gauss_Seidel
- this a program written by fortran for solving Gauss_Seidel. it s in word file.-this is a program written by fortran for solving Gauss_Seidel. it s in word file.
Gauss_Seidel
- 线性方程组的Gauss_Seidel算法求解-Linear Equations Gauss_Seidel algorithm
Gauss_Seidel
- 这是一个用高斯赛德尔算法解方程组的实例。-Gauss_Seidel
gauss_seidel
- matlab编写的Gauss_Seidel迭代算法求解方程组的根 -iterative algorithm matlab prepared Gauss_Seidel root of solving equations
Gauss_seidel
- Gauss_Seidel numeric method
gauss_seidel
- gauss_seidel 模拟双耦合扩散,其中的反应扩散项字数可以自己来修改-gauss_seidel ,dual-coupling diffusion, reaction-diffusion Equation
Gauss_Seidel
- This code finds the solution to a system of simultaneous linear equation using Gauss_Seidel Method.
Gauss_Seidel
- 用Gauss_Seidel迭代法来求解方程组的解的程序-With Gauss_Seidel iterative method to solve the solution of system program
Gauss_Seidel
- 解线性方程组的Gauss_Seidel(高斯-赛德尔)方法的matlab代码实现-Solution of linear equations of the Gauss_Seidel code
Gauss_Seidel-Algorithm
- 高斯赛尔德算法,迭代求解线性矩阵,包含完整C代码-Gauss_Seidel Algorithm