hermite_polynomial_N {hermiter} | R Documentation |
H_k(x)
from k=0,\dots,N
for the vector of values, x.Convenience function to output physicist Hermite polynomials
The method calculates the physicist version of Hermite polynomials,
H_k(x)
from k=0,\dots,N
for the vector of values, x.
hermite_polynomial_N(N, x)
N |
An integer number. |
x |
A numeric vector. |
A numeric matrix with N+1 rows and length(x) columns.