📝 Code source du fichier LaTeX
📄 25matj1an1-exo4.tex
↩ Retour
💾 Fichier tex
📦 Sur la Forge
% !TeX TXS-program:compile = txs:///pdflatex
\documentclass[margin=5mm]{standalone}
\usepackage[nonpgfplots]{tkz-grapheur}
\begin{document}
\begin{GraphiqueTikz}[x=1.9cm,y=0.6cm,Xmin=-3,Xmax=5,Xgrille=1,Xgrilles=1,Ymin=-8,Ymax=7,Ygrille=1,Ygrilles=1]
%axes et grille
\tikzset{pflgrillep/.style={thin,gray,densely dotted}}
\tikzset{pflgrilles/.style={thin,gray,densely dotted}}
\TracerAxesGrilles[Police=\small,Elargir=2.5mm]{auto}{auto}
%tracés
\TracerCourbe[Couleur=red]{(x^2+3*x+1)*exp(-x)}
\TracerCourbe[Couleur=blue,Style=densely dashed]{(-x^2-x+2)*exp(-x)}
%textes
\PlacerTexte[Police=\large,Couleur=red]{(2.25,2)}{$\mathcal{C}_{1}$}
\PlacerTexte[Police=\large,Couleur=blue]{(2.25,-1.5)}{$\mathcal{C}_{2}$}
\end{GraphiqueTikz}
\end{document}