📄 hp.m
字号:
function f=hp(n);%> Call: hp(n)%> Input: n non-negative integer %> Output: (n+1)x(n+1) matrix with integer entries =%> the coefficients of the n+1 first Hermite polynomials,%> i.e. the polynomials up to order n inclusive,%> the k:th row = coefficients of the k:th polynomial%> in descending order. %>%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -