搜索资源列表
高斯赛德尔迭代法
- 用matlab实现高斯赛德尔迭代法
线性方程组的迭代法和牛顿数值积分
- 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
二维迭代函数系统分形源代码
- 二维迭代函数系统分形源代码.zip-2D Iterated Function System Fractal source code. Zip
牛顿迭代法
- 牛顿迭代式,用VB实现~~~!-Newton iterative, using VB to achieve ~ ~ ~!
迭代法
- 是用C做的迭代法的实验报告-C is doing iterative method of experimental report
seidel迭代法
- gauss-seidel迭代法解Ax=b的解-Gauss- Seidel iterative method for Ax = b Solution
松弛迭代法
- 松弛迭代法.rar-Iterative Method. Rar
jacobi迭代
- 这是jacobi迭代算法-iterative algorithm to caculate Jacobi(matrix?)
雅可比迭代法
- 数值分析雅可比迭代法-numerical analysis Jacobi iterative method
超松弛迭代法
- 还可以,能够加快迭代的计算速度,大家用一下-can to accelerate the iterative calculation speed, we spent about
牛顿迭代法(M)
- 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to u
2 雅各比迭代法求方程组的解
- 2 雅各比迭代法求方程组的解 2 雅各比迭代法求方程组的解.rar-two Jacoby iterative method for the solution of the equations 2 Jacoby iterative method for the solution of the equations. Rar
解线性方程组的迭代法
- 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
图像分割迭代、峰谷、半阈值算法的vc代码
- 实现图像的分割迭代算法、峰谷算法、半阈值算法的vc代码-achieve iterative image segmentation algorithm, algorithm- trough, semi-threshold algorithm vc code
牛顿迭代法求根
- 牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
二分法、简单迭代法、牛顿迭代法收敛比较
- 用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
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 arithm
实验5-雅可比迭代
- 用Matlab软件以及雅克比迭代和高斯-赛德尔迭代解方程组Ax=b,分析、比较其结果-using Matlab software and the iterative and Jacques than Gauss- Seidel iterative solution equations Ax = b, analysis, comparison of the results
雅可比迭代计算方程组
- 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以,精确度为-8-using Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can, the precision of-8
函数迭代系统
- 这是一个函数迭代系统,可以很直观地了解函数迭代。-This is a method, system, it is quite intuitive understanding of function iteration.