搜索资源列表
高斯赛德尔迭代法
- 用matlab实现高斯赛德尔迭代法
G-S 解高斯-赛德尔迭代法的源代码程序
- 提供了用matlab解高斯-赛德尔迭代法的源代码程序,解决此类迭代问题方便快捷,一目了然
iterative
- rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
UnwellLineEquSet-matlab
- 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
xianxingfangchengzu
- 本程序为求解线性方程组的迭代方法,包含雅可比迭代法、高斯-赛德尔迭代法和SOR方法-The procedure for solving linear equations iterative methods, including Jacobi' s iterative method, Gauss- Seidel iteration method and SOR methods
gaosisaider
- 基于MATLAB的高斯赛德尔牛顿拉夫逊潮流计算-failed to translate
gaussseidel
- 高斯-赛德尔迭代计算方法是在计算第一个方程函数得到第一个自变量后,吧自变量更新进入第二个方程计算。-Gauss- Seidel iteration method is to function in the calculation of the first equation obtained after the first argument, it updates the independent variables into the second equation.
typicalmethods
- 多种数学迭代方法,包括雅克比法、高斯-赛德尔迭代法、和广义理查德森迭代法。-A variety of mathematical iterative methods, including Jacobi method, Gauss- Seidel iterative method, and the generalized Richardson iterative methods.
gauseidel.matlab
- 求线性方程组的迭代法(高斯赛德尔),基于MATLAB开发-Linear Iterative Method (high Sisaideer)
gauss-sider
- 以一个简单的三相系统单线图为例,利用高斯赛德尔法计算线路潮流分布及线路损耗-Three-phase system with a simple single line diagram, for example, method using high Sisaideer distribution and line loss trend lines
Gauss_Seidel
- 这是一个用高斯赛德尔算法解方程组的实例。-Gauss_Seidel
trabajo
- METODOS DIRECTOS帕拉州洛杉矶SOLUCION德艾维斯LINEALES Algoritmo德Eliminacion Gaussiana Algoritmo德高斯约旦 Algoritmo德Factorizacion METODOS ITERATIVOS帕拉州洛杉矶SOLUCION德艾维斯德ECUACIONES Algoritmo德雅可比 Algoritmo德高斯赛德尔-METODOS DIRECTOS PARA LA SOLUCION DE SISTEMAS
UnwellLineEquSet-matlab
- 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:
Jacobi-guass-SOR
- 数值方法:雅克比、高斯赛德尔、超松弛迭代法matlab编程-Numerical methods: Jacobian, Gauss Seidel, over relaxation iterative method matlab programming
fast_current
- SOR迭代法与高斯赛德尔迭代在洋流分析中的应用-Two iterative method in the analysis of the application of the ocean currents
Gaussidel
- 一个实现高斯赛德尔的matlab算法,方便大家使用-Realize the procedures for Jacques than matrix a implement gaussian "of the matlab algorithm del, convenient for you to use
iterative-method
- 基于MATLAB的,求解线性方程组的雅可比迭代法和高斯-赛德尔迭代法的比较-Than the iteration method and Gauss- Seidel iterative method based on MATLAB, solving linear equations of Jacques
chaoliujisuan
- 潮流计算程序,初始值使用高斯赛德尔法迭代所得,具有很高的精度和求解效率。-Flow calculation procedures, the initial value of iteration proceeds using high Sisaideer method with high accuracy and solution efficiency.
高斯赛德尔迭代
- 本程序利用高斯赛德尔迭代法求线性方程组,格式为函数形式。
高斯赛德尔迭代法
- %高斯赛德尔迭代法求方程组的解(矩阵公式求解) %A为方程组的系数矩阵;b为方程组的右端项 %x为线性方程组的解了;x0为迭代初值 %eps为误差限;M为迭代的最大次数 已验证,转matlab该后缀为.m