\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$, $0.228$, $2.439$, $+\infty$}
\tkzTabLine{, -, z, +, z, -,}
\tkzTabVar{+/$+\infty$, -/$8.448$, +/$24.663$, -/$-\infty$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $0.228$, $2.439$, $+\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$, $3.769$, $+\infty$}
\tkzTabLine{, +, z, -,}
\end{tikzpicture}
\end{document}
La fonction f(x)=-3x^3+12x^2-5x+9 est définie sur $D_f=(-\infty, +\infty)$.
La dérivée est $f'(x)=- 9 x^{2} + 24 x - 5$.
Les extremums ($f'(x)=0$) : $x_{1}=0.2277917365482$ avec $f=8.44825051246458$, $x_{2}=2.43887493011847$ avec $f=24.6628605986465$.
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.