\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$, $-2$, $3$, $+\infty$}
\tkzTabLine{, +, z, -, z, +,}
\tkzTabVar{-/$-\infty$, +/$8.333$, -/$-12.5$, +/$+\infty$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $-2$, $3$, $+\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.653$, $0.165$, $4.988$, $+\infty$}
\tkzTabLine{, -, z, +, z, -, z, +,}
\end{tikzpicture}
\end{document}
La fonction f(x)=\frac{1}{3}x^3-\frac{1}{2}x^2-6x+1 est définie sur $D_f=(-\infty, +\infty)$.
La dérivée est $f'(x)=x^{2} - x - 6$.
Les extremums ($f'(x)=0$) : $x_{1}=-2.0$ avec $f=8.33333333333333$, $x_{2}=3.0$ avec $f=-12.5$.
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.