搜索资源列表

  1. 幂法求特征值

    0下载:
  2. 用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法-method for using the power of the matrix model by the largest eigenvalue of numerical analysis of the classical method
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1057
    • 提供者:陆任秉
  1. PROGRAMMIFA

    0下载:
  2. 幂法求矩阵的特征值和特征向量 算法9.1 1. 输入矩阵A,初始向量X,误差限ε最大迭代次数N。 2. 置k=1,u=0。 3. 求xr=>λ,|xr|=max|xr|,i=1,….,n。 4. 计算 Y=X/λ,X=AY 5. 若|λ-u|〈ε,输出λ,X,停机;否则,转步骤6。 6. 若k<N,k+1=>k,λ=>u,转步骤3;否则,输出错误信息,停机
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:19106
    • 提供者:Gellss
  1. qiutezhengzhidefangfa

    0下载:
  2. 利用C语言 用矩阵迭代法求矩阵的特征值和特征向量-C language matrix iterative method for matrix eigenvalue and eigenvector
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:944
    • 提供者:陈微
  1. eig_mifa

    0下载:
  2. 用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。-method for using the power of the matrix eigenvalue, seeking the Matrix is the biggest character and the corresponding eigenvector.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:852
    • 提供者:陈涛
  1. ykb

    0下载:
  2. 用雅可比方法求矩阵的特征值和特征向量的FORTRAN程序
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1132
    • 提供者:蔡旭晖
  1. qr方法求赫申伯格矩阵的全部特征值

    0下载:
  2. qr方法求赫申伯格矩阵的全部特征值-qr Hoeschen way for the full Burg matrix eigenvalue
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1864
    • 提供者:啊啊
  1. 幂法反幂法求矩阵最大和最小特征值

    0下载:
  2. 上下带宽分别为2,矩阵元素分别为ai,b,c的对称带状矩阵A,运用两次幂法和一次反幂法求得该矩阵A的最大和最小特征值、按模最小特征值、中心移位法求与常数k最接近的特征值,以及特征值A的行列式detA和条件数cond(A)。
  3. 所属分类:源码下载

    • 发布日期:2010-11-05
    • 文件大小:2109
    • 提供者:amymao_mq
  1. qr方法求赫申伯格矩阵的全部特征值

    0下载:
  2. qr方法求赫申伯格矩阵的全部特征值-qr Hoeschen way for the full Burg matrix eigenvalue
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:啊啊
  1. 幂法求特征值

    0下载:
  2. 用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法-method for using the power of the matrix model by the largest eigenvalue of numerical analysis of the classical method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:陆任秉
  1. PROGRAMMIFA

    0下载:
  2. 幂法求矩阵的特征值和特征向量 算法9.1 1. 输入矩阵A,初始向量X,误差限ε最大迭代次数N。 2. 置k=1,u=0。 3. 求xr=>λ,|xr|=max|xr|,i=1,….,n。 4. 计算 Y=X/λ,X=AY 5. 若|λ-u|〈ε,输出λ,X,停机;否则,转步骤6。 6. 若k<N,k+1=>k,λ=>u,转步骤3;否则,输出错误信息,停机 -Power-l
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-06
    • 文件大小:18432
    • 提供者:Gellss
  1. eig_mifa

    0下载:
  2. 用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。-method for using the power of the matrix eigenvalue, seeking the Matrix is the biggest character and the corresponding eigenvector.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:陈涛
  1. jac

    0下载:
  2. 雅克比方法求矩阵的特征值和特征向量,matlab文件,已经调试成功了-Methods for Jacobian matrix eigenvalues and eigenvectors, matlab documentation, debugging has been successful
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:lily
  1. Eigenvalue

    0下载:
  2. 求矩阵的特征值的源代码c++程序,希望会给大家一些帮助。-Eigenvalue matrix of the source code c++ program, I hope will give you some help.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-06
    • 文件大小:7168
    • 提供者:齐齐
  1. Cpp1

    0下载:
  2. 用幂法和反幂法实现求矩阵的特征值和特征向量-With the power method and inverse power law to achieve demand matrix eigenvalues and eigenvectors
  3. 所属分类:软件工程

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:zhaolong
  1. 规范化幂法求矩阵按模最大特征值

    0下载:
  2. 用规范化幂法求矩阵的特征值,(反幂法还没实现。。。。。。)(Using normalized power method to find the eigenvalues of a matrix)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:yuyumua
  1. 雅克比法求对称矩阵的特征值

    0下载:
  2. 经典Jacobi方法求解对称矩阵特征值(MATLAB描述),本函数使用经典Jacobi方法来计算一个对称矩阵的特征值(Classical Jacobi method for solving symmetric matrix eigenvalue (MATLAB descr iption), this function uses the classical Jacobi method to calculate the eigenvalue
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:161792
    • 提供者:NMDD
  1. 实矩阵特征值问题求解

    0下载:
  2. 求解实数矩阵的特征值和特征向量(10阶以内的矩阵),对于亏损矩阵可以求出相应的根向量(The eigenvalues and eigenvectors of the real number matrix (the matrix within 10 orders) are solved, and the corresponding root vectors can be found for the loss matrix)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:23552
    • 提供者:yzh56
  1. n维矩阵的特征值的一种新求法

    0下载:
  2. n维矩阵的特征值的一种新求法,可实现特征值特征向量的求值(a new algorithm to calculate the aigenvalue of N dimensions matrix, aigenvalue and aigenvector can be worked out)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-06
    • 文件大小:5120
    • 提供者:bingcheng888
  1. CM

    0下载:
  2. 可以求矩阵的最大特征值或最小特征值,有注释(The maximum eigenvalue or minimum eigenvalue of a matrix can be found, with annotation)
  3. 所属分类:其他小程序

  1. 层次分析法求特征值与特征向量

    0下载:
  2. 层次分析法来求得任何一个矩阵的特征值,特征向量,归一化向量(The analytic hierarchy process (AHP) is used to obtain the eigenvalues, eigenvectors and normalization vectors of any matrix)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:T110011
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org