Welcome![Sign In][Sign Up]
Location:
Search - 线性方程组迭代法

Search list

[Mathimatics-Numerical algorithmsJacobi迭代法

Description: 用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.
Platform: | Size: 20414 | Author: luo | Hits:

[Algorithm线性方程组的迭代法和牛顿数值积分

Description: 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
Platform: | Size: 1770 | Author: skiloop@126.com | Hits:

[Books第三章 解线性方程组的迭代法

Description: 解线性方程组的迭代法-solution of linear equations of iterative method
Platform: | Size: 98304 | Author: 陈磊 | Hits:

[Windows Develop逐次超松弛迭代法

Description: 解线性方程组Ax=b的SOR方法的通用程序-solution of linear equations Ax = b SOR method of common procedures
Platform: | Size: 1024 | Author: lin | Hits:

[matlab解线性方程组的迭代法

Description: 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
Platform: | Size: 22528 | Author: 悟凡 | Hits:

[Mathimatics-Numerical algorithmsJacobi迭代法

Description: 用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.
Platform: | Size: 20480 | Author: luo | Hits:

[Algorithm雅可比迭代计算方程组

Description: 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以,精确度为-8-using Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can, the precision of-8
Platform: | Size: 20480 | Author: | Hits:

[Algorithm非线性方程组的迭代解法

Description: 非线性方程组的迭代解法,包括:简单迭代法、Newton法、割线法、拟Newton法等.详见程序注释-nonlinear equations of the iterative solution, including : simple iterative method, Newton, secant, to the Newton law. Detailed procedures Notes
Platform: | Size: 16384 | Author: 周思良 | Hits:

[matlabGauss_Seidel_iterative

Description: 迭代法是解线性代数方程组的另一类方法,特别适用于解大型稀疏线性方程组。它的基本思想是针对求解问题预先设计好某种迭代格式,从而产生求解问题的近似解迭代序列,在迭代序列收敛于精确解的情况下,按精度要求取某个迭代值作为问题解的近似值。迭代法具有原始系数举证始终不变,算法简单,编写程序较方便,所需存储单元较少的优点。-iterative method was the linear algebraic equations of the other methods, particularly applicable to the large sparse linear equations. The basic idea is to solve the problem in advance against the design iteration some good format, thereby creating problems for the approximate solution of iterative sequence, the iterative sequence converges to the exact solution, precision demanded by a certain value as a question iterative solution approximation. Iteration with the original proof coefficient remains unchanged, the algorithm is simple, the preparation process more convenient, less required storage unit advantages.
Platform: | Size: 1024 | Author: 江理彬 | Hits:

[matlabGauss-Serdel

Description: 此程序为解线性方程组的Gauss-Serdel迭代法的源程序-This procedure for solving linear equations Gauss-Serdel source iteration
Platform: | Size: 1024 | Author: yang | Hits:

[matlabxianxingfangchengzudediedaifa

Description: 关于线性方程组迭代法的源代码,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 cause of scientific research
Platform: | Size: 7168 | Author: 苏木亚 | Hits:

[matlabsy3

Description: Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
Platform: | Size: 1024 | Author: 王宝木 | Hits:

[AlgorithmG-S迭代

Description: 用Gauss-Seidel迭代法解线性方程组。(Solving linear equations by G-S iteration)
Platform: | Size: 9216 | Author: zhiheLyn | Hits:

[matlab雅克比(Jacobi)迭代法解线性方程组(Matlab程序)

Description: 雅克比迭代例子,给定方程,常用的数值迭代方法(Jacobi iteration example, given equation, numerical iterative methods)
Platform: | Size: 1024 | Author: 日常 | Hits:

[Documents解线性方程组

Description: 求解线性方程组的方法:高斯赛德尔迭代法,LU分解法(Solving linear equations by Gauss Seidel iteration)
Platform: | Size: 2048 | Author: l玲子l | Hits:

[matlabIter.zip

Description: 求解线性方程组的常用算法matlab实现 包括 Jacobi,Gauss_Seid 与 SOR(Common iterative methods function to solve linear symstems of equations. (Jacobi, Gauss_Seid and SOR))
Platform: | Size: 2048 | Author: 焦浮 | Hits:

[Other高斯-赛德尔迭代法求线性方程组Ax=b的解

Description: 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
Platform: | Size: 10240 | Author: 浅若夏沫 | Hits:

[Algorithm线性方程组计算

Description: 利用高斯消元法法求解病态矩阵——hilbert 矩阵的线性方程组。通过条件数分析,找出误差较大的原因。再利用 Jacobi 迭代方法、G-S 迭代方法和 SOR 迭代法做了进一步探究。另外,作为要求之外的,还使用共轭梯度法来求解方程以来进行对比,并利用Tikhonov 正则化的方法改善矩阵的条件数,来减小误差。(The Gauss elimination method is used to solve the linear equations of the ill conditioned matrix - Hilbert matrix. Through the analysis of the condition number, the cause of the large error is found. The Jacobi iterative method, the G-S iteration method and the SOR iteration method are further explored. In addition, as a requirement, the conjugate gradient method is used to solve the equations, and the Tikhonov regularization method is used to improve the condition number of the matrix to reduce the error.)
Platform: | Size: 2048 | Author: 才子昕 | Hits:

[matlab解线性方程组的迭解法

Description: 解线性方程组的迭解法,包括高斯-赛德尔迭代法和雅克比迭代法(Solution of iterative solution of linear equations, including Gauss - Seidel iterative method, Jacobi method)
Platform: | Size: 1024 | Author: 靖哥哥sj | Hits:

[matlab解线性方程组的迭代法

Description: 可在matlab中打开,是用来解线性方程组的迭代法(It can be opened in MATLAB, and is an iterative method for solving linear equations.)
Platform: | Size: 8192 | Author: 冯希文 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net