File:Triangularnumber5glyph.png

From specialfunctionswiki
Jump to: navigation, search
Original file(849 × 849 pixels, file size: 18 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=3,color=white] at (0,0) {}; 
\foreach \n in {1, 2, ..., 3} {
	\draw[fill=black,anchor=\n*(360/8)] (pol.corner \n) circle (1cm);
	\node[anchor=\n*(360/8)] at (pol.corner \n) {\n};
}
\scalebox{0.5}{\node (pol) [minimum size=\textwidth,regular polygon, rotate=180, regular polygon sides=3,color=white] at (0,0) {}; 
\foreach \n in {1, 2, ..., 3} {
	\draw[fill=black,anchor=\n*(360/8)] (pol.corner \n) circle (2cm);
	\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
current19:37, 21 June 2016Thumbnail for version as of 19:37, 21 June 2016849 × 849 (18 KB)Tom (talk | contribs)Category:Triangularnumbersglyph <pre>\documentclass[tikz]{standalone} \usetikzlibrary{shapes.geometric,calc} \begin{document} \begin{tikzpicture} \node (pol) [minimum size=\textwidth,regular polygon, regular polygon sides=3,color=white] at (0,0)...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata