kids encyclopedia robot

Image: Collatz1000mathematica

Kids Encyclopedia Facts
Original image(800 × 3,072 pixels, file size: 240 KB, MIME type: image/png)

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["Collatz.png", LayeredGraphPlot[ DeleteCases[Union[Flatten[Table[(Rule @@ #1 & ) /@ Partition[FixedPointList[f, i], 2, 1], {i, 1000}]]], 1 -> 1], ImageSize -> 800]]
Title: Collatz1000mathematica
Credit: Own work (Original text: I (JonMcLoone (talk)) created this work entirely by myself.)
Author: Jon McLoone
License: Attribution

There are no pages that link to this image.

kids search engine