Feeds
提问
Error using * Inner matrix dimensions must agree? It also shows an error for Y, but I can't figure out what it is?
w = 3; t = 0:1:8; Y = (t*sqrt(t.^2+w^2))+((w^2)*log((t+sqrt(t.^2+w^2))/w)); P2 = 1-((w^2)/(t^.2+w^2))*cos(Y)*cos(Y); ...
7 years 前 | 2 个回答 | 0
2
个回答提问
Error using ode arguments (line 90) SCHROE must return a column vector?
This is to simulate a nth Eigenstate of a initial hamiltonian being carried under the Schrodinger equation to the nth eigenstate...
8 years 前 | 1 个回答 | 0