10.02.2016 Views

Dessiner

1o3HqYu

1o3HqYu

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

7.4. GRAPHE DE PREUVE 109<br />

Le décalage vertical s’obtient avec l’option yshift, etpourpréciseràquellepartieducode<br />

s’applique cette option, on insère le code concerné dans un environnement scope. Lorsque TikZ<br />

applique l’option [yshift=-2.5cm] au point (-1,0), iltraceenfaitlepoint(-1,-2.5), etc.<br />

On applique ensuite à chaque scope les décalages successifs :<br />

[yshift=-2.5cm], [yshift=-5cm], [yshift=-7.5cm].<br />

\begin{tikzpicture}<br />

\node[above right] at (-1,0) {Expression}; ...<br />

\begin{scope}[yshift=-2.5cm]<br />

\node[above right] at (-1,0) {Expression}; ...<br />

\end{scope}<br />

\begin{scope}[yshift=-5cm]<br />

\node[above right] at (-1,0) {Terme}; ...<br />

\end{scope}<br />

\begin{scope}[yshift=-7.5cm]<br />

\node[above right] at (-1,0) {Variable}; ...<br />

\end{scope}<br />

\end{tikzpicture}<br />

Expression<br />

Terme<br />

+<br />

Terme<br />

Facteur<br />

⇥<br />

Facteur<br />

Variable<br />

( Expression )<br />

Variable<br />

X<br />

Y<br />

Z<br />

7.4 Graphe de preuve<br />

7.4.1 Résolution d’une équation : 2x +3=7<br />

On veut expliquer, à l’aide d’un schéma, la résolution de l’équation du premier degré : 2x+3 = 7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!