Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

\documentclass[10pt]{article}

\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\usepackage{mathrsfs}
\usetikzlibrary{arrows}
\pagestyle{empty}
\begin{document}
\definecolor{zzttqq}{rgb}{0.6,0.2,0}
\definecolor{ududff}{rgb}{0.30196078431372547,0.30196078431372547,1}
\definecolor{xdxdff}{rgb}{0.49019607843137253,0.49019607843137253,1}
\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1cm,y=1cm]
\begin{axis}[
x=1cm,y=1cm,
axis lines=middle,
ymajorgrids=true,
xmajorgrids=true,
xmin=-8.314289398963039,
xmax=9.765289527195884,
ymin=-7.190705895731112,
ymax=3.5111076390356017,
xtick={-8,-6,...,8},
ytick={-6,-4,...,2},]
\clip(-8.314289398963039,-7.190705895731112) rectangle
(9.765289527195884,3.5111076390356017);
\fill[line width=2pt,color=zzttqq,fill=zzttqq,fill opacity=0.10000000149011612] (-
2,1) -- (-0.3134036469049312,-1.9311447989535322) -- (2,1) --
(0.2820498792052428,2.3355205139825537) -- cycle;
\draw [line width=2pt] (0,0.2) circle (2.154065922853802cm);
\draw [line width=2pt,color=zzttqq] (-2,1)-- (-0.3134036469049312,-
1.9311447989535322);
\draw [line width=2pt,color=zzttqq] (-0.3134036469049312,-1.9311447989535322)--
(2,1);
\draw [line width=2pt,color=zzttqq] (2,1)--
(0.2820498792052428,2.3355205139825537);
\draw [line width=2pt,color=zzttqq] (0.2820498792052428,2.3355205139825537)-- (-
2,1);
\begin{scriptsize}
\draw [fill=xdxdff] (0,0.2) circle (2.5pt);
\draw[color=xdxdff] (0.15797964939394532,0.6431026860630829) node {$A$};
\draw [fill=ududff] (-2,1) circle (2.5pt);
\draw[color=ududff] (-1.8283418021347255,1.4335775494265333) node {$B$};
\draw[color=black] (-0.9973297662910978,1.859217860468391) node {$c$};
\draw [fill=xdxdff] (-0.3134036469049312,-1.9311447989535322) circle (2.5pt);
\draw[color=xdxdff] (-0.14604914420738185,-1.505367455386295) node {$C$};
\draw [fill=xdxdff] (2,1) circle (2.5pt);
\draw[color=xdxdff] (2.1645696871627047,1.4335775494265333) node {$D$};
\draw [fill=xdxdff] (0.2820498792052428,2.3355205139825537) circle (2.5pt);
\draw[color=xdxdff] (0.44173985675518407,2.7713042412723725) node {$E$};
\draw[color=zzttqq] (-1.3621643186126906,-0.39059521218142923) node {$b$};
\draw[color=zzttqq] (1.2322147201186349,-0.3703266259413407) node {$c_1$};
\draw[color=zzttqq] (1.414631996279431,2.163246654069718) node {$d$};
\draw[color=zzttqq] (-0.956792593810921,2.1835152403098066) node {$e$};
\end{scriptsize}
\end{axis}
\end{tikzpicture}
\end{document}

You might also like