⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 trf1.m

📁 求解量子力学的薛定谔方程
💻 M
字号:
function f=trf1(X,V,E);%> This file calculates the transfer matrix for 1D Schroedinger DE%> for an interval with a constant potential %> Call:  trf1(X,V,E)%> Input: X=[X1, X2] is the interval as a row 2-vector, X1 < X2%> V = potential, scalar%> E = energy lattice, row vector, INCREASING ARGUMENT%> Output: a column 4-vector [u;Du;v;Dv] at X2%> where the fundamental solutions (u,v) are defined by%> u(X1) = Dv(X1) = 1, Du(X1) = v(X1) = 0.%>%> 

⌨️ 快捷键说明

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