📝 Code source du fichier LaTeX

📄 24matj2po1-exo2.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.5cm,y=1.5cm,Xmin=0,Xmax=6,Xgrille=1,Xgrilles=1,Ymin=0,Ymax=4,Ygrille=1,Ygrilles=1]
	\TracerAxesGrilles[Elargir=2.5mm]{auto}{auto}
	\TracerCourbe[Couleur=red]{0.00196*x^(5)-0.05764*x^(4)+0.62643*x^(3)-3.00524*x^(2)+5.43449*x}
\end{GraphiqueTikz}

\end{document}