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

搜索资源列表

  1. PingMianXuanZhuanFa.rar

    0下载:
  2. Jacobi 方法,利用平面旋转矩阵所构成的正交相似变换将对 对称矩阵化为对角型的方法,Jacobi method, the use of planar rotation matrix by orthogonal similarity transformation consisting of the symmetric matrix into a diagonal-based method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.9kb
    • 提供者:赵亮
  1. Jacobi-and-Gauss-Seidel

    0下载:
  2. Jacobi迭代法和Gauss-Seidel迭代法求解线性方程组,matlab语言编程。-Jacobi iteration method and Gauss-Seidel iteration method for solving linear equations, using the Matlab programming language.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5.43kb
    • 提供者:涉水灯盏
  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
    • 文件大小:1.42kb
    • 提供者:桂鹏
  1. Jacobi

    0下载:
  2. Jacobi,数值计算里的方法,基于matlab程序-Jacobi, in the numerical calculation method, based on the matlab program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:873byte
    • 提供者:zl
  1. jacobi

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

    • 发布日期:2017-03-30
    • 文件大小:1.09kb
    • 提供者:韩晓
  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. diedaifa

    0下载:
  2. 给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.9kb
    • 提供者:王海
  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
    • 文件大小:1.34kb
    • 提供者:gms
  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. jacobi

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

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

    0下载:
  2. matlab实现:高斯消元法,LU分解法,迭代法,奇异值分解,乔累斯基分解法,gauss迭代解线性方程组,jacobi迭代解线性方程组-matlab implementation: Gauss elimination, LU decomposition, iterative methods, singular value decomposition, Cholesky decomposition, gauss iterative solution of linear equations, jac
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:315.07kb
    • 提供者:jinghai
  1. Matlab

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

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

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

    • 发布日期:2017-04-13
    • 文件大小:2.45kb
    • 提供者:
  1. MATLAB

    0下载:
  2. 数学上Gauss-Seidel迭代法求线性方程组,Jacobi迭代求线性方程组等等,希望有用-Gauss-Seidel iterative mathematical method for solving linear equations, Jacobi iteration for solving linear equations, etc., want to be useful
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:12.62kb
    • 提供者:huqianqian
  1. Jacobi-and-Gauss-Seidel

    1下载:
  2. 振动力学,振动曲线绘制,matlab,希望有用-Mechanical vibration, the vibration curve drawing, matlab, hope be useful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:575byte
    • 提供者:yongquan
  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. chaos--seidel--jacobi--lnback--ode

    0下载:
  2. 该程序包包含五个代码,均用matlab编写,内容分别是混沌动力系统中,logistics函数随参数a变化周期收敛图像;以及seidel,jacobi两种迭代法求解线性方程组;以及常微分方程求解乒乓球运动轨迹;以及用newton向后插值法估计lnx函数值的源文件。-This package contains five codes are written in matlab, the contents are chaotic dynamical systems, logistics function
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.23kb
    • 提供者:杨文昌
  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. 雅各比迭代算法

    0下载:
  2. 雅各比迭代算法,Jacobi迭代的matlab编程
  3. 所属分类:matlab例程

  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
    • 文件大小:4kb
    • 提供者:竹黄
« 12 3 4 5 6 »
搜珍网 www.dssz.com