Code covered by the BSD License  

Highlights from
LaguerreEig

image thumbnail
from LaguerreEig by Damian Trif
Calculates numerical eigenvalues and eigenfunctions of Schroedinger problems on (0,infinity).

P=param
function P=param
% physiological values of the parameters

a=0.005;b=0.000075;c=0.002;
A=0.0115;B=0.000038;C=0.002;%C=0.0025;
g=2;G=2;h=2;
P=[a,b,c;A,B,C;g,G,h];

Contact us at files@mathworks.com