搜索资源列表

  1. linear-simultaneous-equations

    0下载:
  2. 线性方程组LU分解直接解法,GS迭代、夹克比迭代、SOR迭代等Matlab代码-linear simultaneous equations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:李南
  1. SOR

    0下载:
  2. 逐次超松弛迭代法(SOR)研究与实现,采用C++编程
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:552960
    • 提供者:hll
  1. Rayleigh_Benard003

    0下载:
  2. 方腔内流动,左右侧壁有温度差,固壁条件, SOR算法求解-Cavity flow, a temperature difference between left and right side wall, solid wall condition, SOR algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:zhanglei
  1. NumericalAnalysis

    0下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration me
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:5521408
    • 提供者:Lynn
  1. SOR

    0下载:
  2. 松弛因子的介绍(“松弛迭代法是高斯-塞德尔迭代法的一种加速方法,基本思想是将高斯-塞德尔迭代法得到的第k+1次近似解向量与第k次近似解向量作加权平均,当权因子(即松弛因子)w选择是适当时,加速效果很明显。因此这个方法最关键的是如何选取最佳松弛因子。")和算法。-Relaxation factor of the introduction (" relaxation method is the Gauss- Seidel itera
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:陈倩倩
  1. Jacobi

    0下载:
  2. 解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:
  1. SOR

    0下载:
  2. 解线性代数方程组的松弛(SOR)迭代法的C++实现-Solution of linear algebraic equations of the relaxation (SOR) iterative method of C++
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:CGQ
  1. CG-Jacobi-g-s-sor

    0下载:
  2. 解线性方程组的迭代法,包括jacobi迭代,G-S迭代,Sor迭代,及共轭梯度等。-iterative method for solving linear equations, including jacobi iteration, GS iterative, Sor iteration, and conjugate gradient.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:xiaojunsuus
  1. Sor--Jacobi-Gauss

    0下载:
  2. Code gauss_seidel, Jacobi and Sor, differences in the implementation of numerical methods divided.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:14336
    • 提供者:mich
  1. numeral-examples

    0下载:
  2. 用gauss-sedel、SOR、梯度法、PR格式等分别计算数值微分方程,PR方法实现二阶微分方程的数值求解-With a gauss-sedel, SOR, gradient, PR format values ​ ​ were calculated differential equations, PR method the numerical solution of second-order differenti
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:张绣
  1. SOR

    0下载:
  2. SOR计算方法,可以对多元方程组进行解算。-SOR method of calculation can be carried out on multi-equations solver.
  3. 所属分类:并行运算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:李建胜
  1. sor

    0下载:
  2. SOR ap for CUDA, iterate many times and proceed reduction for check the result of program.
  3. 所属分类:并行运算

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:IceCold
  1. SOR

    0下载:
  2. SOR迭代法求线性行放程组。看来功能可以很好地饿实现,不过得自己编写方程组和向量-SOR stationary calculate the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:yuany
  1. SOR

    0下载:
  2. 数值分析SOR迭代方法求解线性方程,主要源代码。-Numerical analysis SOR method for solving equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. SOR

    0下载:
  2. 用SOR迭代法求解方程组的解的matlab程序-With SOR iterative method to solve the solution of system program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:sly
  1. SOR

    0下载:
  2. 数值计算中的sor离散格式算法,可采用该格式对二维问题进行离散-2D,Sor discretize method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:田田园
  1. SOR

    0下载:
  2. 解线性方程组的SOR(超松弛)方法的matlab代码实现-Solution of linear equations of the SOR code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:李莎
  1. Jacobi-Gauss_Seide-SOR

    0下载:
  2. 三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、SOR迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, SOR iterative meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:luer
  1. SOR-Maple

    0下载:
  2. SOR Method For solving Numberical Calculation! Written Ba alireza mahdavi(iran)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:ali
  1. gaussseidel-and-sor

    0下载:
  2. Gaussseidel程序和sor程序,用于数值代数算法之中。-Gaussseidel sor
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:颜寒笑
« 1 2 3 45 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org