📄 lagp.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 + -