Feat: simplification du tableau
This commit is contained in:
Binary file not shown.
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user