Skip to content

Instantly share code, notes, and snippets.

@kalakay
Last active March 26, 2017 07:01
Show Gist options
  • Save kalakay/2045678028f3d27097568507cf56b958 to your computer and use it in GitHub Desktop.
Save kalakay/2045678028f3d27097568507cf56b958 to your computer and use it in GitHub Desktop.
\begin{tikzpicture}[scale=1,font=\small,line join=round]
\coordinate[label=below:\$A\$] (A) at (0,0);
\coordinate[label=below:\$B\$] (B) at (7,0);
\coordinate[label=above:\$C\$] (C) at (7,7);
\coordinate[label=above:\$D\$] (D) at (0,7);
\path[pattern=north west lines,pattern color=Dandelion] (B) arc (0:60:7cm) arc (120:180:7cm)--cycle;
\draw[very thick,bistre] (A)--(B)--(C)--(D)--cycle;
%busur-busur
\draw[very thick,bistre,name path=BD] (B) arc (0:90:7cm);%busur ABD
\draw[very thick,bistre,name path=AC] (A) arc (180:90:7cm);%busur BAC
\path [name intersections={of = BD and AC, by=E}];
\draw[bistre,densely dashed] (B)--(E)node[above,black]{\$E\$} node[above,midway,sloped,black] {\$7\$\,cm}--(A) node[above,midway,sloped,black] {$7$\,cm};
\pic[draw=Brown2, angle eccentricity=.7, angle radius=.9cm,pic text = \$60^{\circ}\$]{angle = E--B--A};
\end{tikzpicture}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment