Community Profile

photo

Blaz Serna


University of California Merced

Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 2 answers | 0

2

answers

Question


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...

7 years ago | 1 answer | 0

1

answer