搜索资源列表
sor
- 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
iterative
- rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
Laplace-hadi
- In this code the laplace equation is solved by iterative method.For solving matrix of unknowns a method like Jacubi method is used that dependet to little difference between iterations for convergence.
New-Iterative-Method(DIY)
- 可实现,实用,迭代法(新创新),基于改进的迭代法图像分割算法(源码), 核心思想:先添加高斯噪声,然后新迭代分割算法,最后显示自动计算的阈值。 -Can realize, practical, the iterative method (new innovation), the iterative method based on improved image segmentation algorithm (source), core ideas: first add gaussian no
Accord-than-iterative-method
- 雅阁比 迭代法 数值计算方法中的一个好的啊-Accord than iterative method
Newton-iterative-method
- 经典的matlab算法有好多种,在这里介绍代数方程组的解法中的牛顿迭代法。-Classic matlab algorithm have a variety of, in the method presented here the algebraic equations of Newton iterative method.
iterative-method
- 利用c语言编写了迭代法解线性方程组的源程序,大大简化了计算量。-Use the C language source code of the iterative method for solving linear equations, which greatly simplify the calculation, suitable for solution of complex equations
linearequationsthe-iterative-method
- 第12章 解线性方程组的迭代法.zip。是从书中光盘里直接拷贝的代码,放在这里,与大家共享,共同交流,希望对大家有帮助。-Chapter 12 solution of linear equations of the iterative method
iterative-method
- 基于MATLAB的,求解线性方程组的雅可比迭代法和高斯-赛德尔迭代法的比较-Than the iteration method and Gauss- Seidel iterative method based on MATLAB, solving linear equations of Jacques
Gauss---Seidel-iterative-method
- 高斯-赛德尔迭代法--源代码及关键源代码-Gauss- Seidel iterative method
High-Shisaideer-iterative-method
- 改程序是数值分析里边的高斯塞德尔迭代法,用c 做的,程序代码简单有注释,希望能对你有帮助-Reform program is the numerical analysis of the inside of the high Shisaideer iterative method, with c do simple annotated program code, I hope you can help
Iterative-method
- 迭代法是解各种方程(含方程组)的基本方法, 它常通过构造一个定常的迭代格式,重复计算而产生一个收敛的解的序列(标量序列,向量序列等),逐步逼近问题的真解。-Iterative method is the solution of various equations (including equations) of the basic method, it is often by constructing a stationary iterative format, double counting
Jacobi-iterative-method
- 利用Jacobi迭代法求解线性方程组的程序-Using the Jacobi iterative method for solving linear equations of the program
Newton-iterative-method
- 牛顿迭代法求解方程x² -2=0,java实现-Newton iterative method for solving equations x ² -2 = 0, java achieve
Gauss---Seidel-iterative-method
- 高斯-赛德尔迭代法,一种有效的迭代算法,可用于模型求解-Gauss- Seidel iterative method, an efficient iterative algorithm can be used to solve the model
iterative-method-matlab-code
- matlab迭代法代码,很不错,值得-iterative method matlab code, very good, worth a look
iterative-method
- 包含Jacobi和Seidel两种迭代法,用于求解线性方程,计算简单,收敛快-Contains two kinds of Jacobi and Seidel iterative method for solving linear equations, computing simple, fast convergence
Jacobi-iterative-method
- 该程序是在C语言的编译环境下探索利用Jacobi迭代方法求解线性方程组。-The program is to explore the environment in the C language compiler using Jacobi iterative method for solving linear equations.
equations-iterative-method
- 解线性方程组的迭代法的详细代码,帮助初学者尽早入门。-Solving linear equations iterative method detailed code as soon as possible to help beginners get started.
Newton-iterative-method
- 牛顿迭代法解非线性函数的基本思路是通过曲线上任意点的切线来逼近函数的根-The basic ideas of Newton iterative method for solving nonlinear function is through the tangent at any point on the curve to approximate the function of root