Skip to content

ChebyshevU

ChebyshevU(n, x)

returns the Chebyshev polynomial of the second kind U_n(x).

See:

Examples

>> ChebyshevU(8, x)
1-40*x^2+240*x^4-448*x^6+256*x^8

Implementation status

  • ☑ - partially implemented

Github