CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - successive over relaxation

搜索资源列表

  1. 数值计算

    0下载:
  2. 定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3116
    • 提供者:毛伟杰
  1. FluidSolvr1

    0下载:
  2. My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8018
    • 提供者:williams1113
  1. SOR

    2下载:
  2. SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1395
    • 提供者:罗磊君
  1. diedai

    0下载:
  2. 用雅可比迭代法,塞德尔迭代法,逐次超松弛法求解线性方程组,程序用C语言编写-Jacobi iterative method used, Seidel iteration, successive over-relaxation method to solve linear equations, the program written by C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5870
    • 提供者:欧阳
  1. SOR

    0下载:
  2. 这是松弛法编程,它是高斯-赛德尔迭代法的一种加速收敛的方法。是大型稀疏矩阵线性方程组的有效解法之一。 -This is the relaxation method programming, it is the Gauss- Seidel iterative method to accelerate the convergence of a method. Large sparse matrix system of linear equations, one effective solutio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2887
    • 提供者:顾一新
  1. NumericalAlgorithm

    0下载:
  2. 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem numerical solution, Newton it
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6419
    • 提供者:胡婕
  1. massor

    0下载:
  2. 求解线性方程组的对称逐次超松弛迭代法ssor-Solving linear equations of symmetric successive over-relaxation iteration method(ssor)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:698
    • 提供者:malanxiang
  1. SOR

    0下载:
  2. 逐次超松驰迭代法(Successive Over Relaxation Me thod,简称SOR方法)是高斯—塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯—塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Su
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:619
    • 提供者:iop
  1. relax

    0下载:
  2. Successive Over Relaxation Method method
  3. 所属分类:Algorithm

  1. chap5.2_2

    0下载:
  2. Gauss-Seidel and SOR (Successive Over Relaxation)
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:14232
    • 提供者:selami
  1. code-computational-physics

    0下载:
  2. The code is useful for solving partial differential equations such as the advection equation, the 2 dimensional heat equation. Also contains code to simulate two falling balls align in one axis with rebound. Also has some code for imple
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3899
    • 提供者:Abraham
  1. FileStream01

    0下载:
  2. successive over relaxation source code in cplusplus
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2875279
    • 提供者:lel
  1. Sor_use

    0下载:
  2. 超松弛迭代法求解线性方程组,有相应的例题以及详细的解说该代码的使用。-Successive over-relaxation method to solve linear equations code with specific explain and example.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:661
    • 提供者:yongminghu
  1. Voltage

    0下载:
  2. FDM solution to Laplacian using Successive Over-Relaxation (SOR) method.The objective of the program is to solve for the steady state voltage distribution in a region 0<x<30, 0<y<30, given that one of the sides of square is excited with a
  3. 所属分类:Education soft system

    • 发布日期:2017-11-23
    • 文件大小:2486
    • 提供者:Robert
  1. laplace_2D

    0下载:
  2. this Laplace 2D . i solve with Jacobi Iteration method ,Point Gauss-seidel Interation method,Line Gauss-Seidel Iteration method ,Point Successive Over-Relaxation method (PSOR),Line Successive Over-Relaxation method (LSOR)-this is Laplace 2D . i solve
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:942
    • 提供者:Thanh
  1. SOR_FORTRAN

    0下载:
  2. Solver for linear ecuations system (SOR-successive over relaxation), very usefull!!.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:15771
    • 提供者:cabenitezp
  1. sidel

    0下载:
  2. This program solves system of equations by iterative methods For Gauss-seidel method w=1 and for Successive Over-relaxation method 1<w<2-This program solves system of equations by iterative methods For Gauss-seidel method w=1 and for Succes
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:710
    • 提供者:Mehdi
  1. Successive-Over-Relaxation-

    0下载:
  2. 松弛迭代法计算线性方程组的解,所计算的解精度高。-Relaxation iteration method to calculate the solution of the linear system of equations, the calculation of solution precision is high
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:571
    • 提供者:皇甫永硕
  1. sor_2.f

    0下载:
  2. This program solve the Navier-Stokes (NS) equations using the C C Successive Over Relaxation (SOR) method.-This program solve the Navier-Stokes (NS) equations using the CC Successive Over Relaxation (SOR) method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2675
    • 提供者:Z.T.
  1. successive over relaxationmethod

    0下载:
  2. 逐次超松弛法,简称SOR方法,解线性方程组的常用迭代法之一,它由高斯一赛德尔迭代法经线性加速处理而得到。(Successive super-relaxation method, referred to as SOR method, one of the commonly used iterative methods for solving linear equations. It is obtained by linearly accelerating the Gaussian-Saier it
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:11264
    • 提供者:feiyanglzl
« 12 »
搜珍网 www.dssz.com