\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\usepackage{amsmath,amssymb}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$ / 1, $f'(x)$ / 1, $f(x)$ / 2}
{$0$, $1$, $1.763$, $+\infty$}
\tkzTabLine{d, -, d, -, z, +,}
\tkzTabVar{+/$0$, -D+/$-\infty$/$+\infty$, -/$10.282$, +/$+\infty$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$0$, $1$, $1.763$, $+\infty$}
\tkzTabLine{d, -, d, -, z, +,}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f(x)$/1} {$0$, $1$, $+\infty$}
\tkzTabLine{d, -, d, +,}
\end{tikzpicture}
\end{document}
La fonction f(x)=\frac{e^x}{log(x)} est définie sur $D_f=(0, 1) \cup (1, +\infty)$.
La dérivée est $f'(x)=\frac{\left(x \ln{\left(x \right)} - 1\right) e^{x}}{x \ln{\left(x \right)}^{2}}$.
Les extremums ($f'(x)=0$) : $x_{1}=1.7632228343519$ avec $f=10.2817052308872$.
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.