Points de la représentation graphique du polynôme
$$M(x_n\:(colonne\:de\:gauche)\:;\:y_n\:(colonne\:de\:droite)) $$
Sortie algorithme
veuillez éxécuter au moins une fois l'algorithme..
Principe (exemple pour fonction polynôme de degré 2):
$\begin{pmatrix}
x_1^2 & x_1 & 1 \\
x_2^2 & x_2 & 1 \\
x_3^2 & x_3 & 1
\end{pmatrix}
\begin{pmatrix}
a \\
b \\
c
\end{pmatrix}
=
\begin{pmatrix}
y_1 \\
y_2 \\
y_2
\end{pmatrix}$