File:Star-of-david-thm.svg

Original file(SVG file, nominally 143 × 126 pixels, file size: 9 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Illustration for Star of David theorem. Drawn using LaTeX and the resulting PDF was then converted to SVG.
Date
Source Self-drawn
Author ElectroKid (talkcontribs)
SVG development
InfoField
 
The SVG code is valid.
 
This vector image was created with LaTeX by Rubber Duck ().
Source code
InfoField

SVG code

\documentclass[10pt,border=1pt,tikz,class=scrartcl]{standalone}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{lmodern}
\usepackage{mathtools}
\usepackage{bytefield}
\usetikzlibrary{calc}
\pagestyle{empty}
\begin{document}
	\scriptsize
\begin{tikzpicture}
	\xdef\r{1.2}
	\xdef\p {}
	\foreach \a in {0,120,240}
		\xdef\p {\p ({\r * sin(\a)}, {\r * cos(\a)}) -- };
	\foreach \a in {0,60,...,300}
		\coordinate (p\a) at ({\r * sin(\a)}, {\r * cos(\a)});
	\draw [thick] \p cycle;
	\draw[rotate=60,thick] \p cycle;
	\node {$n\choose k$};
	\node [anchor=south] at (p0) {$n\choose k+1$};
	\node [anchor=west] at (p60) {$n+1\choose k+1$};
	\node [anchor=west] at (p120) {$n+1\choose k$};
	\node [anchor=north] at (p180) {$n\choose k-1$};
	\node [anchor=east] at (p240) {$n-1\choose k-1$};
	\node [anchor=east] at (p300) {$n-1\choose k$};
\end{tikzpicture}
\end{document}

Licensing edit

This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.

File history

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

Date/TimeThumbnailDimensionsUserComment
current07:48, 11 April 2015Thumbnail for version as of 07:48, 11 April 2015143 × 126 (9 KB)Krishnavedala (talk | contribs)better conversion to SVG
00:11, 9 April 2015Thumbnail for version as of 00:11, 9 April 2015145 × 131 (12 KB)Krishnavedala (talk | contribs)redrawn using {{W|LaTeX}}
00:22, 23 January 2012Thumbnail for version as of 00:22, 23 January 2012420 × 350 (2 KB)Krishnavedala (talk | contribs)

The following 2 pages use this file:

File usage on other wikis

The following other wikis use this file:

Metadata