Weiteres problem in Verbindung mit http://texwelt.de/wissen/fragen/15969/quadrat-mit-einbeschrieben-kreis-zeichnen
Hallo liebe User,
auf anraten von Elke erstelle ich einen neuen Thread, damit ich die Chance habe, eine Antwort zu erhalten.
Ich muss nun auf eine Grafik beifügen, aus der ersichtlich wird, wie ich auf meine Lösung gekommen bin. Leider scheitere ich schon daran, die Diagonale nur ab den Punkt (9/8) zu zeichnen, vom Rest ganz zu schweigen. Ich bin euch sehr dankbar, solltet ihr mir helfen.
Vielen Dank
Gruß
Martin
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{intersections}
\usetikzlibrary{through}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{decorations.pathreplacing,decorations.pathmorphing}
\usepgflibrary{decorations.shapes}
\usepgflibrary{shapes.geometric}
\usetikzlibrary{calc,angles,quotes,babel,decorations.pathreplacing}
\usepackage{venndiagram}
\usepackage{verbatim}
\begin{document}
\begin{tikzpicture}[
scale=.2,
dot/.style = {
draw,fill,inner sep=1pt,
label={#1}
}]
\node[dot={below:$(5|5)$}] at (5,5) {};
\node[dot={above right:$(9|8)$}] at (9,8) {};
\node[dot={below:$(29|29)$}] at (29,29) {};
\node[draw,circle through={(9,8)}] (c) at (29,29) {};
\draw[help lines] (c.west |- c.north) rectangle (c.east |- c.south);
\draw (c.west |- 9,8) -- (9,8) -- (c.south -| 9,8);
\draw (c.west |- 29,8) -- (29,8) -- (c.south -| 29,8);
\draw (c.west |- 9,0) -- (29,29) -- (c.south -| 29,8);
\end{tikzpicture}
\end{document}
... so sollte es ausschauen:
![alt text][1]
[1]: http://texwelt.de/wissen/upfiles/xQuadrat_Pyth_beschnitten_1.jpg