Galton x Pascal _: Lösung überarbeitet

This commit is contained in:
2026-07-15 07:59:41 +02:00
parent 0d41a995c9
commit 8e5a863a2d
3 changed files with 528 additions and 2 deletions
+2 -2
View File
@@ -419,8 +419,8 @@
% \fi
%Beispiel einzeichnen: left left left
\draw[gray, thin] (0, 0) -- node[above left] {L} (-1,- 1) -- node[above left] {L} (-2,-2) -- node[above left] {L} (-3,-3);
\draw[gray, thin] (-2, -2) -- node[above right] {R} (-1,-3);
\draw[gray, thin] (0, 0) -- node[above left] {l} (-1,- 1) -- node[above left] {l} (-2,-2) -- node[above left] {l} (-3,-3);
\draw[gray, thin] (-2, -2) -- node[above right] {r} (-1,-3);
}
}
\end{tikzpicture}