Feat: simplification du tableau

This commit is contained in:
Bertrand Benjamin 2020-09-11 11:15:26 +02:00
parent 92e95c2dbb
commit 53be9aa8f9
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -24,14 +24,14 @@
\hline \hline
$a$ & $0$ \\ $a$ & $0$ \\
\hline \hline
$ax$ & $a$ \\ $x$ & $1$ \\
\hline \hline
$ax^2$ & $2ax$ \\ $x^2$ & $2x$ \\
\hline \hline
$ax^3$ & $3ax^2$\\ $x^3$ & $3x^2$\\
\hline \hline
\rowcolor{tabular} \rowcolor{tabular}
$ax^n$ & $nax^{n-1}$\\ $x^n$ & $nx^{n-1}$\\
\hline \hline
\end{tabular} \end{tabular}
\end{center} \end{center}