hp.m
来自「求解量子力学的薛定谔方程」· M 代码 · 共 10 行
M
10 行
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 + =
减小字号Ctrl + -
显示快捷键?