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

搜索资源列表

  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-04-01
    • 文件大小:837
    • 提供者:junli
  1. Jacobi

    0下载:
  2. Jacobi method implememented in C
  3. 所属分类:Java Develop

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

    0下载:
  2. 这里给出的是满阵形式存储的Jacobi法广义对称矩阵特征值计算的子程序代码,来自《 NUMERICAL METHODS IN FINITE ELEMENT ANALYSIS(K. J. Bathe E. L. Wilson)》: -Here are the full array stored in the Jacobi method in generalized symmetric eigenvalue calculation of the subroutine code, from &q
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2204
    • 提供者:徐莹
  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

    0下载:
  2. Jacobi Method. It includes displaying derivations of equation inputted.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1977
    • 提供者:Kuraido
  1. Jacobi-mathod

    0下载:
  2. 数值分析古典Jacobi方法求实对称矩阵所有特征值和特征向量-Classical Jacobi method for numerical analysis of the Symmetrical Matrix eigenvalues and eigenvectors for all
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:838033
    • 提供者:teyona
  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

    0下载:
  2. jacobi方法用c语言实现的矩阵分解,可以参考一下-jacobi method using matrix decomposition c language for reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:616
    • 提供者:d
  1. jacobi

    0下载:
  2. 本程序使用雅可比算法求对称矩阵的特征值,迭代变换,最终求出矩阵的特征值。-This program use jacobi method to calculate the eigenvalue of the symmetric matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:923248
    • 提供者:Vera
  1. Jacobi-Iteration

    0下载:
  2. 雅克比迭代法用来求解线性方程组,使用非常广泛,是最常用的求解非线性方程组的算法 -Jacobi iterative method for solving linear equations, is widely used, is the most commonly used algorithm for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5831
    • 提供者:时光
  1. jacobi

    0下载:
  2. Eigenvalue calculation using Jacobi method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3731
    • 提供者:ferroburak
  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. visual C#. Jacobi迭代求线性方程的解。-written in C#. using Jacobi method to find the solution of linear equation.
  3. 所属分类:Algorithm

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

    0下载:
  2. A: aij, 1<= i,j<=n b: 1<=i<=n x0: intial guess, 1<=i<=n tol: tolerance N maximum number of iterations k: number count of iteration Xm(:,k): X in each k iteration-Jacobi s method: In numerical linear algebra, the
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:638
    • 提供者:Eric Chou
  1. jacobi

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

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

    0下载:
  2. 对于一个实对称矩阵,Jacobi法所采用的分解矩阵是平面旋转矩阵,直接将实对称矩阵约化为对角矩阵。-for a real symmetric matrices, Jacobi method used by the decomposing matrix is plane rotation matrix, directly about real symmetric matrices into diagonal matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:4321
    • 提供者:戴敏
  1. fastdown-and-jacobi

    0下载:
  2. 最速下降法和雅可比法经典迭代matlab程序-Steepest descent method and Jacobi method classic iteration matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1622
    • 提供者:王楠
  1. jacobi.c

    0下载:
  2. jacobi method to solve a system of euqation(linear)
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:794
    • 提供者:sid
  1. Jacobi

    0下载:
  2. 求得A的全部特征值与特征向量的Jacobi方法-A obtained all the eigenvalues ​ ​ and eigenvectors of the Jacobi method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:4409
    • 提供者:li
« 1 23 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com