CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jacobi.m matlab

搜索资源列表

  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  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. dcal

    0下载:
  2. 病态方程组求解的matlab程序,涵盖LU分解、Jacobi迭代、GS迭代、SOR迭代四种方法,通过输入参数M来选去对应的算法。-Sick Equations matlab program, covering LU decomposition, Jacobi iteration, GS iteration, SOR iterative four methods, through M to choose input parameters to the corresponding algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:982
    • 提供者:louis
  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

    • 发布日期:2017-03-31
    • 文件大小:6483
    • 提供者:Gaivn Jin
  1. Jacobi.m

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

    • 发布日期:2017-04-04
    • 文件大小:567
    • 提供者:f22krash
  1. jacobi-

    0下载:
  2. 应用matlab进行雅可比迭代法解方程AX=B.m的M文件-Application of matlab for Jacobi iterative method of solving equations AX = of Bm M-file
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:690
    • 提供者:liyunzhao
  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

    0下载:
  2. 用jacobi迭代法解线性方程组,的matlab实现。M文件源代码。-Jacobi iterative method for solving linear equations, matlab implementation. M-file source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:562
    • 提供者:hello
  1. jac

    0下载:
  2. 雅克比迭代用matlab实现 我是一个初学者 费了我很大的功夫 大家一定要珍惜-Jacobi iteration with matlab realize I' m a beginner cost me a lot of effort we must cherish
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:622
    • 提供者:秦川
  1. jacobi

    0下载:
  2. 此文件为MATLAB的M文件,功能是通过Jcobi迭代法求相应精度和迭代次数限制的线性方程组。-This file MATLAB M-files, the demand function is through Jcobi iterative method of linear equations corresponding precision and limit the number of iterations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:1325
    • 提供者:buqing
  1. Jacobi.m

    0下载:
  2. 雅克比法求矩阵特征值特征向量,已在matlab上编译成功,直接可用-Jacobi method for matrix eigenvalue eigenvector has been compiled successfully in matlab, directly available
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1116
    • 提供者:juicy
  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
搜珍网 www.dssz.com