\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\usepackage{amsmath,amssymb}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$ / 1, $f'(x)$ / 1, $f(x)$ / 2}
{$-\infty$, $-4$, $5$, $+\infty$}
\tkzTabLine{, -, z, +, z, -,}
\tkzTabVar{+/$+\infty$, -/$-688.0$, +/$770.0$, -/$-\infty$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $-4$, $5$, $+\infty$}
\tkzTabLine{, -, z, +, z, -,}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f(x)$/1} {$-\infty$, $-7.208$, $0.331$, $8.377$, $+\infty$}
\tkzTabLine{, +, z, -, z, +, z, -,}
\end{tikzpicture}
\end{document}
La fonction f(x)=-4x^3+6x^2+240x-80 est définie sur $D_f=(-\infty, +\infty)$.
La dérivée est $f'(x)=- 12 x^{2} + 12 x + 240$.
Les extremums ($f'(x)=0$) : $x_{1}=-4.0$ avec $f=-688.0$, $x_{2}=5.0$ avec $f=770.0$.
Intégrez le tableau dans vos documents LaTeX avec le package tkz-tab. Cliquez sur "Code LaTeX" ci-dessus pour copier le code prêt à l'emploi.