contents.m

来自「这是《Numerical Methods with MATLAB: Imple」· M 代码 · 共 7 行

M
7
字号
% NMM Toolbox:  routines for eigenvalue computation
%
% eigSort     Eigenvalue/vectors sorted in ascending or descending order
% iterMult    Iterated multiplication of a vector by a matrix: u = A*A*...*A*x0
% poweritInv  Inverse power iterations with shift to find an eigenvalue of A
% powerit     Shifted power method for finding matrix eigenvalues

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?