Feeds
已回答
[Solved] Power method, eigenvalues.
function l = ww(A,E) x = A(:,1); l = 0; blad = E; % starting value of error while blad>=E y = A*x; blad = l...
[Solved] Power method, eigenvalues.
function l = ww(A,E) x = A(:,1); l = 0; blad = E; % starting value of error while blad>=E y = A*x; blad = l...
2 years 前 | 0
