legexp.m

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

M
14
字号
%> The file <legexp.m> gives a demo of the Legendre polynomials and %> associated Legendre functions. %> It also calculates expansions of functions in such a ON basis.%> The definition of the Legendre polynomials can be found in most %> textbooks on quantum mechanics or angular momentum.  %> Here we use the files <legpol.m> and <legfun.m> for rapid calculation%> of matrices of function values. %> MATLAB also has a standard algorithm for the Legendre functions, %> which includes the polynomials as a special case. %> Notation P(M,L), L >= M >= 0 integers. %> M = 0 gives the Legendre polynomials.%>%> 

⌨️ 快捷键说明

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