⚡ Compilation LaTeX (Bac)

Fichier tex utilisé : 📄 graphiques/26matj2po1-exo4.tex

↩ Retour 💾 Télécharger le fichier original 📦 Sur la Forge

% !TeX TXS-program:compile = txs:///pdflatex

\documentclass[margin=5mm]{standalone}
\usepackage[nonpgfplots]{tkz-grapheur}

\begin{document}

\begin{GraphiqueTikz}[x=1cm,y=1cm,Xmin=-1,Xmax=5.5,Xgrilles=0.5,Ymin=-1.5,Ymax=5.5,Ygrilles=0.5]<AffCadre>
  \TracerAxesGrilles*[Origine]{0,...,5}{-1,0,...,5}
  \DefinirCourbe[Nom=cf]<f>{-x*x+4*x+1}
  \DefinirCourbe[Nom=cg]<g>{x+1}
  \TracerIntegrale%
    [Couleurs=lightgray,Style=remplissage,Type=fct/fct,Bornes=abs]%
    {f(x)}[g(x)]
    {0}{3}
  \TracerCourbe[Couleur=red]{f(x)}
  \TracerCourbe[Couleur=blue]{g(x)}
\end{GraphiqueTikz}

\end{document}