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

搜索资源列表

  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
    • 文件大小:1944
    • 提供者:赵亮
  1. jacobi

    0下载:
  2. Jacobi Iteration - Method of Simultaneous Displacement for a system of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1600
    • 提供者:chakravarthy
  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
    • 文件大小:5560
    • 提供者:涉水灯盏
  1. na1-7

    0下载:
  2. naville法,雅各比法,牛顿法,CG法等等数值分析课程中使用的Matlab程序。-naville method, Jacobi method, Newton method, CG method, etc. used in numerical analysis courses Matlab program.
  3. 所属分类:matlab

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

    0下载:
  2. The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and performs up to 100 iterations of the Jacobi method or until 蔚step < 1e-5
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1550
    • 提供者:sarah
  1. eig_Jacobi

    0下载:
  2. 求对称矩阵全部特征值的Jacobi方法-Symmetric matrix for all the eigenvalues of Jacobi method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:694
    • 提供者:liruifa
  1. Useful_matlab_codes

    0下载:
  2. The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane-The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:976
    • 提供者:K29
  1. SolveEigenvalue

    0下载:
  2. 自己编写的程序,用jacobi方法来求解对称矩阵的特征值还有用OR算法以及反幂法来求解特征值。-I have written procedures, with jacobi method to solve the symmetric matrix eigenvalue algorithm have to use OR as well as anti-power-law to solve the eigenvalue.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1433
    • 提供者:萧筱
  1. Jacobi

    0下载:
  2. 雅克比迭代法 求Hilbert矩阵病态方程组-Iterative Method Jacobian matrix pathological Hilbert equations
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1285
    • 提供者:ad2d
  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. 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. all1

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

    • 发布日期:2017-03-31
    • 文件大小:837
    • 提供者:junli
  1. Jacobi

    0下载:
  2. Jacobi法线性方程组求解的matlab function-Jacobi method for solving linear equations of the matlab function
  3. 所属分类:matlab

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

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

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

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

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

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

    • 发布日期:2017-03-28
    • 文件大小:1116
    • 提供者:juicy
  1. Gauss-Seidel-Method

    0下载:
  2. In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Frie
  3. 所属分类:matlab

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

    0下载:
  2. 研究生教学课程中的数值分析里面的一种方法示例,该方法为雅克比法,为课后习题的算法演示-Graduate teaching courses in numerical analysis example inside a method, this method is the Jacobi method for after-school exercises algorithm demo
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:602
    • 提供者:Sum
  1. Program1_SimpleLaplaceSolver

    0下载:
  2. Gauss, Siedel, Jacobi Method to determine field distribution
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:Pirkani
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com