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

📄 lagp.m

📁 求解量子力学的薛定谔方程
💻 M
字号:
function f=lagp(k,p)%> <lagp.m> calculates lagp(k,p), the coefficients of the Laguerre%> polynomials L(k,0) ... L(k,p)%> Call P = lagp(k,p);  %> input p,k non-negative integers%> output a (p+1)*(p+1) matrix of coefficients%> To evaluate the value of the polynomial:%> Call pol = evalpol(P,x);%> input  x scalar or row vector %> output a (p+1)*length(x) matrix evaluating all the polynomials, %> OR 	pol=polyval(P(n,:),x) for each row, %> input: x a matrix %> output: a matrix of same dimension%>%> 

⌨️ 快捷键说明

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