\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$, $-22.880$, $4.880$, $+\infty$}
\tkzTabLine{, -, z, +, z, -,}
\tkzTabVar{+/$+\infty$, -/$-19723.194$, +/$1671.194$, -/$-\infty$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $-22.880$, $4.880$, $+\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$, $-36.267$, $0.121$, $9.147$, $+\infty$}
\tkzTabLine{, +, z, -, z, +, z, -,}
\end{tikzpicture}
\end{document}
La fonction f(x)=-2x^3-54x^2+670x-80 est définie sur $D_f=(-\infty, +\infty)$.
La dérivée est $f'(x)=- 6 x^{2} - 108 x + 670$.
Les extremums ($f'(x)=0$) : $x_{1}=4.88044187577134$ avec $f=1671.19387226111$, $x_{2}=-22.8804418757713$ avec $f=-19723.1938722611$.
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.