Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue
PostScript Source code
%!PS-Adobe-2.0 EPSF-2.0%%Title: Julia-Teppich%%BoundingBox: 0 0 440 240
/sqr{ dup mul} bind def
/wurzel{
/m x a sub def
/n y b sub def
/r m sqr n sqr add sqrt def
/x r m add 2 div sqrt def
/y r m sub 2 div sqrt n 0 lt {neg}if def
x 0.5 sub sqr y sqr add sqrt dup
x 0.5 add sqr y sqr add sqrt add div
90 mul 5 add
rand 100 mod lt { /x x neg def /y y neg def}if
} def
/point{
x y 0.002 0 360 arc fill stroke
x neg y neg 0.002 0 360 arc fill stroke
} def
/julia{
-1 -1.5 moveto
a 100 mul cvi 100 div 8 string cvs show
(+i*) show
b 100 mul cvi 100 div 8 string cvs show
stroke
50 { wurzel} repeat
20000 {wurzel point } repeat
} def
/Helvetica 0.4 selectfont
20 dup translate
0.005 setlinewidth
200 dup scale
1 0 translate
-1 0.2 1{
/a exch def
0 0.2 1{
/b exch def
gsave
a b translate
0.06 dup scale
/x 0 def /y 0 def
julia
grestore
} for
}for
This math image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.
It is recommended to name the SVG file “Julia-Teppich.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.
Captions
Add a one-line explanation of what this file represents