Feeds
답변 있음
I am messing up Eigenvalues in a loop...Help me please.
Just replacing eig() with eigs() solves the problem.
I am messing up Eigenvalues in a loop...Help me please.
Just replacing eig() with eigs() solves the problem.
거의 10년 전 | 0
| 수락됨
질문
I am messing up Eigenvalues in a loop...Help me please.
clear g=0.1; E0=9.8; A=1; B=0; E = 5:0.01:15; for i=1:length(E); H=[E(i),g/sqrt(2),g/sqrt(2);g...
거의 10년 전 | 답변 수: 2 | 0