Polynôme de Chebychev du deuxième type : \(U_n\left(\sin(\theta)\right) = \sin(n\theta)\).
Espace de nom : tsd
Prototype
Poly<float> Chebychev_U(entier n)
Description
Calculé d'après la récursion : \[
T_n = 2 z \cdot T_{n-1} - T_{n-2}
\] et : \[
T_0 = 1,\ T_1 = 2z
\]
Voir aussi
Chebychev_T