File:Koenigsberger bruecken graph.svg

Original file(SVG file, nominally 207 × 192 pixels, file size: 10 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Graph for the Seven Bridges of Königsberg (replaces .jpg)
Date
Source Own work
Author Totalt
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with Inkscape.
 
This diagram uses embedded text/digits.
This diagram has been superseded by Königsberg Bridges graph.svg. It is recommended to use the other file. Please note that deleting superseded images requires consent.
new file

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Code edit

Erstellt mit PGF/Tikz und pdflatex. In .svg konvertiert in Inkscape

\documentclass[10pt]{scrartcl}
\usepackage{tikz}
\usetikzlibrary{positioning}

\begin{document}
\begin{tikzpicture}[node distance=2cm,bend angle=25,thick,main node/.style={circle,draw,inner sep=0.2cm}]
	\node[main node,label=above:3] (0) {};
	\node[main node,label=left:5] (1) [below of=0] {};
	\node[main node,label=below:3] (2) [below of=1] {};
	\node[main node,label=right:3] (3) [right=4cm of 1] {};
	\draw (0) to [bend left] (1);
	\draw (1) to [bend left] (0);
	\draw (1) to [bend left] (2);
	\draw (2) to [bend left] (1);
	\draw (0) to (3);
	\draw (2) to (3);
	\draw (1) to (3);
\end{tikzpicture}

\end{document}
This file has been superseded by Königsberg Bridges graph.svg. It is recommended to use the other file. Please note that deleting superseded images requires consent.
new file

File history

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

Date/TimeThumbnailDimensionsUserComment
current08:49, 19 June 2012Thumbnail for version as of 08:49, 19 June 2012207 × 192 (10 KB)Totalt (talk | contribs)

The following page uses this file:

File usage on other wikis

The following other wikis use this file: