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

\documentclass[10pt]{article}

\usepackage{pgf,tikz,pgfplots}
\pgfplotsset{compat=1.15}
\usepackage{mathrsfs}
\usetikzlibrary{arrows}
\pagestyle{empty}
\begin{document}
\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1cm,y=1cm]
\clip(-14.44,-8.07) rectangle (14.7,7.69);
\draw [line width=0.8pt] (-13,6)-- (-12,6);
\draw [line width=0.8pt,dotted] (-12,6)-- (-11,6);
\draw [line width=0.8pt] (-11,6)-- (-10,6);
\draw [line width=0.8pt] (-10,6)-- (-9,6);
\draw [line width=0.8pt] (-9,6)-- (-8,6);
\draw [line width=0.8pt] (-8,6)-- (-7,6);
\draw [line width=0.8pt] (-7,6)-- (-6,6);
\draw [line width=0.8pt] (-6,6)-- (-5,6);
\draw [line width=0.8pt] (-5,6)-- (-4,6);
\draw (-13.18,6.65) node[anchor=north west] {$v_1$};
\draw (-12.2,6.65) node[anchor=north west] {$v_2$};
\draw (-11.5,6.65) node[anchor=north west] {$v_{3k-6}$};
\draw (-10.6,6.65) node[anchor=north west] {$v_{3k-5}$};
\draw (-9.62,6.65) node[anchor=north west] {$v_{3k-4}$};
\draw (-8.56,6.65) node[anchor=north west] {$v_{3k-3}$};
\draw (-7.56,6.63) node[anchor=north west] {$v_{3k-2}$};
\draw (-6.46,6.63) node[anchor=north west] {$v_{3k-1}$};
\draw (-5.32,6.65) node[anchor=north west] {$v_{3k}$};
\draw (-4.54,6.63) node[anchor=north west] {$v_{3k+1}$};
\draw [rotate around={0:(-9.5,6)},line width=0.8pt,dotted] (-9.5,6) ellipse
(0.9422543221433454cm and 0.7986508671489821cm);
\begin{scriptsize}
\draw [fill=black] (-13,6) circle (2.5pt);
\draw [fill=black] (-12,6) circle (2.5pt);
\draw [fill=black] (-11,6) circle (2.5pt);
\draw [fill=black] (-10,6) circle (2.5pt);
\draw [fill=black] (-9,6) circle (2.5pt);
\draw [fill=black] (-8,6) circle (2.5pt);
\draw [fill=black] (-7,6) circle (2.5pt);
\draw [fill=black] (-6,6) circle (2.5pt);
\draw [fill=black] (-5,6) circle (2.5pt);
\draw [fill=black] (-4,6) circle (2.5pt);
\end{scriptsize}
\end{tikzpicture}
\end{document}

You might also like