\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.236$, $1.236$, $+\infty$}
\tkzTabLine{, +, z, -, z, +,}
\tkzTabVar{-/$0$, +/$6.72$, -/$-3.504$, +/$+\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.236$, $1.236$, $+\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$, $0$, $2$, $+\infty$}
\tkzTabLine{, +, z, -, z, +,}
\end{tikzpicture}
\end{document}
La fonction f(x)=\left(2x^2-4x\right)e^{0.5x} est définie sur $D_f=(-\infty, +\infty)$.
La dérivée est $f'(x)=\left(1.0 x^{2} + 2.0 x - 4.0\right) e^{0.5 x}$.
Les extremums ($f'(x)=0$) : $x_{1}=-3.23606797749979$ avec $f=6.7196967572574$, $x_{2}=1.23606797749979$ avec $f=-3.50377183457632$.
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.