\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$, $-3.567$, $0$, $0.567$, $+\infty$}
\tkzTabLine{, -, z, +, z, -, z, +,}
\tkzTabVar{+/$+\infty$, -/$-18.207$, +/$-2.56$, -/$-2.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$, $-3.567$, $0$, $0.567$, $+\infty$}
\tkzTabLine{, -, z, +, 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$, $-4.920$, $1.572$, $+\infty$}
\tkzTabLine{, +, z, -, z, +,}
\end{tikzpicture}
\end{document}
La fonction f(x)=1+0.22x^4+0.88x^3-0.89x^2-3.56 est définie sur $D_f=(-\infty, +\infty)$.
La dérivée est $f'(x)=x \left(0.88 x^{2} + 2.64 x - 1.78\right)$.
Les extremums ($f'(x)=0$) : $x_{1}=-3.56705763652765$ avec $f=-18.2072503497076$, $x_{2}=0.0$ avec $f=-2.56$, $x_{3}=0.56705763652765$ avec $f=-2.66297692301967$.
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.