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

搜索资源列表

  1. program

    0下载:
  2. 程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2911
    • 提供者:funintears
  1. Jacobi

    1下载:
  2. Jacobi的matlab程序是我同学编着玩的,我试了一下挺好,Jacobi迭代算法。-Jacobi s matlab program is edited by students, I play, I tried some very good, Jacobi iterative algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-12
    • 文件大小:1456
    • 提供者:桂鹏
  1. jacobi

    1下载:
  2. 本代码是本人在做作业时所编,主要用来求解雅克比矩阵-slove jacobi matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1115
    • 提供者:韩晓
  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
    • 文件大小:16340
    • 提供者:
  1. iterative

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

    • 发布日期:2017-03-28
    • 文件大小:7167
    • 提供者:zuoxl
  1. jacobi-matlab

    0下载:
  2. jacobi算法,看看能用不,我测试是能用的,希望大家也能用上!-jacobi algorithm, can not see, I can test, and I hope we all can be on!
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1376
    • 提供者:gms
  1. experimentreport

    0下载:
  2. 用迭代法解方程组 Jacobi Gauss-Sedel SOW 超松弛迭代 各种技术的比较 数值实验报告-Iterative solution of equations Jacobi Gauss-Sedel SOW SOR numerical comparison of various techniques Experimental Report
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:212345
    • 提供者:邓大
  1. MATLAB

    0下载:
  2. Jacobi, Gauss seidel
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2130
    • 提供者:duarfel
  1. chaostest

    0下载:
  2. Given a time series, the algorithm will test its non-linearity calculating the lyapunov exponent by Jacobi method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7857
    • 提供者:Yiyao
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
  3. 所属分类:matlab

    • 发布日期:2016-06-04
    • 文件大小:5791
    • 提供者:陈永恒
  1. jacobi

    0下载:
  2. 利用jacobi法求解病态线性方程,其中矩阵为hilbort矩阵-Jacobi method used to solve ill-linear equations, including matrix hilbort matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2794
    • 提供者:koo
  1. Matlab

    0下载:
  2. Matlab 程序语言,有jacobi GS迭代,弦截法等。-Matlab programming language, there jacobi GS iteration, Secant method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1960
    • 提供者:wanghao
  1. Jacobi

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

    • 发布日期:2017-04-13
    • 文件大小:2510
    • 提供者:
  1. Jacobi.m

    0下载:
  2. Jacobi method matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:567
    • 提供者:f22krash
  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 method matlab program. The main pr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1209
    • 提供者:luer
  1. Jacobi.m

    0下载:
  2. Jacobi迭代法,可设置误差,开发环境为matlab-Jacobi iterative method, you can set error, development environment for matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:664
    • 提供者:Li
  1. Gauss消元法,Jacobi迭代法,超松弛迭代法

    0下载:
  2. Gauss消元法,Jacobi迭代法和超松弛迭代法求解线性方程组的M文件(Gauss elimination method, Jacobi iteration method and over relaxation iterative method for solving linear equations of the M file)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:Mathematic
  1. Jccobi

    0下载:
  2. 使用matlab分解矩阵的方法 开源方便参考 使用附带的txt/dat程序(The method of using MATLAB factorization matrix Open source convenient reference Use the attached txt/dat program)
  3. 所属分类:matlab例程

  1. CavityFlow_Matlab

    2下载:
  2. 基于雅克比迭代法的matlab方腔流动程序,其中包括流函数和涡函数子程序(The MATLAB cavity flow program based on Jacobian iteration method, including the stream function and the vortex function subroutine.)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-04
    • 文件大小:5120
    • 提供者:SONNY_YANG
  1. MATLAB

    0下载:
  2. 利用五点差分格式和Jacobi迭代法,求解精确解和数值解的误差,判断阶数是否正确(Five-point difference scheme and Jacobi iteration method are used to solve the error between exact solution and numerical solution and to judge whether the order is correct or not.)
  3. 所属分类:数学计算

    • 发布日期:2019-11-14
    • 文件大小:4096
    • 提供者:竹黄
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com