schr1.m

来自「求解量子力学的薛定谔方程」· M 代码 · 共 10 行

M
10
字号
%> The file <schr1.m> organizes an interactive search for eigenvalues%> and eigenfunctions for a Schrodinger particle in a 1D box = [0,1]. %> The potential chosen from  <pot1.m>.  BCs at 0 and 1  are u=0;%> Method: shooting from 0 and 1 to an interior point using Numerov algorithm.%> BCs satisfied using <numerov1.m>, solutions calculated using <numerov2.m>. %> ERRORS: Positive values of potential create instability problems.% <choice.m> allows a choice of potentials in <pot1.m>.%>%> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?