File:Hexadecagonalnumber16.png

From specialfunctionswiki
Revision as of 21:28, 21 June 2016 by Tom (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Original file(952 × 952 pixels, file size: 45 KB, MIME type: image/png)
\documentclass[tikz]{standalone}

\usetikzlibrary{shapes.geometric,calc}

\begin{document}

\begin{tikzpicture}
\node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=16,color=white] at (0,0) {}; 
\foreach \n in {1, 2, ..., 16} {
	\draw[fill=black,anchor=\n*(360/8)] (pol.corner \n) circle (1cm);
	\node[anchor=\n*(360/8)] at (pol.corner \n) {\n};
}
\end{tikzpicture}

\end{document}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:27, 21 June 2016Thumbnail for version as of 21:27, 21 June 2016952 × 952 (45 KB)Tom (talk | contribs)Category:hexadecagonalnumberglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=16,color=white] at (0...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata