⚡ Compilation LaTeX (Bac)
Fichier tex utilisé : 📄 graphiques/24matj2as1-exo3.tex
↩ Retour
💾 Télécharger le fichier original
📦 Sur la Forge
% !TeX TXS-program:compile = txs:///pdflatex
\documentclass[margin=5mm]{standalone}
\usepackage{ProfLycee-Light}
\useproflyclib{ecritures}
\usepackage[nonpgfplots]{tkz-grapheur}
\usepackage{bm}
\begin{document}
\begin{GraphiqueTikz}[x=0.33cm,y=0.33cm,Xmin=-4,Xmax=6,Ymin=-9,Ymax=4]
%déf + underlay
\DefinirCourbe[Nom=cf,Debut=-4,Fin=10]<f>{(x^2-4)*exp(-x)}
\TracerIntegrale[Type=fct,Style=hachures,Couleurs=orange]{f(x)}{-2}{0}
%aes et grille et tracés
\TracerAxesGrilles[Grille=false]{}{}
\TracerCourbe[Couleur=blue]{f(x)}
\draw[pflaxes] (0,0)--++(1,0) node[below,midway,font=\tiny] {$\Vecteur{\imath}$} ;
\draw[pflaxes] (0,0)--++(0,1) node[left,midway,font=\tiny] {$\Vecteur{\jmath}$} ;
%texte
\PlacerTexte[Police=\small]{(-3,1)}{$\mathcal{C}_{f}$}
\PlacerTexte[Police=\tiny,Position=below left]{(0,0)}{$O$}
\PlacerTexte[Police=\small]{(-1,-4)}{$\bm{D}$}
\end{GraphiqueTikz}
\end{document}