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

📄 legfun.m

📁 求解量子力学的薛定谔方程
💻 M
字号:
function f=legfun(N,M,x);%> CALL: f = legfun(N,M,x)%> Calculates the Legendre functions P(M,L) for L = M,...,N;%> NORMALIZED to an L2 norm = 1 on the interval [-1,1].%> Input: N > M integers, x row vector.%> Output: matrix with N-M+1 rows of length = length(x);%> This program is just to get this matrix quickly, use the %> standard Legendre routines of MATLAB for accuracy.%>%> 

⌨️ 快捷键说明

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