搜索资源列表
yagao
- 雅可比迭代法 高斯迭代法 中国矿业大学计算机学院 计算方法实验三-Jacobi iteration Gaussian iteration of China University of Mining Institute computer calculation experiment 3
Jacobi
- 数值分析分析中 用jacobi迭代求解线性方程-Analysis of numerical analysis using jacobi iteration for solving linear equations
Jacobi
- 通过迭代方法计算非线性方程组,主要是通过雅克比迭代的方法-Be calculated by iteration of nonlinear equations, mainly through the Jacobi iterative method
jacobbi
- 雅克比迭代代码,用于迭代求解方程组。迭代一定次数后可求出方程组的近似解,可自由规定精度。-Jacobi iteration code for the iterative solution of equations. After a certain number of iterations of equations can be derived approximate solution can be free to provide accuracy.
suanfa
- java实现的多种算法 迭代 二分 牛顿 拉格朗日 玄截 高斯分解 雅克比迭代-java to achieve a variety of algorithms, iteration, two points, Newton, Lagrange, Hyun cut, Gaussian decomposition, Jacobi iteration
jacobi
- 并行雅克比迭代,解决了处理器不能被整除的问题-Parallel Jacobi iteration to solve the problem of the processor can not be divisible
smyhvae005
- 雅克比迭代,原始算法,经过运算,非常有用-Jacobi iteration, the original algorithm, after computing, very useful
jacobi
- fortran程序实现简单的jacobi迭代 VF6.6 下编译通过 需安装mpich-jacobi iteration
jac
- 雅克比迭代用matlab实现 我是一个初学者 费了我很大的功夫 大家一定要珍惜-Jacobi iteration with matlab realize I' m a beginner cost me a lot of effort we must cherish
Jjacobbia
- 雅克比迭代代码,用于迭代求解方程组。迭代一定次数后可求出出方程组的近似解,可自由规定精度。 -Jacobi iteration code for the iterative solution of equations. Iteration of a certain number can be obtained approximate solution of the equations can be free to provide accuracy.
Jacobi
- Jacobi迭代法 详细代码及工程文件 具体文件-Jacobi iteration code and project files specific file
jacobi
- 雅克比迭代法,通过雅克比迭代,扩散图片的颜色,最终扩散到全图。-Jacobian iteration method, the Jacobian iteration, spread the picture color, eventually spread to the full.
gauseidel-jacobi-richason-SOR
- 高斯赛德尔迭代法,雅可比迭代法,理查森迭代算法,超松弛迭代算法的matlab程序。上述算法均用于求解线性方程组。-High Sisaideer iterative method, Jacobi iteration, Richardson iterative algorithm, over relaxation algorithm matlab program. The algorithm for solving linear equations.
jacobi
- 雅可比迭代法的C++代码,最简单的迭代法求解方程组-jacobi iteration method C++ code
iteration-method
- 解线性方程组的迭代法 雅可比迭代、高斯—赛德尔迭代、超松弛迭代法 -Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method
Jacobi
- 利用Jacobi迭代方法求解线性/非线性方程的Fortran程序。-Using Jacobi iteration method to solve the linear/nonlinear equations of the Fortran program.
jacobi
- 通过使用MATLAB,实现了雅克比迭代算法,具体是应用数值分析的方法。-By using MATLAB, to achieve a Jacobi iteration algorithm, in particular numerical analysis method.
Jacobi
- 数值分析分析中 用jacobi迭代求解线性方程-Analysis of numerical analysis using jacobi iteration for solving linear equations
数据结构1800试题
- 前面所讨论的Jacobi迭代法,一次只计算一个分量。要完成一次迭代,需要逐个地计算迭代解向量中的每一个分量,直到算出全部分量的值。然后再进行下一次迭代,使解向量达到计算精度为止。通常,称这种迭代法为点迭代法。(The Jacobi iteration method discussed earlier, only one component is calculated at one time. In order to complete an iteration, each component in
5线性方程组的迭代解法—Jacobi迭代法
- 使用matlab编写了Jacobi迭代法的函数,并通过例子进行了验证。(The function of Jacobi iteration method is written by MATLAB, and is verified by an example.)