📝 Code source du fichier LaTeX
📄 21matdeux-exoa.tex
↩ Retour
💾 Fichier tex
📦 Sur la Forge
% !TeX TXS-program:compile = txs:///pdflatex
\documentclass[margin=5mm]{standalone}
\usepackage{tkz-grapheur}
\begin{document}
\begin{GraphiqueTikz}[x=1.5cm,y=0.75cm,Xmin=-2.4,Xmax=2.2,Xgrilles=0.2,Ymin=-1.2,Ymax=9.2,Ygrille=2,Ygrilles=0.4]
%axes & grille
\TracerAxesGrilles*[Elargir=0mm,Police=\small,Origine]{-2,-1,...,2}{0,2,...,8}
%courbes et tracés
\TracerCourbe[Couleur=red]{x^2*exp(-x)}
\TracerCourbe[Couleur=blue]{exp(-x)}
\draw[very thick,dashed,gray] (-0.59,\pflymin)--(-0.59,\pflymax) ;
%textes
\PlacerTexte[Couleur=red,Police=\large]{(-1,6)}{$\mathcal{C}_{f}$}
\PlacerTexte[Couleur=blue,Police=\large]{(-1.6,4)}{$\mathcal{C}_g$} ;
\MarquerPts{(-0.59,{0.59*0.59*exp(0.59)})/M/above right,(-0.59,{exp(0.59)})/N/above right}
\end{GraphiqueTikz}
\end{document}