File:Collatz1000mathematica.png

Summary

Description
English: The Collatz orbits of the first 1000 integers created in Mathematica using the following source code
f[(x_Integer)?EvenQ] := x/2; 
f[x_Integer] := 3*x + 1; 
f[1] = 1; 
Export["Collatz.png", LayeredGraphPlot[
      DeleteCases[Union[Flatten[Table[(Rule @@ #1 & ) /@ 
                Partition[FixedPointList[f, i], 2, 1], {i, 1000}]]], 
   1 -> 1], ImageSize -> 800]]
Date
Source Own work
 This diagram was created with Mathematica.
Category:PNG created with Mathematica#Collatz1000mathematica.png (Original text: I (JonMcLoone (talk)) created this work entirely by myself.)
Author Jon McLoone
Other versions
File:Collatz Orbits of FIrst 1000 Integers.svg is a vector version of this file. It should be used in place of this PNG file when not inferior.Category:Vector version available

File:Collatz1000mathematica.png → File:Collatz Orbits of FIrst 1000 Integers.svg

For more information, see Help:SVG.

In other languages
Alemannisch  العربية  беларуская (тарашкевіца)  български  বাংলা  català  нохчийн  čeština  dansk  Deutsch  Ελληνικά  English  British English  Esperanto  español  eesti  euskara  فارسی  suomi  français  Frysk  galego  Alemannisch  עברית  हिन्दी  hrvatski  magyar  հայերեն  Bahasa Indonesia  Ido  italiano  日本語  ქართული  한국어  lietuvių  македонски  മലയാളം  Bahasa Melayu  မြန်မာဘာသာ  norsk bokmål  Plattdüütsch  Nederlands  norsk nynorsk  norsk  occitan  polski  prūsiskan  português  português do Brasil  română  русский  sicilianu  Scots  slovenčina  slovenščina  српски / srpski  svenska  தமிழ்  ไทย  Türkçe  татарча / tatarça  українська  vèneto  Tiếng Việt  中文  中文(中国大陆)  中文(简体)  中文(繁體)  中文(马来西亚)  中文(新加坡)  中文(臺灣)  +/−
New SVG image

Licensing

© The copyright holder of this file allows anyone to use it for any purpose, provided that the copyright holder is properly attributed. Redistribution, derivative work, commercial use, and all other use is permitted.

Category:Attribution only license

Original upload log

Transferred from en.wikipedia to Commons by Derlay using CommonsHelper.

The original description page was here. All following user names refer to en.wikipedia.
  • 2010-03-05 10:12 JonMcLoone 800×3072× (246004 bytes) {{Information |Description = The Collatz orbits of the first 1000 integers created in Mathematica using the following source code f[(x_Integer)?EvenQ] := x/2; f[x_Integer] := 3*x + 1; f[1] = 1; Export["collatz1000mathematica.png", LayeredGraphPlot
Category:Collatz conjecture Category:Images with Mathematica source code
Category:Attribution only license Category:Collatz conjecture Category:Images with Mathematica source code Category:PNG created with Mathematica Category:Vector version available