Content deleted Content added
m →Mandelbrot set: CE |
→Mandelbrot set: Clarified the connection between the image on the right and the sample code on the left. |
||
Line 405:
=== Mandelbrot set ===
[[File:Mandelbrot Creation Animation.gif|thumb|200px|
This example of a [[Mandelbrot set]] highlights the use of [[complex numbers]]. It models the first 20 [[iteration]]s of the [[equation]] <code>z = z<sup>2</sup> + c</code>, where <code>c</code> represents different [[Complex number|complex constants]].
Line 414:
The sample code is as follows:
<syntaxhighlight lang="r">library(caTools)
jet.colors <-
Line 453 ⟶ 452:
"Mandelbrot.gif",
col = jet.colors,
delay = 100)</syntaxhighlight>
== Version names ==
|