CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - SOR

搜索资源列表

  1. SOR

    0下载:
  2. SOR法,数值计算中的方法,基于matlab的程序-SOR method, numerical calculation methods, procedures based on matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.11kb
    • 提供者:zl
  1. sor

    0下载:
  2. sor迭代法,是数值分析中很重要的一种,源码为其在matlab中的实现。-sor iterative method, numerical analysis is a very important one in the matlab source code for its realization.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1009byte
    • 提供者:马丫
  1. equation

    1下载:
  2. 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:15.96kb
    • 提供者:
  1. sor

    1下载:
  2. 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:582byte
    • 提供者:liruifa
  1. iterative

    3下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7kb
    • 提供者:zuoxl
  1. Sor_method

    0下载:
  2. sor method matlab for iterative methode
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:822byte
    • 提供者:juli
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594byte
    • 提供者:锦夏
  1. all1

    0下载:
  2. Gauss消去法、Jacobi法、SOR法解线性方程组的源程序,可以方便得到解-code for solution of linear equations using Gauss elimination method、Jacobi method and SOR method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:837byte
    • 提供者:junli
  1. SOR

    0下载:
  2. SOR Method for system of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:519byte
    • 提供者:akp
  1. linear-simultaneous-equations

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

    • 发布日期:2017-03-31
    • 文件大小:2.13kb
    • 提供者:李南
  1. Matlab-SOR

    0下载:
  2. 计算方法中的SOR算法,根据改变SOR因子的值观察精度变化-Calculation of the SOR algorithm, based on observation of changes in the value of SOR accuracy factor changes
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:17.44kb
    • 提供者:袁琰红
  1. Sor--Jacobi-Gauss

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

    • 发布日期:2017-03-31
    • 文件大小:14.14kb
    • 提供者:mich
  1. SOR

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

    • 发布日期:2017-04-10
    • 文件大小:983byte
    • 提供者:yuany
  1. SOR

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

    • 发布日期:2017-03-29
    • 文件大小:1.05kb
    • 提供者:sly
  1. solves an equation using SOR-method

    0下载:
  2. solves an equation using SOR-method, chooses the best omega uses 2 different steps for matrix with and without diagonal dominance
  3. 所属分类:matlab例程

    • 发布日期:2017-11-14
    • 文件大小:985byte
    • 提供者:Olya
  1. GS-SOR

    0下载:
  2. 有关于数值代数中Guass-Seidal迭代法和SOR迭代法的完整源码。-The complete source about the numerical algebra Guass-Seidal iterative method and SOR iterative method.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:1.8kb
    • 提供者:regina
  1. matlab-sor

    0下载:
  2. 包含了常用的CG算法/SOR迭代算法/SDM最速下降法等算法-Used CG algorithm/SOR iterative algorithm/SDM steepest descent method algorithm
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:1kb
    • 提供者:Will Leung
  1. sor

    0下载:
  2. 自己编的SOR迭代法。列出每次迭代结果。精确解由高斯列主元消去法求得。-My SOR iterative algorithms. The results in each iteration are listed.The exactsolution obtained by the Gauss elimination method .
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:918byte
    • 提供者:gamila
  1. jacobi-gauss-seidel-sor

    0下载:
  2. 用Jacobi Gauss-seidel SOR迭代法求解线性方程组-With Jacobi Gauss-seidel SOR iterative method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:49.25kb
    • 提供者:李春兰
  1. SOR

    0下载:
  2. SOR迭代方法的源代码 的数值分析可能有助于孩子的数值分析研究-Numerical analysis of the source code of SOR iterative method source code may be helpful for the numerical analysis to study the child
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.31kb
    • 提供者:图拉
« 12 3 4 5 »
搜珍网 www.dssz.com