\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.459$, $5.874$, $+\infty$}
\tkzTabLine{, -, z, +, z, -,}
\tkzTabVar{+/$+\infty$, -/$2.495$, +/$14.45$, -/$-\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.459$, $5.874$, $+\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.732$, $+\infty$}
\tkzTabLine{, +, z, -,}
\end{tikzpicture}
\end{document}
La fonction f(x)=-0.6x^3+7.5x^2-26x+30 est définie sur $D_f=(-\infty, +\infty)$.
La dérivée est $f'(x)=- 1.8 x^{2} + 15.0 x - 26$.
Les extremums ($f'(x)=0$) : $x_{1}=2.45884153900673$ avec $f=2.49483427541246$, $x_{2}=5.8744917943266$ avec $f=14.449610169032$.
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.