搜索资源列表
Jacobi迭代法
- 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
第三章 解线性方程组的迭代法
- 解线性方程组的迭代法-solution of linear equations of iterative method
解线性方程组的迭代法
- 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
解线性方程组的迭代法全
- 详细介绍了雅克比迭代法,高斯-塞德尔迭代法超松弛迭代法和迭代公式的矩阵表示
线性方程组雅可比迭代法
- 数值计算方法实验 实验2 用雅克比迭代法解方程组 一、 实验目的 1、 学习使用雅克比迭代法求解方程组,加深对雅克比迭代法的认识。 2、 在误差允许的范围内,在循环次数较少的情况下,求解方程组的稳定解。 3、 进一步加深对Matlab的学习。
线性方程组的迭代法和牛顿数值积分
- 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
解线性方程组的迭代法
- 解线性方程组的迭代法
线性方程组的雅克比迭代法
- 既可以能过两种方法考察线性方程组的雅克比迭代法是否收敛,又可以求解线性方程组,Can have two methods to study the system of linear equations Jacobian iterative method is convergent, but also for solving linear equations
高斯-赛德尔迭代法解线性方程组的C++程序
- 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
sor.rar
- 求解线性方程组——超松弛迭代法,程序用c语言编写。,Solving linear equations- over-relaxation iteration method, procedures using c language.
sy3
- Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
xianxingfangchengzudediedaifa
- 关于线性方程组迭代法的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-Linear equations about the source code of iteration method, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contribution to the cau
G-S迭代
- 用Gauss-Seidel迭代法解线性方程组。(Solving linear equations by G-S iteration)
雅克比(Jacobi)迭代法解线性方程组(Matlab程序)
- 雅克比迭代例子,给定方程,常用的数值迭代方法(Jacobi iteration example, given equation, numerical iterative methods)
解线性方程组
- 求解线性方程组的方法:高斯赛德尔迭代法,LU分解法(Solving linear equations by Gauss Seidel iteration)
Iter.zip
- 求解线性方程组的常用算法matlab实现 包括 Jacobi,Gauss_Seid 与 SOR(Common iterative methods function to solve linear symstems of equations. (Jacobi, Gauss_Seid and SOR))
高斯-赛德尔迭代法求线性方程组Ax=b的解
- 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
线性方程组计算
- 利用高斯消元法法求解病态矩阵——hilbert 矩阵的线性方程组。通过条件数分析,找出误差较大的原因。再利用 Jacobi 迭代方法、G-S 迭代方法和 SOR 迭代法做了进一步探究。另外,作为要求之外的,还使用共轭梯度法来求解方程以来进行对比,并利用Tikhonov 正则化的方法改善矩阵的条件数,来减小误差。(The Gauss elimination method is used to solve the linear equations of the ill conditioned mat
解线性方程组的迭解法
- 解线性方程组的迭解法,包括高斯-赛德尔迭代法和雅克比迭代法(Solution of iterative solution of linear equations, including Gauss - Seidel iterative method, Jacobi method)
解线性方程组的迭代法
- 可在matlab中打开,是用来解线性方程组的迭代法(It can be opened in MATLAB, and is an iterative method for solving linear equations.)