查看单个帖子
旧 2008-08-18, 21:38   #1
piano
初级会员
 
注册日期: 2008-08-16
年龄: 37
帖子: 2
声望力: 0
piano 正向着好的方向发展
默认 回复: [求助]matlab多项式的问题

Warning: For real symmetric problems, must
have number of eigenvalues k < n.


function varargout = eigs(varargin)
%EIGS Find a few eigenvalues and eigenvectors of a matrix using ARPACK
% D = EIGS(A) returns a vector of A's 6 largest magnitude eigenvalues.
% A must be square and should be large and sparse.
%
% [V,D] = EIGS(A) returns a diagonal matrix D of A's 6 largest magnitude
% eigenvalues and a matrix V whose columns are the corresponding
% eigenvectors.
piano 当前离线   回复时引用此帖