\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$, $155.633$, $4144.367$, $+\infty$}
\tkzTabLine{, +, z, -, z, +,}
\tkzTabVar{-/$-\infty$, +/$-41689.748$, -/$-4023463.679$, +/$0$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $155.633$, $4144.367$, $+\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$, $+\infty$}
\tkzTabLine{, -,}
\end{tikzpicture}
\end{document}
La fonction f(x)=\left(-2x^2+600x-90000\right)e^{\frac{-x}{2000}} est définie sur $D_f=(-\infty, +\infty)$.
La dérivée est $f'(x)=\frac{\left(x^{2} - 4300 x + 645000\right) e^{- \frac{x}{2000}}}{1000}$.
Les extremums ($f'(x)=0$) : $x_{1}=155.632932482087$ avec $f=-41689.7480784818$, $x_{2}=4144.36706751791$ avec $f=-4023463.67932152$.
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.