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

搜索资源列表

  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
    • 文件大小:6.38kb
    • 提供者:YUXIANGCHENG
  1. jacobi.m

    0下载:
  2. jacobi solves the equation System A x = b with a Jacobi-Iteration [x] = jacobi(A,b,omega) -jacobi solves the equation System A x = b with a Jacobi-Iteration [x] = jacobi(A,b,omega)
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:848byte
    • 提供者:Hassan
  1. jtest

    0下载:
  2. Funzione: jtest --------------- Stabilisce se il metodo di Jacobi converge alla soluzione esatta del sistema lineare Ax = b di cui è data la matrice A Prototipo: [bool,iter] = jtest(A,m) Input: La matrice dei coefficienti A Il
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:612byte
    • 提供者:diego
  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
    • 文件大小:5.66kb
    • 提供者:陈永恒
  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
    • 文件大小:982byte
    • 提供者:louis
  1. jacobi

    0下载:
  2. MPI jacobi algortihm
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:1.35kb
    • 提供者:erdem
  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
    • 文件大小:6.33kb
    • 提供者:Gaivn Jin
  1. Jacobi.m

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

    • 发布日期:2017-04-04
    • 文件大小:567byte
    • 提供者: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
    • 文件大小:690byte
    • 提供者: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
    • 文件大小:1.18kb
    • 提供者: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
    • 文件大小:562byte
    • 提供者: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
    • 文件大小:622byte
    • 提供者:秦川
  1. Jacobi

    0下载:
  2. 雅克比迭代求解线性方程组课设,已经调试成功.内含m文件,可直接运行。-Jacobi iteration for solving linear equations ,Lesson set debugging has been successful
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:7.06kb
    • 提供者:天龙
  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
    • 文件大小:1.29kb
    • 提供者: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
    • 文件大小:1.09kb
    • 提供者:juicy
  1. Jacobi.m

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

    • 发布日期:2017-04-12
    • 文件大小:664byte
    • 提供者:Li
  1. jakoobi.m

    0下载:
  2. jacobi function for fitting polynomial curve
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.24kb
    • 提供者:mohsen
  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
    • 文件大小:1kb
    • 提供者:Mathematic
  1. ymycg

    0下载:
  2. Modern signal processing jobs when the graduate, Calculation of growth, entry-level program grains Jacobi iteration for solving linear equations class-based.
  3. 所属分类:网址推荐

    • 发布日期:2017-12-31
    • 文件大小:147kb
    • 提供者:张国男
  1. toolboxLS-1.1.1

    2下载:
  2. UBC 的教授开发的一款非常好用的水平集工具箱,内含完整的说明文档,算例也很丰富,易于拓展。(A level set toolbox provided by Prof Ian M. Mitchell from UBC. Well organized toolbox with good examples. Very convenient to extend to your own usage.)
  3. 所属分类:图形图像处理

    • 发布日期:2020-01-29
    • 文件大小:281kb
    • 提供者:super_nick
« 12 »
搜珍网 www.dssz.com