File:Stakan.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 143 × 62 pixels, file size: 7 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Русский: Пример бесконечного двудольного графа в котором не выполняется теорема о свадьбах
Date
Source Own work
Author Tosha
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with MetaPost.
llink=Category:Qs icons SVGThis SVG diagram shows a very simple image. Drawing uncomplicated graphics with a text editor seems more adequate than using a vector graphics program, and will often result in a dramatic reduction of file size.

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.

filenametemplate "%j.svg";
prologues:=3;
%linecap:=butt;
linejoin:=mitered;

outputformat := "svg";

beginfig(1);
save u;
u:=1cm;

setbounds currentpicture to (-2.4,-.1)*u--(-2.4,2.1)*u--(2.4,2.1)*u--(2.4,-.1)*u--cycle;

for i=-2 step 1/2 until 2:
draw (0,0)*u--(i,1)*u--(i,2)*u withpen pencircle scaled 1pt;
drawdot (i,1)*u withpen pencircle scaled 3pt withcolor blue;
drawdot (i,2)*u withpen pencircle scaled 3pt withcolor red;
endfor

drawdot (0,0)*u withpen pencircle scaled 3pt withcolor red;

label.rt(btex $\ldots$ etex, (2,1)*u);
label.lft(btex $\ldots$ etex, (-2,1)*u);
endfig;
end

File history

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

Date/TimeThumbnailDimensionsUserComment
current19:08, 23 July 2020Thumbnail for version as of 19:08, 23 July 2020143 × 62 (7 KB)Tosha (talk | contribs)Uploaded own work with UploadWizard

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata