曼德布罗特集/edithistory

来自集智百科 - 复杂系统|人工智能|复杂科学|复杂网络|自组织
跳到导航 跳到搜索
oldid date/time username edit summary
952075855 2020-04-20T12:59:22Z XOR'easter Undid revision 952039765 by [[Special:Contributions/EmptyJarM|EmptyJarM]] ([[User talk:EmptyJarM|talk]]): unexplained de-linking ([[Peter Richter]] does not currently have an article, but looking over his citations, he could plausibly pass [[WP:PROF]])
952039765 2020-04-20T07:59:54Z EmptyJarM
950645123 2020-04-13T04:06:14Z David Eppstein Undid revision 950642589 by [[Special:Contributions/94.190.209.205|94.190.209.205]] ([[User talk:94.190.209.205|talk]]) unexplained removal of bluelink for reference author
950642589 2020-04-13T03:44:53Z 94.190.209.205 /* History */
949657549 2020-04-07T19:20:17Z Thnidu /* History */Minor c/e, add dates in text you support chronological view.
949111752 2020-04-04T19:12:43Z Thnidu /* History */ trying to make the section more usefully chronologica
947017737 2020-03-23T19:56:11Z InternetArchiveBot Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0
946322615 2020-03-19T13:21:15Z Monkbot /* History */[[User:Monkbot/task_14: repair improper use of publisher params in cs1 templates|Task 14]]: cs1 template fixes: misused |publisher= (0×/1×);
946120627 2020-03-18T05:47:29Z 97.90.21.30
943819946 2020-03-04T02:29:26Z InternetArchiveBot Bluelinking 1 books for [[WP:V|verifiability]].) #IABot (v2.1alpha3
941387258 2020-02-18T07:54:19Z Dawnseeker2000 minor nitpicking
940331154 2020-02-11T22:25:59Z Jdbtwo /* Computer drawings */ Minor fixup of typo
940330048 2020-02-11T22:17:08Z Jdbtwo Cleanup so that the intro to the main article isn't duplicated
940329485 2020-02-11T22:12:25Z Jdbtwo /* Computer drawings */ Got rid of underscores in "Main article" link...
940329388 2020-02-11T22:11:35Z Jdbtwo Broke out most of the "Computer drawings" section into a new article and cleaned up minimal example pseudocode. Also, added a "Main article" link.
940292390 2020-02-11T17:45:19Z Jdbtwo Created new sub-sections to prettify / organize the confused, cluttered, "Escape time algorithm" section in the "Computer drawings" section and also changed nesting levels for the rest of the computer drawings section to avoid confusion. There are at least two sections that both deal with optimizations of various aspects of plotting the set. They'll need to be re-organized or merged to make the computer drawings section of the article and its sub-sections not so ugly.
940282166 2020-02-11T16:31:00Z Jdbtwo Changed "xy2" -> "w" in pseudocode to avoid confusion and added a note on why "w" can be dropped from the calculation
940128683 2020-02-10T18:14:06Z Jdbtwo Added note that the multiplication by 2 in the further optimized inner while loop need not be considered an actual multiplication in terms of performance
940127722 2020-02-10T18:07:55Z Jdbtwo Added further optimized inner while loop code with an explanation of how it was derived
939417063 2020-02-06T10:13:18Z Davidgothberg /* Escape time algorithm */ Making the first code example be one grey box, instead of two separate boxes, by adding some spaces on the empty line before "color := palette[iteration]".
939365439 2020-02-06T00:46:32Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
939365351 2020-02-06T00:45:43Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
939365032 2020-02-06T00:42:17Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
939364862 2020-02-06T00:40:39Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
939285062 2020-02-05T14:31:05Z Davidgothberg /* Periodicity checking */ Clarifying.
939284622 2020-02-05T14:27:17Z Davidgothberg /* Periodicity checking */ Some small text and code fixes.
939284229 2020-02-05T14:23:45Z Davidgothberg /* Periodicity checking */ Updating the pseudocode to a simple variant but that actually should work.
939267702 2020-02-05T11:36:51Z Davidgothberg /* Rectangle checking */ "is" -> "might be" since I have not verified this.
939266483 2020-02-05T11:23:05Z Davidgothberg /* Rectangle checking */ Adding the even faster DIN approach.
939264220 2020-02-05T10:54:50Z Davidgothberg /* Rectangle checking */ Adding the names of the methods, and the Scientific American reference for the first one.
939223800 2020-02-05T03:27:22Z 2605:8D80:401:EDDF:7801:6696:9600:CD2 /* Perturbation theory and series approximation */
939222686 2020-02-05T03:17:51Z 2605:8D80:401:EDDF:7801:6696:9600:CD2 /* Perturbation theory and series approximation */
939221889 2020-02-05T03:11:06Z 2605:8D80:401:EDDF:7801:6696:9600:CD2 /* Perturbation theory and series approximation */Fixed typo
939104458 2020-02-04T10:48:28Z Eleuther /* History */ updated 1985 scientific american url to a version that doesn't require a subscription, based on research by User:Davidgothberg
938950071 2020-02-03T11:00:39Z Davidgothberg /* Rectangle checking */ Clarify what I meant: "this" -> "rectangle checking"
938946880 2020-02-03T10:21:03Z Eleuther it's better to initialize x,y to 0, i think, to match the formal definition of the set; efficiency tweaks are not really an issue in pseudo-code
938943683 2020-02-03T09:38:37Z Davidgothberg /* Escape time algorithm */ I might have been wrong in my previous edit. Perhaps it should be "≤ 4" instead of "< 4.
938861439 2020-02-02T20:39:05Z Davidgothberg /* Escape time algorithm */ Initiate x=x0 and y=y0, otherwise the first iteration of the loop does almost nothing.
938859292 2020-02-02T20:22:36Z Davidgothberg /* Escape time algorithm */ Correcting the pseudocode: It should be "x×x + y×y < 2×2" not "x×x + y×y ≤ 2×2".
938831686 2020-02-02T17:06:09Z Davidgothberg /* Rectangle checking */ Clarifying when rectangle checking works for the inner and outer area of the Mandelbrot set.
938830958 2020-02-02T17:01:24Z Davidgothberg /* Border tracing / edge checking */ Fixing a superfluous blank space.
938830333 2020-02-02T16:57:12Z Davidgothberg /* Border tracing / edge checking */ Clarifying when border tracing works for the inner and outer area of the Mandelbrot set.
938824785 2020-02-02T16:11:40Z Davidgothberg /* Multithreading */ Removed ((More citations needed section)) since obvious statements don't need referencing. See [[WP:BLUE]].
938821382 2020-02-02T15:41:17Z Davidgothberg /* Multithreading */ Fixing some minor stuff with the <ref> tags.
938820531 2020-02-02T15:32:31Z Davidgothberg /* Rectangle checking */ Removing the ((citation needed)) tag since it was added to the old faulty statement that rectangle checking would be faster than border tracing.
938796421 2020-02-02T11:26:25Z Davidgothberg /* Rectangle checking */ Explaining the three most used rectangle checking methods.
938792973 2020-02-02T10:49:04Z Davidgothberg /* Border tracing / edge checking */ Making "rectangle checking" its own section. And noting that rectangle checking always is slower (not faster) than border tracing.
938705021 2020-02-01T21:44:05Z X1\ cite web
938704796 2020-02-01T21:42:14Z X1\ [[Nature.com]]/scientificamerican/journal/v253/n2/pdf/scientificamerican0885-16.pdf redirect to [[scientificamerican.com]]/article/computer-recreations-1985-08 ...selfnote: still pages=16–24 ?
938269441 2020-01-30T03:35:40Z AnomieBOT Dating maintenance tags: {{Citation needed}}
938254446 2020-01-30T01:35:24Z DuncanMacC /* Border tracing / edge checking */
938212253 2020-01-29T20:07:03Z Jonnyhyman
938211991 2020-01-29T20:05:15Z Jonnyhyman Added an animation of the logistic map/mandelbrot set connection
938009597 2020-01-28T16:05:43Z Jdbtwo Added "more citations needed" template to 3D images section
937925250 2020-01-28T01:48:57Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
937925108 2020-01-28T01:47:49Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
937905127 2020-01-27T23:02:47Z DuncanMacC /* Multithreading */
937904057 2020-01-27T22:52:05Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
937903988 2020-01-27T22:51:33Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
937903689 2020-01-27T22:49:15Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
937903400 2020-01-27T22:46:28Z DuncanMacC /* Exterior distance estimation */
937903156 2020-01-27T22:44:23Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
937737857 2020-01-26T23:48:13Z DuncanMacC /* Symmetry utilization */
937695049 2020-01-26T17:51:30Z Jdbtwo Fixed problem with talk page link in "More citations needed" template.
937694233 2020-01-26T17:45:02Z Jdbtwo Changed "unreferenced section" template in the "Multithreading" section to just a "needs more citations" template as the section has only one reliable source at the moment.
937618088 2020-01-26T04:10:31Z DuncanMacC /* Multithreading */
937617892 2020-01-26T04:09:01Z DuncanMacC /* Multithreading */
937526326 2020-01-25T16:05:47Z DuncanMacC /* Border tracing / edge checking */
937399411 2020-01-24T19:45:22Z Jdbtwo Put back "needs references template" for the 3D plots and multi-threading sections. The templates should stay there until some trusted sources / references are added, as it currently almost falls within the realm of OR
937289057 2020-01-24T02:01:16Z DuncanMacC /* Border tracing / edge checking */
937272881 2020-01-23T23:46:48Z DuncanMacC /* Multithreading */
937272704 2020-01-23T23:45:03Z DuncanMacC /* Multithreading */
937106199 2020-01-23T00:12:07Z DuncanMacC /* Exterior distance estimation */
937100816 2020-01-22T23:29:24Z DuncanMacC /* Optimizations */
937099605 2020-01-22T23:18:20Z DuncanMacC /* Symmetry utilization */
937009263 2020-01-22T11:05:27Z G2ii2g /* Basic properties */
936983756 2020-01-22T06:16:01Z Eleuther /* History */ better word
936980020 2020-01-22T05:36:01Z Eleuther /* Formal definition */ removing massive bloat from this section; a formal definition should be concise, there's no need to belabor it
936957953 2020-01-22T01:59:43Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
936956918 2020-01-22T01:51:00Z DuncanMacC /* Border tracing / edge checking */
936955601 2020-01-22T01:40:51Z DuncanMacC /* Border tracing / edge checking */
936774778 2020-01-20T22:51:57Z DuncanMacC /* Distance estimates */
936774578 2020-01-20T22:50:33Z DuncanMacC /* Exterior distance estimation */
936772257 2020-01-20T22:33:08Z DuncanMacC Expanding on the use of DE to render Mandelbrot sets.
936745584 2020-01-20T19:18:01Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
936744662 2020-01-20T19:11:21Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
936744430 2020-01-20T19:09:43Z DuncanMacC /* 3D images of Mandelbrot and Julia sets */
936739418 2020-01-20T18:35:40Z Jdbtwo Added template for 3D plots section which marks the section as needing references.
936727987 2020-01-20T17:09:55Z DuncanMacC
935773678 2020-01-14T17:15:16Z Jdbtwo "look-up color palette table" -> "palette"
935223769 2020-01-11T08:44:08Z Eleuther rm section, WP is not a self-publishing platform, never mind that your code may be interesting in various ways
935154188 2020-01-10T20:51:32Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Python code with NumPy (uses complex matrices) */ explanation simplified
935117249 2020-01-10T16:04:50Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Python code with NumPy (uses complex matrices) */ corrected a grammar mistake
935113776 2020-01-10T15:35:51Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Python code with NumPy (uses complex matrices) */ M is better described as a "logical matrix", which "represents" an approximation of the Mandelbrot set.
935099413 2020-01-10T13:30:24Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Python code with NumPy (uses complex matrices) */ error correction
935098213 2020-01-10T13:18:48Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Python code with NumPy (uses complex matrices) */ Meaning of the Boolean matrix M explained
935091883 2020-01-10T12:13:57Z Eleuther rm proposal, no traction
935083805 2020-01-10T10:44:55Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Python code with NumPy (uses complex matrices) */ corrected the name of the link
935083184 2020-01-10T10:37:21Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Syntax examples */ explanations added
934616392 2020-01-07T14:42:36Z AnomieBOT Dating maintenance tags: {{Split}}
934549718 2020-01-07T03:58:46Z Eleuther suggesting split
933901856 2020-01-03T17:04:43Z Jdbtwo At the end of the histogram coloring section, there is a mention that smooth coloring can be "computed as follows", but the text ends there and there is no explanation -- commented out for now
933870499 2020-01-03T13:23:09Z CLCStudent Reverted edits by [[Special:Contribs/82.42.235.227|82.42.235.227]] ([[User talk:82.42.235.227|talk]]) to last version by 2A00:6020:15E6:2E00:E229:C411:F341:E9BB
933870358 2020-01-03T13:21:56Z 82.42.235.227
932039345 2019-12-23T01:07:16Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Python code (uses floating point numbers only) */ changed the linspace formula for readability and to be in sync with the numpy implementation.
931683278 2019-12-20T14:00:46Z Frap [[MOS:ALGO]]
931369811 2019-12-18T14:23:15Z Frap /* Syntax examples */ format code
930144016 2019-12-10T14:43:36Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Python code (uses floating point numbers only) */ changed variable names for better readability
930127595 2019-12-10T12:13:40Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Syntax examples */ I renamed (row, col) to (i, j). Thus the row number i matches the imaginary components c_i and z_i.
929959262 2019-12-09T09:27:41Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Syntax examples */ Programs slightly shortened
929872535 2019-12-08T20:01:48Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Syntax examples */ Headings shortened
929869974 2019-12-08T19:44:17Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Syntax examples */ In my opinion, the three examples are far too advanced. In addition, they hardly differ from each other in content. That is why I think these simpler examples make more sense.
929709708 2019-12-07T18:11:45Z David Eppstein Undid revision 929674229 by [[Special:Contributions/2A00:6020:15E6:2E00:E229:C411:F341:E9BB|2A00:6020:15E6:2E00:E229:C411:F341:E9BB]] ([[User talk:2A00:6020:15E6:2E00:E229:C411:F341:E9BB|talk]]) [[WP:NOT|Wikipedia is not a code repository]]
929674229 2019-12-07T12:33:58Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* Syntax examples */ added Python code using NumPy for calculating complex matrices
929171626 2019-12-04T02:59:07Z 74.221.181.127 Reworded a phrase
928743741 2019-12-01T10:27:10Z 2A00:6020:15E6:2E00:E229:C411:F341:E9BB /* External links */ Various algorithms for calculating the Mandelbrot set
928494958 2019-11-29T16:39:32Z AndrewWTaylor /* JavaScript code */ remove unencyclopedic comments
928485701 2019-11-29T15:08:13Z Fizhes /* JavaScript code */
926122791 2019-11-14T10:52:37Z JochemBroekhoff Format JS and Java examples.
923026346 2019-10-25T21:11:20Z Alcazar84 mathed out some n's
922972642 2019-10-25T14:03:06Z Nieuwsgierige Gebruiker Mass undo. Revert vandalism.
922972333 2019-10-25T14:00:38Z JeffInfection123 JEEEEEEEEEEEFFFFFFFFFFFFFFFFFFFFF
922971920 2019-10-25T13:57:14Z JeffInfection123 JEEEEEEEEEEEEEEEEEFFFFFF
922895286 2019-10-25T00:44:47Z 84.128.87.126 /* Histogram coloring */
922894658 2019-10-25T00:39:34Z 84.128.87.126 Spelling corrections
922654086 2019-10-23T13:42:35Z Fizhes /* JavaScript code */
922654024 2019-10-23T13:42:10Z Fizhes /* JavaScript code */
922393151 2019-10-21T21:09:51Z Fizhes /* P5.JS code */
922393120 2019-10-21T21:09:35Z Fizhes adding p5; not necessary, done still.
922390803 2019-10-21T20:50:18Z Fizhes forgot to make the 'pix' variable, so it didn't work; fixed finally.
922390615 2019-10-21T20:48:54Z Fizhes still messed up; now fixes
922390554 2019-10-21T20:48:22Z Fizhes messed it up, fixing.
922390395 2019-10-21T20:47:17Z Fizhes adding js
922225906 2019-10-20T19:58:17Z 2601:404:CF00:96A0:219A:660F:5DE5:33CD
922219945 2019-10-20T19:19:01Z 2601:404:CF00:96A0:219A:660F:5DE5:33CD making it labeled lul
921797099 2019-10-17T23:32:36Z IntegralPython /* Other, non-analytic, mappings */ moving into generalizations section
921796940 2019-10-17T23:30:50Z IntegralPython Moved new section into computer drawings main section; rationale: Provides concrete examples for what is described in said section and adds more use with that frame in mind than would as if it was an independent piece. If I am wrong, feel free to correct me
921794307 2019-10-17T23:04:32Z Fizhes changing processing code to be better and neater
921791242 2019-10-17T22:32:19Z 2601:404:CF00:96A0:3172:A20B:E68F:B96B adding some processing code to spice things up, i don't like how there's miles of pseudocode but no code.
921304991 2019-10-15T01:15:08Z El C Reverted edits by [[Special:Contribs/223.238.56.191|223.238.56.191]] ([[User talk:223.238.56.191|talk]]) to last version by Daniellemolloy
921304923 2019-10-15T01:14:39Z 223.238.56.191
920291675 2019-10-08T20:34:33Z Daniellemolloy /* See also */
919193122 2019-10-02T10:27:44Z Rich Farmbrough clean up
918851312 2019-09-30T15:50:40Z Jebcubed Reverted 1 edit by [[Special:Contributions/Albert Lobo Cusido|Albert Lobo Cusido]] ([[User talk:Albert Lobo Cusido|talk]]) to last revision by Lexoka ([[WP:TW|TW]])
918851255 2019-09-30T15:50:19Z Albert Lobo Cusido /* Distance estimates */
918216401 2019-09-27T15:36:14Z Lexoka /* Escape time algorithm */ grammar
917825645 2019-09-25T17:30:18Z Jdbtwo Undid revision 917805488 by [[Special:Contributions/50.241.214.21|50.241.214.21]] ([[User talk:50.241.214.21|talk]]) Good faith, but "diverge" does indeed mean tend to positive or negative infinity ( at least in the sense of the absolute value of the complex iterates ). Your statement that indicates that there is no limiting value is incorrect and contradicts well known mathematics and the rest of the article. Reverting as the article had the correct description.
917805488 2019-09-25T15:39:45Z 50.241.214.21 diverge means tend toward plus or minus infinity or not have a limit, and the mandelbrot set most certainly contains divergent values
914895216 2019-09-10T00:29:57Z Citation bot Alter: title, issue. Add: jstor, title-link. Removed parameters. | You can [[WP:UCB|use this bot]] yourself. [[WP:DBUG|Report bugs here]].| Activated by [[User:Ost316]] | [[Category:CS1 errors: missing periodical]].
914821318 2019-09-09T15:24:04Z Paul Zawkiewicz /* See also */ Added links
911086978 2019-08-16T12:16:41Z Wiki-uk Changing [[Wikipedia:Short description|short description]] from "Fractal named after Benoit Mandelbrot" to "Fractal named after mathematician Benoit Mandelbrot" ([[User:Galobtter/Shortdesc helper|Shortdesc helper]])
911086906 2019-08-16T12:15:54Z Wiki-uk Changing [[Wikipedia:Short description|short description]] from "A fractal named after Benoit Mandelbrot" to "Fractal named after Benoit Mandelbrot" ([[User:Galobtter/Shortdesc helper|Shortdesc helper]])
908073593 2019-07-27T07:34:04Z Oshwah Reverted edits by [[Special:Contribs/2001:8003:DC59:6600:7D61:4B3A:38EE:1A84|2001:8003:DC59:6600:7D61:4B3A:38EE:1A84]] ([[User talk:2001:8003:DC59:6600:7D61:4B3A:38EE:1A84|talk]]) to last version by Rantalaiho74
908073560 2019-07-27T07:33:44Z 2001:8003:DC59:6600:7D61:4B3A:38EE:1A84
906810244 2019-07-18T11:47:42Z Rantalaiho74 The caption of the first picture was "The Mandelbrot set (blue) within a continuously colored environment". The actual Mandelbrot set however is the black area where the iteration stays finite, not the blue background. I therefore corrected "blue" to "black.
906221902 2019-07-14T12:47:55Z 46.238.231.29 Fixed variables names in example code
906011554 2019-07-13T00:41:32Z BrownHairedGirl remove links to deleted portals
904380972 2019-07-01T19:52:16Z 2A02:C7D:25F3:2800:11B9:1BA6:4656:4732 The given U.R.L. was only a preview of the book, which did not include the referenced pages. The newly-attached P.D.F. includes only the cited excerpt.
904189305 2019-06-30T15:19:28Z Jdbtwo Fixed some typos and did a little cleanup
904075852 2019-06-29T20:34:45Z Jdbtwo Another minor correction
904067955 2019-06-29T19:35:08Z Jdbtwo Fixed yet another typo
904067129 2019-06-29T19:28:32Z Jdbtwo Fixed typo
904058234 2019-06-29T18:10:29Z Pauli133
904052551 2019-06-29T17:25:20Z Jdbtwo Added some mentioning of optimizing the escape time algorithm inner loop
903961315 2019-06-29T02:30:49Z Jdbtwo Minor edit : Fixed spacing of images within table. Also, performed a minor style fixup in text describing said table
903948995 2019-06-29T00:22:06Z Jdbtwo Small correction : took out bold coloring image table caption in the histogram coloring section
903915695 2019-06-28T19:11:00Z Jdbtwo Added images to histogram coloring section
902842610 2019-06-21T17:02:20Z Jdbtwo Cleaned up and altered pseudocode and added another code block
902841184 2019-06-21T16:50:07Z DumFish Changed the f_c(z) = z^3 + c to f(c(z) = z^2 + c
902838642 2019-06-21T16:26:57Z 173.246.26.211
902837440 2019-06-21T16:16:22Z Jdbtwo More cleanup to make the section's explanation of the algorithm easier to understand
902402893 2019-06-18T15:41:46Z Jdbtwo Partially re-wrote section to makes things clearer and fixed some errors
902271628 2019-06-17T18:24:57Z Jdbtwo More cleanups
902267024 2019-06-17T17:47:37Z Jdbtwo More cleanups and a more understandable explanation of the algorithm added
901741040 2019-06-13T23:43:33Z AnomieBOT Dating maintenance tags: {{More citations needed section}}
901726864 2019-06-13T21:26:40Z Jdbtwo Minor style fixups...
901704818 2019-06-13T18:26:10Z Jdbtwo Cleaned up style and grammar of "Histogram coloring" section as well as making the section easier to read.
900489579 2019-06-06T01:40:41Z 216.165.252.54
900489397 2019-06-06T01:39:22Z 216.165.252.54 emdash
900410948 2019-06-05T13:56:40Z Lovasoa /* History */ Better viewer
900408879 2019-06-05T13:40:36Z Lovasoa /* External links */
900407721 2019-06-05T13:31:23Z Lovasoa /* Image gallery of a zoom sequence */ Change the link to use a faster and more usable viewer
899125400 2019-05-28T01:16:04Z Shenme Disambiguate "mu-ency" as "Mu-ENCY (the Encyclopedia of the Mandelbrot Set)"
896450285 2019-05-10T15:19:52Z Wavehunter /* Perturbation theory and series approximation */ coefficients
894081641 2019-04-25T14:35:58Z Anachronist Reverted edits by [[Special:Contribs/180.251.153.195|180.251.153.195]] ([[User talk:180.251.153.195|talk]]) to last version by Pokechu22
894077271 2019-04-25T13:57:45Z 180.251.153.195
891784372 2019-04-10T04:23:51Z Pokechu22 Reverted [[WP:AGF|good faith]] edits by [[Special:Contributions/2600:1:C66A:CB87:5546:983:938F:9CD4|2600:1:C66A:CB87:5546:983:938F:9CD4]] ([[User talk:2600:1:C66A:CB87:5546:983:938F:9CD4|talk]]): Deletion of information / broke formatting ([[WP:TW|TW]])
891783953 2019-04-10T04:20:15Z 2600:1:C66A:CB87:5546:983:938F:9CD4
891280018 2019-04-06T22:15:41Z Eleuther /* References in popular culture */ sp
891268341 2019-04-06T20:40:48Z AndrewWTaylor /* References in popular culture */ rm trivial refs
891268195 2019-04-06T20:39:26Z AndrewWTaylor /* References in popular culture */ remove redundant word
891034611 2019-04-05T06:01:57Z Oronsay added link to Holly Krieger
890115285 2019-03-30T05:27:55Z 24.216.253.190 /* Formal definition */
889967491 2019-03-29T03:54:40Z Aviartm Reverted 1 edit by [[Special:Contributions/125.167.118.93|125.167.118.93]] ([[User talk:125.167.118.93|talk]]) ([[WP:TW|TW]])
889967409 2019-03-29T03:53:56Z 125.167.118.93
889967031 2019-03-29T03:51:05Z El C Reverted edits by [[Special:Contribs/125.167.118.93|125.167.118.93]] ([[User talk:125.167.118.93|talk]]) to last version by Donner60
889966887 2019-03-29T03:49:58Z 125.167.118.93
889962987 2019-03-29T03:11:49Z Donner60 Reverted edits by [[Special:Contributions/125.167.118.93|125.167.118.93]] ([[User talk:125.167.118.93|talk]]): unexplained content removal ([[WP:HG|HG]]) (3.4.6)
889962866 2019-03-29T03:10:51Z 125.167.118.93
889962726 2019-03-29T03:09:34Z Aviartm Reverted to revision 887960162 by [[Special:Contributions/Pokechu22|Pokechu22]] ([[User talk:Pokechu22|talk]]) ([[WP:TW|TW]])
889962687 2019-03-29T03:09:06Z 125.167.118.93
887960162 2019-03-15T23:45:57Z Pokechu22 correct typo
886568267 2019-03-07T02:50:37Z FrescoBot Bot: [[User:FrescoBot/Links|link syntax]] and minor changes
886281654 2019-03-05T08:22:03Z AndrewWTaylor /* Basic properties */ "time" isn't really meaningful here
886050218 2019-03-04T00:04:36Z Pontusgranstrom Made correspondence with logistic map clearer.
885985771 2019-03-03T16:29:28Z MichaelMaggs Changing [[Wikipedia:Short description|short description]] from "A ractal named after Benoit Mandelbrot" to "A fractal named after Benoit Mandelbrot" ([[User:Galobtter/Shortdesc helper|Shortdesc helper]])
885985737 2019-03-03T16:29:14Z MichaelMaggs Adding local [[Wikipedia:Short description|short description]]: "A ractal named after Benoit Mandelbrot" ([[User:Galobtter/Shortdesc helper|Shortdesc helper]])
885685584 2019-03-01T17:00:01Z 217.110.38.74 /* Periodicity checking */
885123388 2019-02-26T02:56:00Z Padgriffin Reverted edits by [[Special:Contribs/Ethanplayzz2|Ethanplayzz2]] ([[User talk:Ethanplayzz2|talk]]) to last version by Geartooth
885123354 2019-02-26T02:55:42Z Ethanplayzz2 Typo
885123285 2019-02-26T02:55:12Z Padgriffin Reverted edits by [[Special:Contribs/Ethanplayzz2|Ethanplayzz2]] ([[User talk:Ethanplayzz2|talk]]) to last version by Westley Turner
885123231 2019-02-26T02:54:44Z Ethanplayzz2 Fixed typo
884592125 2019-02-22T17:18:03Z Westley Turner /* Perturbation theory and series approximation */ Corrected typo created by 2a00:23c4:1588:d400:2831:bdca:84b5:84a on 2018 July 1‎ at 06:58
884590255 2019-02-22T17:05:17Z Westley Turner /* Fibonacci sequence in the Mandelbrot set */ Grammar - no comma needed with conjunction between phrases
883070021 2019-02-13T03:02:34Z Yitzilitt changed link to "Projected" (a rock band) to "Projection mapping," which makes more sense in context :)
882438754 2019-02-09T02:38:13Z Fluoranium hexafluorostibanuide Rewrote Fibonacci portion of the article and simultaneously provided added reasons for it's presence
880514443 2019-01-27T21:13:44Z John Broughton Removing wikilinks from "See also" section if they are also in the main body of the article, per [[WP:GTL]]
880504077 2019-01-27T20:16:58Z John Broughton /* Basic properties */ Adding wikilink
880411799 2019-01-27T07:55:19Z KolbertBot Bot: [[User:KolbertBot|HTTP→HTTPS]] (v485)
880341704 2019-01-26T22:27:04Z 74.110.180.222 False and irrelevant information was removed, text was summarized, and title was changed to sound professional.
878957136 2019-01-18T01:09:35Z IntegralPython /* References in popular culture */ add small intro to bare list
878047163 2019-01-12T17:21:04Z Lucmans /* Continuous (smooth) coloring */ < to <= in pseudocode
874247735 2018-12-18T01:32:08Z 108.4.99.140 removed unnecessary wording
874239078 2018-12-18T00:13:19Z 2001:983:68AA:1:2CAA:4192:EA02:8D43 /* Formal definition */
874239022 2018-12-18T00:12:40Z 2001:983:68AA:1:2CAA:4192:EA02:8D43 /* Formal definition */
873563066 2018-12-13T20:14:54Z Lucmans /* Periodicity checking */
873562854 2018-12-13T20:13:51Z Lucmans /* Escape time algorithm */
872426549 2018-12-07T05:30:55Z Cedar101 /* Histogram coloring */ <source lang="c">
872229848 2018-12-06T00:52:55Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/173.64.122.131|173.64.122.131]] to version by M mattera. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (3555481) (Bot)
872229841 2018-12-06T00:52:51Z 173.64.122.131
872023363 2018-12-04T19:31:08Z M mattera /* Multibrot sets */Fixed typo
871943876 2018-12-04T09:31:35Z Iffy Disambiguated: [[cross-section]] → [[cross section (geometry)]]
871871607 2018-12-03T23:36:30Z IntegralPython Moving pictures to go with their actual section
871870043 2018-12-03T23:26:08Z IntegralPython /* Generalizations */ Picture Adding, cleanup, and content explanation. Expansion and restructuring for clarity.
871562424 2018-12-01T23:11:31Z 2A02:A31A:A23C:C800:6405:277F:F631:C7EF /* Histogram coloring */ it is not ore accurate
871540268 2018-12-01T20:09:14Z 2A02:A31A:A23C:C800:6405:277F:F631:C7EF /* History */ ce
871540212 2018-12-01T20:08:49Z 2A02:A31A:A23C:C800:6405:277F:F631:C7EF /* History */ not blue link, no citation
871212272 2018-11-29T17:19:28Z Lucmans /* Cardioid / bulb checking */ Changed the < to <= in the tests
870459184 2018-11-24T23:35:22Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/59.101.24.69|59.101.24.69]] to version by 24.6.47.251. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (3546795) (Bot)
870459172 2018-11-24T23:35:18Z 59.101.24.69 /* Cardioid / bulb checking */
868130760 2018-11-10T05:29:53Z 24.6.47.251 Correction of typing error.
866771107 2018-11-01T13:11:50Z Jebcubed Reverted 1 edit by [[Special:Contributions/72.138.20.130|72.138.20.130]] ([[User talk:72.138.20.130|talk]]) to last revision by ClueBot NG. ([[WP:TW|TW]])
866771073 2018-11-01T13:11:31Z 72.138.20.130
866770866 2018-11-01T13:10:18Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/72.138.20.130|72.138.20.130]] to version by Eleuther. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (3529712) (Bot)
866770847 2018-11-01T13:10:12Z 72.138.20.130
866562716 2018-10-31T03:01:23Z Eleuther rv vandalism
866555449 2018-10-31T01:57:14Z 209.129.49.205 /* Further reading */
866555279 2018-10-31T01:55:42Z 209.129.49.205 /* Formal definition */proving someone wrong
866060813 2018-10-28T00:32:23Z Wqnvlz /* Fibonacci sequence in the Mandelbrot set */ Rewrote the section to conform with [[MOS:YOU]].
864525695 2018-10-17T19:51:54Z Citizen Canine Reverted edits by [[Special:Contribs/78.149.191.214|78.149.191.214]] ([[User talk:78.149.191.214|talk]]) to last version by Lexy-lou
864525617 2018-10-17T19:51:23Z 78.149.191.214
863784885 2018-10-13T00:45:53Z Lexy-lou /* Histogram coloring */
863784506 2018-10-13T00:41:51Z Lexy-lou /* Histogram coloring */
863758311 2018-10-12T20:30:05Z Lexy-lou Changed |page= to |pages= for the Brooks and Matelski reference
862709825 2018-10-06T05:24:02Z Cydebot Robot - Removing category Eponymous scientific concepts per [[WP:CFD|CFD]] at [[Wikipedia:Categories for discussion/Log/2018 September 22]].
859282431 2018-09-13T00:52:39Z Maximillion Pegasus /* Generalizations */
855614012 2018-08-19T16:05:12Z IntegralPython /* Generalizations */Quaternion valued Set
855217525 2018-08-16T18:54:05Z Anachronist Removed trivial details from pop culture list
855118662 2018-08-16T02:26:42Z 68.33.78.141 Added a pop culture reference in Jurassic Park.
854810964 2018-08-13T23:24:10Z Turgidson added [[Category:Eponymous scientific concepts]] using [[WP:HC|HotCat]]
854107839 2018-08-09T00:57:00Z 96.248.18.183 fixed sentence in burning ship paragraph
853914535 2018-08-07T19:51:47Z Fluoranium hexafluorostibanuide /* Pythagorean theorem bailout method */
853914456 2018-08-07T19:51:09Z Fluoranium hexafluorostibanuide /* Pythagorean theorem bailout method */
853819398 2018-08-07T04:21:45Z Fluoranium hexafluorostibanuide added link that opens interactive viewer to the scientific american cover location
853818406 2018-08-07T04:12:06Z Fluoranium hexafluorostibanuide Removed some sentences linking to removed parts. Removed an unnecessary sentence of mine in a paragraph. Added another optimization listed earlier in the computer drawing section. [sorry for that ridiculous and unneeded section I added, perhaps the sentence that links to the article can still stay as it gives in-depth proof for the connectedness]
853713063 2018-08-06T14:37:05Z JohnBlackburne /* See also */ no need for descriptions; also make into columns as more compact
853712712 2018-08-06T14:33:55Z JohnBlackburne /* Software */ definitely does not belong; WP is not a directory, unsourced and with inappropriate external links
853712172 2018-08-06T14:30:07Z JohnBlackburne /* Basic properties */ section removed
853711742 2018-08-06T14:26:41Z JohnBlackburne /* Other properties */ numerous problems, but overwhelmingly a long worked proof of a minor property does not belong in the article, even if sourced + cleaned up
853587132 2018-08-05T20:27:30Z Fluoranium hexafluorostibanuide added space because word looked like zare
853583337 2018-08-05T19:54:53Z Fluoranium hexafluorostibanuide Added software table and section
853577101 2018-08-05T18:56:30Z Fluoranium hexafluorostibanuide added another link
853577014 2018-08-05T18:55:38Z Fluoranium hexafluorostibanuide added link
853576423 2018-08-05T18:50:14Z Fluoranium hexafluorostibanuide some sentences modified to make it sound better. Assuming that the reader knows nothing about the set, I've added more links that go to other articles.
853569770 2018-08-05T17:53:40Z Fluoranium hexafluorostibanuide shortened a sentence
853569688 2018-08-05T17:53:04Z Fluoranium hexafluorostibanuide fixed a statement at the start, it essentially said the same thing twice. Fixed a spelling mistake, but it may have been correct to some users since it looked like the British version of the word neighborhood
853552664 2018-08-05T15:31:32Z Fluoranium hexafluorostibanuide Added descriptions to the see also section. Added a few things here and there. Added a proof for the connectedness and compactness of the set. Added some headers, talked about the fibonacci sequence and how it appears in the set. Added images for the tricorn and burning ship fractal. Added optimization method.
852807859 2018-07-31T14:08:15Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/83.39.173.255|83.39.173.255]] to version by 2A00:23C4:1588:D400:D5ED:8649:2142:AD3F. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (3438084) (Bot)
852807850 2018-07-31T14:08:10Z 83.39.173.255 /* History */
850949117 2018-07-19T01:48:29Z 2A00:23C4:1588:D400:D5ED:8649:2142:AD3F
850823593 2018-07-18T05:15:27Z 2A00:23C4:1588:D400:D5ED:8649:2142:AD3F
850823222 2018-07-18T05:11:12Z 2A00:23C4:1588:D400:D5ED:8649:2142:AD3F
850816334 2018-07-18T03:55:42Z David Eppstein Undid revision 850809590 by [[Special:Contributions/2A00:23C4:1588:D400:A8E0:B691:D780:DC17|2A00:23C4:1588:D400:A8E0:B691:D780:DC17]] ([[User talk:2A00:23C4:1588:D400:A8E0:B691:D780:DC17|talk]]) unsourced and of unclear relevance
850809590 2018-07-18T03:09:15Z 2A00:23C4:1588:D400:A8E0:B691:D780:DC17
850749827 2018-07-17T19:36:48Z LittlePuppers Reverted edits by [[Special:Contribs/LittlePuppers|LittlePuppers]] ([[User talk:LittlePuppers|talk]]) to last version by 2A00:23C4:1588:D400:A8E0:B691:D780:DC17
850749657 2018-07-17T19:35:43Z LittlePuppers Reverted edits by [[Special:Contribs/2A00:23C4:1588:D400:A8E0:B691:D780:DC17|2A00:23C4:1588:D400:A8E0:B691:D780:DC17]] ([[User talk:2A00:23C4:1588:D400:A8E0:B691:D780:DC17|talk]]) to last version by 46.5.0.20
850749563 2018-07-17T19:35:03Z 2A00:23C4:1588:D400:A8E0:B691:D780:DC17
850748568 2018-07-17T19:27:04Z 2A00:23C4:1588:D400:A8E0:B691:D780:DC17
850671171 2018-07-17T10:14:39Z 46.5.0.20 /* References in popular culture */
849320529 2018-07-08T05:23:22Z David Eppstein Undid revision 849296097 by [[Special:Contributions/AnthonyStC|AnthonyStC]] ([[User talk:AnthonyStC|talk]]) it may be pictures rather than text, but with no sources it still looks like [[WP:OR|original research]]
849296097 2018-07-08T00:32:50Z AnthonyStC /* Generalizations */
849294937 2018-07-08T00:18:55Z 2601:C6:8301:2090:9854:731:FD:C1A0 /* References in popular culture */Added content
848794922 2018-07-04T10:41:51Z 2A00:23C4:1588:D400:AC29:A237:5220:FD5C
848794704 2018-07-04T10:39:19Z 2A00:23C4:1588:D400:AC29:A237:5220:FD5C
848794570 2018-07-04T10:37:37Z 2A00:23C4:1588:D400:AC29:A237:5220:FD5C
848731399 2018-07-03T22:42:14Z 2A00:23C4:1588:D400:A0EF:DAC6:33ED:C698
848730034 2018-07-03T22:27:40Z 2A00:23C4:1588:D400:A0EF:DAC6:33ED:C698
848655311 2018-07-03T11:31:17Z 2A00:23C4:1588:D400:5D37:5FF6:2339:1D97
848549466 2018-07-02T17:03:26Z 2A00:23C4:1588:D400:2831:BDCA:84B5:84A
848485278 2018-07-02T06:07:44Z 2A00:23C4:1588:D400:2831:BDCA:84B5:84A
848372599 2018-07-01T14:39:33Z 2A00:23C4:1588:D400:2831:BDCA:84B5:84A
848367642 2018-07-01T13:58:41Z 2A00:23C4:1588:D400:2831:BDCA:84B5:84A
846673417 2018-06-20T06:34:43Z Bibcode Bot Adding 0 [[arXiv|arxiv eprint(s)]], 2 [[bibcode|bibcode(s)]] and 0 [[digital object identifier|doi(s)]]. Did it miss something? Report bugs, errors, and suggestions at [[User talk:Bibcode Bot]]
846569773 2018-06-19T15:37:05Z Paine Ellsworth /* External links */ fmt
846174274 2018-06-16T21:29:40Z David Eppstein [[WP:SURPRISEME]]
846173994 2018-06-16T21:27:16Z David Eppstein Reverted edits by [[Special:Contribs/2601:40F:4200:4F06:F453:C1AA:3F4F:A153|2601:40F:4200:4F06:F453:C1AA:3F4F:A153]] ([[User talk:2601:40F:4200:4F06:F453:C1AA:3F4F:A153|talk]]) to last version by Aledownload
846173526 2018-06-16T21:22:11Z 2601:40F:4200:4F06:F453:C1AA:3F4F:A153 I want to zoom in and out
845858824 2018-06-14T16:44:23Z Aledownload
843337243 2018-05-28T13:40:21Z Dvd video Update the link to the educational fractal calculator
842911688 2018-05-25T14:34:49Z 163.5.220.7 /* Histogram coloring */
841523045 2018-05-16T10:50:41Z Rjwilmsi /* Self-similarity */Journal cites, Added 1 doi to a journal cite
841523021 2018-05-16T10:50:23Z Rjwilmsi /* Self-similarity */Journal cites, templated 1 journal cites
840828040 2018-05-12T12:33:55Z D A Patriarche /* See also */ add Fractint
840274990 2018-05-08T21:02:33Z Nicolas Perrault III /* Relationship with Julia sets */
840267189 2018-05-08T20:02:22Z GliderMaven
832082781 2018-03-23T18:44:25Z Kouider.benmoussa /* Formal definition */
831949893 2018-03-23T00:01:21Z Sławomir Biały Removed. This is a very poor source.
831410529 2018-03-20T13:21:29Z Michael Hardy Reverted edits by [[Special:Contribs/LKreissig|LKreissig]] ([[User talk:LKreissig|talk]]) to last version by 73.153.66.252
831049543 2018-03-18T12:49:54Z LKreissig /* Basic properties */
830588403 2018-03-15T19:15:46Z 73.153.66.252 spelling fix
829473927 2018-03-08T21:19:30Z 41.193.122.35 /* History */
822612373 2018-01-27T12:35:42Z Alexey Muranov correct the phrase about generating images of the Mandelbrot set
821850747 2018-01-23T00:18:26Z JohnBlackburne Reverted 1 edit by [[Special:Contributions/2A02:A31E:401E:C580:41C3:C72B:4F09:B955|2A02:A31E:401E:C580:41C3:C72B:4F09:B955]] ([[User talk:2A02:A31E:401E:C580:41C3:C72B:4F09:B955|talk]]): See talk. ([[WP:TW|TW]])
821410289 2018-01-20T08:52:58Z 2A02:A31E:401E:C580:41C3:C72B:4F09:B955 According to the reserved COPYRIGHT - see "Talk" for more explanation.
820385305 2018-01-14T12:25:26Z Double sharp /* Exterior distance estimation */
820385275 2018-01-14T12:25:09Z Double sharp /* Exterior distance estimation */
820166989 2018-01-13T12:08:13Z JohnBlackburne Reverted 1 edit by [[Special:Contributions/2A02:A31E:401E:C580:2D68:9B55:84F7:D4B6|2A02:A31E:401E:C580:2D68:9B55:84F7:D4B6]]: No, that is not a reference. There is no indication on e.g. the image page that the site was used. ([[WP:TW|TW]])
820163794 2018-01-13T11:35:01Z 2A02:A31E:401E:C580:2D68:9B55:84F7:D4B6 According to COPYRIGHT Undid revision 820163051 by [[Special:Contributions/JohnBlackburne|JohnBlackburne]] ([[User talk:JohnBlackburne|talk]])
820163051 2018-01-13T11:27:21Z JohnBlackburne Reverted 1 edit by [[Special:Contributions/2A02:A31E:401E:C580:2D68:9B55:84F7:D4B6|2A02:A31E:401E:C580:2D68:9B55:84F7:D4B6]] ([[User talk:2A02:A31E:401E:C580:2D68:9B55:84F7:D4B6|talk]]): Not a valid reference. ([[WP:TW|TW]])
820162124 2018-01-13T11:18:15Z 2A02:A31E:401E:C580:2D68:9B55:84F7:D4B6 Reference added.
819359040 2018-01-08T23:06:02Z GliderMaven /* top */ does not diverged->has not diverged (yet) - you can only successfully test for points outside the set, the mandelbrot set itself is non terminating
819357861 2018-01-08T22:58:26Z GliderMaven /* Escape time algorithm */ naive pythagorus needs square roots; nobody with any sense does that
819356730 2018-01-08T22:50:49Z GliderMaven /* top */ non black points are outside the set
815788006 2017-12-17T04:05:42Z Starprizm Undid revision 815282684 by [[Special:Contributions/Eleuther|Eleuther]] ([[User talk:Eleuther|talk]]) It was not an intuition, the original statement is a mathematical falsehood. Reverted.
815501310 2017-12-15T05:46:58Z Daniellemolloy /* See also */
815282684 2017-12-13T22:36:26Z Eleuther restored a long-standing correct statement, apparently deleted only because it violated an anonymous user's intuition
815025188 2017-12-12T08:32:12Z 50.64.0.76 /* Further results */ removed the claim that the Julia set in the bottom left image is generated from the center point in the image above it. This is clearly false, as the Julia set is disconnected and the image above it is centered on a mini-set.
813344809 2017-12-03T05:22:48Z KolbertBot Bot: [[User:KolbertBot|HTTP→HTTPS]] (v477)
812081888 2017-11-25T22:12:42Z JPBotelho /* See also */ Accidentally linked to the Tricorne hat instead of the Tricorn fractal
812031776 2017-11-25T15:27:22Z JPBotelho Added Burning Ship and Tricorn fractals to the "See Also" section
810878606 2017-11-18T01:14:47Z JohnBlackburne /* Generalizations */ original research
810835958 2017-11-17T19:23:07Z 142.169.78.4 /* Generalizations */
809328807 2017-11-08T13:14:10Z 132.209.3.30 /* Generalizations */
809251108 2017-11-07T23:58:56Z 132.209.3.30 /* Generalizations */
809249424 2017-11-07T23:48:28Z 132.209.3.30 /* Generalizations */
808703171 2017-11-04T16:04:49Z 188.74.65.22 {{clear|left}}
807373443 2017-10-27T15:06:56Z Patowen95 I fixed an inaccuracy in the Perturbation theory section in which it failed to take into account the fact that c changes when you look at different points in the Mandelbrot set. This may need revision.
804731860 2017-10-10T20:12:51Z GentlemanGhost /* References in popular culture */ Clarifying
804731106 2017-10-10T20:06:41Z GentlemanGhost /* References in popular culture */ copy-edit
804560097 2017-10-09T20:07:30Z BrianKrent Minor fix to address syntax error which resulted from misnested tags. (Issue identified by [[Special:LintErrors/html5-misnesting]].)
803614443 2017-10-03T15:56:59Z 132.209.3.30 /* Generalizations */
803607910 2017-10-03T15:03:55Z 132.209.3.30 /* Generalizations */
799009661 2017-09-05T03:11:56Z Mathopo /* Generalizations */
799009610 2017-09-05T03:11:25Z Mathopo /* Generalizations */
798405317 2017-09-01T18:52:01Z Mathopo /* Generalizations */
798405178 2017-09-01T18:51:02Z Mathopo /* Generalizations */
798404742 2017-09-01T18:47:34Z Mathopo /* Generalizations */
798404628 2017-09-01T18:46:41Z Mathopo /* Generalizations */
798232606 2017-08-31T18:25:39Z Jimw338 /* Generalizations */ cite tag
798187861 2017-08-31T13:32:40Z Mathopo /* Generalizations */
794445713 2017-08-08T02:22:08Z Sabya86 /* Generalizations */
793179932 2017-07-31T04:19:34Z Denelson83 Fix redundant wording
792709370 2017-07-28T04:23:20Z Denelson83 /* Basic properties */ escape time algorithm highlights lemniscate curves
791747127 2017-07-22T06:54:51Z Denelson83 /* Hyperbolic components */Clarify how many centers on each step
791493397 2017-07-20T16:52:35Z Jimw338 /* Basic properties */ updated Foerstemann url
791164546 2017-07-18T15:04:36Z Mr. Fulano ([[c:GR|GR]]) [[c:COM:FR|File renamed]]: [[File:Circle 7 4.svg]] → [[File:Cactus model of Mandelbrot set.svg]] [[c:COM:FR#reasons|File renaming criterion #1]]: At the original uploader’s request.more descriptive
791056393 2017-07-17T21:16:07Z Mathopo /* Generalizations */
791056126 2017-07-17T21:13:48Z Mathopo /* Generalizations */
789648696 2017-07-08T17:14:37Z 50.204.85.165 /* References in popular culture */
789648484 2017-07-08T17:12:52Z 50.204.85.165 /* References in popular culture */
789648236 2017-07-08T17:10:50Z 50.204.85.165 /* References in popular culture */
788590238 2017-07-02T08:33:18Z Denelson83 /* Geometry */I think you mean "diverge" here
787334460 2017-06-24T20:17:30Z David Eppstein Undo — needs a reliable source attesting to the significance of this within the game (not just as decoration)
787327892 2017-06-24T19:33:47Z Jaideep777 /* References in popular culture */
787327499 2017-06-24T19:31:19Z Jaideep777
786996560 2017-06-22T20:18:44Z CBM Copyediting in citations - nonbreaking spaces and en dashes (manually reviewed)
786505181 2017-06-19T22:06:50Z CBM Manually reviewed edit to replace magic words per [[Special:PermanentLink/772743896#Future_of_magic_links|local rfc]]
785915475 2017-06-16T04:50:46Z Born2bgratis
785728204 2017-06-15T02:59:33Z Primergrey /* Local connectivity */
785720070 2017-06-15T01:41:53Z Earthandmoon + Mandelbrot sequence new.gif
783197646 2017-05-31T18:51:17Z InternetArchiveBot Rescuing 2 sources and tagging 0 as dead. #IABot (v1.3.2.4)
783052930 2017-05-30T20:57:10Z AndrewWTaylor Undid revision 782956828 by [[Special:Contributions/Memetics|Memetics]] ([[User talk:Memetics|talk]]) No evidence of significant relevance to topic
782956828 2017-05-30T07:13:05Z Memetics /* References in popular culture */ adding Blue Man Group songs
779456046 2017-05-09T01:05:09Z Dennisbreton changed the verb form from past tense "created" to future tense "creating" for consistency of the remainder of the sentence
778815581 2017-05-05T11:14:26Z Amys eye /* Self-similarity */
778441013 2017-05-03T03:54:52Z Shiftchange /* External links */ add {{Fractal software}}
778080605 2017-05-01T00:47:43Z Anita5192 /* External links */ Removed linkspam
778052916 2017-04-30T21:29:43Z BigJohnHenry /* External links */
778052527 2017-04-30T21:27:28Z BigJohnHenry /* External links */
777102723 2017-04-25T07:05:20Z 129.206.38.126
776160055 2017-04-19T09:42:21Z DoctorJoeE Reverted 1 edit by [[Special:Contributions/146.230.20.242|146.230.20.242]] ([[User talk:146.230.20.242|talk]]) to last revision by NoToleranceForIntolerance. ([[WP:TW|TW]])
776148322 2017-04-19T07:42:08Z 146.230.20.242 /* Histogram coloring */
775966915 2017-04-18T04:24:50Z NoToleranceForIntolerance /* References in popular culture */
773876963 2017-04-04T23:12:57Z 65.32.58.134
773876445 2017-04-04T23:08:12Z 82.132.243.208 Undid revision 773876278 by [[Special:Contributions/ClueBot NG|ClueBot NG]] ([[User talk:ClueBot NG|talk]])
773876278 2017-04-04T23:07:02Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/82.132.243.208|82.132.243.208]] to version by David Eppstein. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (2995850) (Bot)
773876273 2017-04-04T23:06:59Z 82.132.243.208
771385140 2017-03-21T06:23:45Z David Eppstein Undid revision 771383864 by [[Special:Contributions/72.165.235.73|72.165.235.73]] unsourced, and unrelated except for the name
771383864 2017-03-21T06:09:59Z 72.165.235.73 /* References in popular culture */Added a pop culture example
769602567 2017-03-10T15:28:13Z MRD2014 rm more whitespace
769601983 2017-03-10T15:23:19Z MRD2014 rm extra space
769601937 2017-03-10T15:22:55Z MRD2014 Undid revision 769587670 by [[Special:Contributions/54.165.43.20|54.165.43.20]] ([[User talk:54.165.43.20|talk]])
769587766 2017-03-10T13:19:30Z El C Protected "[[Mandelbrot set]]": Persistent [[WP:Vandalism|vandalism]] ([Edit=Require autoconfirmed or confirmed access] (expires 13:19, 13 March 2017 (UTC)) [Move=Require autoconfirmed or confirmed access] (expires 13:19, 13 March 2017 (UTC)))
769587670 2017-03-10T13:18:34Z 54.165.43.20 making the shape a bit more understandable
769587638 2017-03-10T13:18:12Z El C Reverted edits by [[Special:Contribs/24.114.85.37|24.114.85.37]] ([[User talk:24.114.85.37|talk]]) to last version by ClueBot NG
769587493 2017-03-10T13:16:49Z 24.114.85.37 Undid revision 769587447 by [[Special:Contributions/ClueBot NG|ClueBot NG]] ([[User talk:ClueBot NG|talk]])
769587447 2017-03-10T13:16:24Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/24.114.85.37|24.114.85.37]] to version by David Eppstein. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (2966692) (Bot)
769587433 2017-03-10T13:16:15Z 24.114.85.37 Undid revision 769543308 by [[Special:Contributions/David Eppstein|David Eppstein]] ([[User talk:David Eppstein|talk]])
769543308 2017-03-10T05:52:38Z David Eppstein Reverted edits by [[Special:Contribs/24.114.81.56|24.114.81.56]] ([[User talk:24.114.81.56|talk]]) to last version by ClueBot NG
769542153 2017-03-10T05:39:51Z 24.114.81.56 Undid revision 769542128 by [[Special:Contributions/ClueBot NG|ClueBot NG]] ([[User talk:ClueBot NG|talk]])
769542128 2017-03-10T05:39:39Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/24.114.81.56|24.114.81.56]] to version by 72.24.252.103. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (2966422) (Bot)
769542126 2017-03-10T05:39:35Z 24.114.81.56 Undid revision 769540259 by [[Special:Contributions/72.24.252.103|72.24.252.103]] ([[User talk:72.24.252.103|talk]])
769540259 2017-03-10T05:19:02Z 72.24.252.103
769537229 2017-03-10T04:45:00Z MusikBot removing {{pp}} as page is not -protected
769537200 2017-03-10T04:44:39Z 24.114.98.212 Undid revision 769536977 by [[Special:Contributions/ClueBot NG|ClueBot NG]] ([[User talk:ClueBot NG|talk]])
769536977 2017-03-10T04:42:45Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/24.114.98.212|24.114.98.212]] to version by TheMagikBOT. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (2966396) (Bot)
769536961 2017-03-10T04:42:36Z 24.114.98.212 Undid revision 769382007 by [[Special:Contributions/El C|El C]] ([[User talk:El C|talk]])
769403184 2017-03-09T09:12:17Z TheMagikBOT Added page protection template where none existed
769382466 2017-03-09T04:37:23Z El C Protected "[[Mandelbrot set]]": Persistent [[WP:Vandalism|vandalism]] ([Edit=Require autoconfirmed or confirmed access] (expires 04:37, 10 March 2017 (UTC)) [Move=Require autoconfirmed or confirmed access] (expires 04:37, 10 March 2017 (UTC)))
769382007 2017-03-09T04:34:14Z El C Reverted edits by [[Special:Contribs/24.114.92.199|24.114.92.199]] ([[User talk:24.114.92.199|talk]]) to last version by ClueBot NG
769380965 2017-03-09T04:23:53Z 24.114.92.199 Undid revision 769380949 by [[Special:Contributions/ClueBot NG|ClueBot NG]] ([[User talk:ClueBot NG|talk]])
769380949 2017-03-09T04:23:46Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/24.114.92.199|24.114.92.199]] to version by El C. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (2964909) (Bot)
769380947 2017-03-09T04:23:44Z 24.114.92.199 Undid revision 769351003 by [[Special:Contributions/El C|El C]] ([[User talk:El C|talk]])
769351156 2017-03-09T00:04:52Z El C Protected "[[Mandelbrot set]]": Persistent [[WP:Vandalism|vandalism]] ([Edit=Require autoconfirmed or confirmed access] (expires 03:04, 9 March 2017 (UTC)) [Move=Require autoconfirmed or confirmed access] (expires 03:04, 9 March 2017 (UTC)))
769351003 2017-03-09T00:03:40Z El C Reverted edits by [[Special:Contribs/24.114.80.123|24.114.80.123]] ([[User talk:24.114.80.123|talk]]) to last version by ClueBot NG
769349944 2017-03-08T23:55:14Z 24.114.80.123 Undid revision 769347542 by [[Special:Contributions/ClueBot NG|ClueBot NG]] ([[User talk:ClueBot NG|talk]])
769347542 2017-03-08T23:36:11Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/24.114.89.165|24.114.89.165]] to version by El C. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (2964614) (Bot)
769347540 2017-03-08T23:36:09Z 24.114.89.165 Undid revision 769344099 by [[Special:Contributions/El C|El C]] ([[User talk:El C|talk]])
769344099 2017-03-08T23:11:34Z El C Reverted edits by [[Special:Contribs/24.114.99.92|24.114.99.92]] ([[User talk:24.114.99.92|talk]]) to last version by El C
769344016 2017-03-08T23:11:00Z 24.114.99.92 Undid revision 769343911 by [[Special:Contributions/El C|El C]] ([[User talk:El C|talk]])
769343911 2017-03-08T23:10:13Z El C Reverted edits by [[Special:Contribs/24.114.99.92|24.114.99.92]] ([[User talk:24.114.99.92|talk]]) to last version by ClueBot NG
769343724 2017-03-08T23:08:28Z 24.114.99.92 Undid revision 769343514 by [[Special:Contributions/ClueBot NG|ClueBot NG]] ([[User talk:ClueBot NG|talk]])
769343514 2017-03-08T23:06:40Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/24.114.99.92|24.114.99.92]] to version by Anachronist. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (2964578) (Bot)
769343511 2017-03-08T23:06:38Z 24.114.99.92
766201717 2017-02-18T21:00:34Z Anachronist Reverted edits by [[Special:Contribs/Cozmic rayz|Cozmic rayz]] ([[User talk:Cozmic rayz|talk]]) to last version by Vfp15
766197828 2017-02-18T20:32:26Z Cozmic rayz lel
764730524 2017-02-10T16:37:29Z Vfp15 /* Basic properties */ Linked to closed set definition
764442378 2017-02-08T23:24:20Z GliderMaven /* top */ not just related, connected, reorder the sentences to make clear that mandelbrot sets are named after mandelbrot, not julia
763969882 2017-02-06T08:29:07Z Yclept:Berr [[Julia set#Quadratic polynomials]]
763968977 2017-02-06T08:17:46Z Yclept:Berr
763967089 2017-02-06T07:58:18Z Yclept:Berr or [[bounded sequence]]
763966365 2017-02-06T07:51:08Z Yclept:Berr
763965894 2017-02-06T07:46:35Z Yclept:Berr
763963472 2017-02-06T07:20:15Z Yclept:Berr
763962095 2017-02-06T07:02:56Z Yclept:Berr Third paragraph description
763129400 2017-02-01T13:38:37Z CommonsDelinker Replacing Progressive_infinite_iterations_of_the_'Nautilus'_section_of_the_Mandelbrot_Set.ogg with [[File:Progressive_infinite_iterations_of_the_'Nautilus'_section_of_the_Mandelbrot_Set.ogv]] (by [[commons:User:CommonsDelinker|CommonsDelinker]] because: [
763105603 2017-02-01T10:13:58Z Fmadd
763104805 2017-02-01T10:04:25Z Fmadd can anyone confirm if the target is a good match to the context 'diverge', I wasn't sure if 'divergent series' was right because that's about sums rather than iteration?
763104654 2017-02-01T10:02:20Z Fmadd
763095917 2017-02-01T08:32:57Z UU removed template, since the template does not have the link of this article
761691401 2017-01-24T07:24:25Z RinSer /* External links */
761170008 2017-01-21T10:05:14Z Fmadd
761153972 2017-01-21T07:06:12Z Thnidu /* History */ C/e. "introduced the algorithm for computing the Mandelbrot set" suggests a [[garden path sentence|garden path]] reading ≈ 'brought the algorithm...into use"
758055318 2017-01-03T05:56:37Z David Eppstein Undid revision 758038352 by [[Special:Contributions/Nik2020|Nik2020]] ([[User talk:Nik2020|talk]]) [[WP:NOTSEEALSO]] "The "See also" section should not link to pages that do not exist (red links)"
758038352 2017-01-03T03:25:53Z Nik2020 Added "Multibrot Set", plus a description, to the "See Also" section. It's a very relevant mathematical object.
757680657 2017-01-01T02:28:00Z ClueBot NG Reverting possible vandalism by [[Special:Contribs/Grant 53|Grant 53]] to version by Tassedethe. [[WP:CBFP|Report False Positive?]] Thanks, [[WP:CBNG|ClueBot NG]]. (2881295) (Bot)
757680633 2017-01-01T02:27:48Z Grant 53
753013001 2016-12-04T18:21:05Z Tassedethe
748803985 2016-11-10T13:53:44Z Eleuther slightly better word
748802169 2016-11-10T13:41:06Z Eleuther rewrote third paragraph to make it more coherent with what comes before and after
748373059 2016-11-07T22:05:19Z AndrewWTaylor Undid revision 748330106 by [[Special:Contributions/Aacini|Aacini]] ([[User talk:Aacini|talk]]) Sorry, but the "advanced mathematical description" is what the set *is* - a vague and irrelevant reference to computer screens is not an improvement
748330106 2016-11-07T17:36:40Z Aacini I deleted the advanced mathematical description from the very first line of the introduction!
746411869 2016-10-27T07:11:11Z David Eppstein Reverted edits by [[Special:Contribs/121.222.41.224|121.222.41.224]] ([[User talk:121.222.41.224|talk]]) to last version by Anomalocaris
746411694 2016-10-27T07:08:25Z 121.222.41.224
746365669 2016-10-27T00:02:16Z Anomalocaris {{cite -journal+magazine}}; wikilinks; spaced initials; italics; comma; New York no hyphen; ellipses; spell out journal names
742532663 2016-10-04T07:44:31Z AndrewWTaylor Undid revision 742530367 by [[Special:Contributions/Dvd video|Dvd video]] ([[User talk:Dvd video|talk]])
742530367 2016-10-04T07:22:02Z Dvd video /* External links */
741511861 2016-09-27T23:57:07Z Shiftchange move precise definition out of lead
741503171 2016-09-27T22:27:30Z 142.103.243.193 /* History */
737976926 2016-09-06T05:21:44Z Eleuther rv, see "Julia island" in the article, the surrounding tendrils identify this as a Mandelbrot set detail, as does the description supplied by the image's creator
737754810 2016-09-04T21:08:35Z 68.55.216.46 Fixed wrong information. Fourth image shows Julia set, not detail of Mandelbrot set.
737335418 2016-09-02T03:28:05Z BD2412 Per consensus in discussion at [[Talk:New York#Proposed action to resolve incorrect incoming links]] using [[Project:AWB|AWB]]
735651587 2016-08-22T05:21:59Z Eleuther rv, the image is not a Julia set, but a zoomed detail within a Mandelbrot set that happens to resemble a Julia set (see "island" in the article)
735524582 2016-08-21T09:48:46Z JoMM The image is not a Mandelbrot set, but a Julia set (related but not the same, as explained in the article)
732185452 2016-07-30T06:20:53Z Eleuther /* Image gallery of a zoom sequence */ added last 2 images of sequence ... not sure why they were left out
732184060 2016-07-30T06:03:25Z Bgwhite borked gallery tag using [[Project:AWB|AWB]]
732149946 2016-07-29T23:59:27Z 49.144.188.140 /* Image gallery of a zoom sequence */
732149678 2016-07-29T23:57:05Z 49.144.188.140 /* Image gallery of a zoom sequence */
732051439 2016-07-29T07:47:35Z AndrewWTaylor /* Continuous (smooth) coloring */
732021454 2016-07-29T01:43:26Z 49.144.196.203 /* Image gallery of a zoom sequence */
728634624 2016-07-06T16:32:29Z Hyacinth /* Escape time algorithm */ <!--[[Spatial anti-aliasing]] links directly here.-->
728628688 2016-07-06T15:43:37Z Hyacinth /* Main cardioid and period bulbs */ <!--[[Douady rabbit]] links directly here.-->
728628208 2016-07-06T15:40:46Z Hyacinth /* Geometry */ <!--[[Douady rabbit]] links directly here.-->
723557945 2016-06-03T19:18:31Z 128.210.206.145 The limit might not exist, the limsup is what you need.
722466000 2016-05-28T09:18:32Z Tony1 /* External links */
720389204 2016-05-15T15:48:13Z OgreBot Replacing [[File:Normalized Iteration Count Algorithm.png]] with Commons version [[File:Normalized Iteration Count Algorithm 1.png]] ([[User talk:Magog the Ogre|report errors here]])
720389158 2016-05-15T15:47:49Z OgreBot Replacing [[File:Escape Time Algorithm.png]] with Commons version [[File:Escape Time Algorithm bands.png]] ([[User talk:Magog the Ogre|report errors here]])
720226166 2016-05-14T14:14:44Z Fmadd
720201524 2016-05-14T09:50:41Z 78.56.190.177 /* Formal definition */
720201444 2016-05-14T09:49:54Z 78.56.190.177 /* Formal definition */
720174972 2016-05-14T05:23:50Z Fmadd
720153366 2016-05-14T01:53:58Z David Eppstein Undid revision 720141607 by [[Special:Contributions/173.212.143.233|173.212.143.233]] I agree that this is misplaced and it also violates [[MOS:DONTHIDE]]
720141607 2016-05-14T00:07:04Z 173.212.143.233 Undid revision 720119948 by [[Special:Contributions/Gandalf61|Gandalf61]] ([[User talk:Gandalf61|talk]]) Please see https://en.wikipedia.org/wiki/Talk:Mandelbrot_set#Please_do_not_remove_pseudo-code_from_this_article.
720119948 2016-05-13T21:21:35Z Gandalf61 Poor pseudocode and does not belong in lead anyway
719973224 2016-05-12T22:58:44Z 173.212.143.233 Undid revision 716012056 by [[Special:Contributions/84.249.83.20|84.249.83.20]] ([[User talk:84.249.83.20|talk]])
719509911 2016-05-10T03:38:44Z David Eppstein Undid revision 719509001 by [[Special:Contributions/2602:306:3BEB:9FB0:B581:DD24:172F:AD8A|2602:306:3BEB:9FB0:B581:DD24:172F:AD8A]] ([[User talk:2602:306:3BEB:9FB0:B581:DD24:172F:AD8A|talk]]) unsourced, no indication of significance
719509001 2016-05-10T03:28:57Z 2602:306:3BEB:9FB0:B581:DD24:172F:AD8A Added info
716515724 2016-04-22T04:29:29Z Fmadd /* History */
716031404 2016-04-19T12:44:58Z 84.249.83.20 Undid revision 716024799 by [[Special:Contributions/14.203.235.191|14.203.235.191]] ([[User talk:14.203.235.191|talk]])
716024799 2016-04-19T11:42:45Z 14.203.235.191 Undid revision 716012056 by [[Special:Contributions/84.249.83.20|84.249.83.20]] ([[User talk:84.249.83.20|talk]])
716012056 2016-04-19T09:36:18Z 84.249.83.20 Pseudocode in the introduction is both unnecessary and disruptive.
713877591 2016-04-06T09:41:55Z 88.88.220.39 Changed back to Mandelbrot set detail, since it actually exists details in the Mandelbrot set that looks like Julia sets.
713874527 2016-04-06T09:08:55Z 88.88.220.39 Changed figure caption from "Mandelbrot set detail" to "Julia set" since the image is a Julia set, not a Mandelbrot set. The Julia set is defined by the formula z = z^2+c where c is a constant.
713424640 2016-04-03T23:55:14Z Bender235 clean up; http->https (see [[WP:VPR/Archive 127#RfC: Should we convert existing Google and Internet Archive links to HTTPS?|this RfC]]) using [[Project:AWB|AWB]]
710261067 2016-03-15T22:39:29Z 89.65.38.238 z^2 = r^2 - i^2, not z^2 = r^2 + i^2
710216269 2016-03-15T17:19:44Z Eleuther using <math> consistently in rest of first sentence
710214939 2016-03-15T17:12:02Z Eleuther moved anonymously-inserted "pseudo-code" down to a slightly less intrusive place
709997347 2016-03-14T10:16:16Z 173.212.143.233
709996902 2016-03-14T10:11:29Z 173.212.143.233
709996880 2016-03-14T10:11:19Z 173.212.143.233
705981104 2016-02-20T18:42:31Z DeveloperDan123 Adding Jupiters Darling by Heart as popular culture reference.
705648529 2016-02-18T19:19:50Z Eleuther prose
705468505 2016-02-17T17:45:02Z Adam majewski /* Basic properties */ image of external rays
705298726 2016-02-16T18:08:38Z 165.225.36.56 /* Image gallery of a zoom sequence */ adding a link
705053028 2016-02-15T06:18:01Z Mikhail Ryazanov /* References in popular culture */
705052653 2016-02-15T06:14:22Z Mikhail Ryazanov /* Computer drawings */ fmt., punct., style
705049820 2016-02-15T05:45:49Z Mikhail Ryazanov /* Other, non-analytic, mappings */ fmt.
705048793 2016-02-15T05:34:01Z Mikhail Ryazanov /* Geometry */ punct., fmt.
705045669 2016-02-15T05:06:46Z Mikhail Ryazanov /* Further results */ punct., fmt.
705044715 2016-02-15T04:54:35Z Mikhail Ryazanov /* Hyperbolic components */ punct., fmt., style
705044264 2016-02-15T04:49:44Z Mikhail Ryazanov /* Main cardioid and period bulbs */ fmt.
705043838 2016-02-15T04:44:50Z Mikhail Ryazanov /* Basic properties */ fmt.
705042642 2016-02-15T04:31:48Z Mikhail Ryazanov /* top */ punct., style, fmt.
704942440 2016-02-14T15:52:18Z Eleuther using <math> for the equation in the first sentence
704939751 2016-02-14T15:31:25Z Eleuther clarify bounded
704780690 2016-02-13T15:31:51Z Steelpillow /* Exterior distance estimation */ swap incorrect html code for wikitext
704596850 2016-02-12T12:05:49Z 95.128.91.50 /* History */ {{subscription required}}
702390896 2016-01-30T07:48:26Z David Eppstein Undid good faith revision 702389562 by [[Special:Contributions/MYTHILI PRABAHARAN|MYTHILI PRABAHARAN]] — it is convoluted regardless of whether one plots it or no, and this interjection makes the sentence confusing
702389562 2016-01-30T07:33:36Z MYTHILI PRABAHARAN
701336367 2016-01-23T23:19:57Z FractalJaguar edited description to be shorter and neater
701335991 2016-01-23T23:17:12Z FractalJaguar
701269104 2016-01-23T15:40:20Z Psw7687 Culture - Ni pal za ya
699489768 2016-01-12T17:25:08Z Kri /* top */ [[complex quadratic polynomial]] -> [[quadratic map]]
695686576 2015-12-17T21:08:38Z Eleuther better word
695686291 2015-12-17T21:05:36Z Eleuther repaired link to Douady
695685384 2015-12-17T20:57:23Z Eleuther Replaced a less-than-clear initial definition
694126967 2015-12-07T07:20:24Z BG19bot [[WP:CHECKWIKI]] error fix for #61. Punctuation goes before References. Do [[Wikipedia:GENFIXES|general fixes]] if a problem exists. - using [[Project:AWB|AWB]] (11751)
694021062 2015-12-06T16:06:38Z Parissou Added reference
693867115 2015-12-05T13:29:45Z 82.226.19.24
693344588 2015-12-01T23:43:26Z CommonsDelinker Removing "Mandelbrot_z3.PNG", it has been deleted from Commons by [[commons:User:Jameslwoodward|Jameslwoodward]] because: Commons: Deletion requests:Files uploaded by Mnast~enwiki - Using [[:c:COM:VFC|VisualFileChange]]..
692483044 2015-11-26T00:50:55Z Dr.K. Reverted edits by [[Special:Contribs/2001:56A:F0B9:BF00:B488:B9C3:5324:67F8|2001:56A:F0B9:BF00:B488:B9C3:5324:67F8]] ([[User talk:2001:56A:F0B9:BF00:B488:B9C3:5324:67F8|talk]]) to last version by AndrewWTaylor
692483004 2015-11-26T00:50:39Z 2001:56A:F0B9:BF00:B488:B9C3:5324:67F8 /* Computer drawings */
692482822 2015-11-26T00:49:00Z 2001:56A:F0B9:BF00:B488:B9C3:5324:67F8 /* Computer drawings */
692387773 2015-11-25T09:30:55Z AndrewWTaylor /* Basic properties */
692304118 2015-11-24T20:08:32Z Eleuther /* Basic properties */ clarifying why it's compact
691808661 2015-11-22T08:44:25Z 67.170.240.95 /* Cardioid / bulb checking */ "within circle inscribed within blob" instead of "within circle circumbscribed by a blob"
690543801 2015-11-14T01:46:27Z Hairy Dude italicize variable c
690252453 2015-11-12T05:58:35Z 128.189.144.157 Updated citation to Byte Magazine with Internet Archive URL
688435233 2015-10-31T22:20:41Z Denelson83 /* Border tracing / edge checking */Those edges between colours are the Mandelbrot lemniscates for a specific escape radius value
687934823 2015-10-28T15:40:13Z Mnast~enwiki /* Escape time algorithm */
687934609 2015-10-28T15:38:34Z Mnast~enwiki /* Mandelbrot fractals implemented with scratch programming */
687934515 2015-10-28T15:37:48Z Mnast~enwiki /* Mandelbrot fractals implemented with scratch programming */
687934454 2015-10-28T15:37:12Z 212.250.169.18
687934228 2015-10-28T15:34:59Z Mnast~enwiki /* Mandelbrot fractals implemented with scratch programming */
687932726 2015-10-28T15:20:43Z Mnast~enwiki /* Mandelbrot fractals implemented with scratch programming */
687931428 2015-10-28T15:09:34Z Mnast~enwiki /* Computer drawings */
686889258 2015-10-22T00:02:25Z Anonymous Recent Contributor
686889142 2015-10-22T00:01:30Z Anonymous Recent Contributor Included mathematical notation.
686888849 2015-10-21T23:59:06Z Anonymous Recent Contributor
686888752 2015-10-21T23:58:09Z Anonymous Recent Contributor
686570426 2015-10-19T23:06:29Z 86.178.121.58 Reverting vandalism
686530825 2015-10-19T18:07:57Z 208.94.92.214
686530656 2015-10-19T18:06:41Z 208.94.92.214
683681217 2015-10-01T20:42:47Z Dcljr /* History */ first published picture
680683934 2015-09-12T14:17:56Z 2A02:8433:3580:3D00:5635:30FF:FEA8:D0B6 typo.
680683687 2015-09-12T14:15:42Z 2A02:8433:3580:3D00:5635:30FF:FEA8:D0B6 +link; typo.
680080087 2015-09-08T15:56:37Z David Eppstein Reverted edits by [[Special:Contribs/78.211.166.240|78.211.166.240]] ([[User talk:78.211.166.240|talk]]) to last version by Mnast~enwiki
680040704 2015-09-08T09:53:20Z 78.211.166.240 /* Image gallery of a zoom sequence */
679970368 2015-09-07T22:57:47Z Mnast~enwiki /* Generalizations */
679045961 2015-09-02T04:21:34Z R.e.b. /* History */ clarify discovery
675924632 2015-08-13T15:52:27Z Isaac /* Continuous (smooth) coloring */ optimized algorithm (removed unnecessary sqrt)
675740937 2015-08-12T11:32:32Z Magioladitis [[WP:CHECKWIKI]] error fixes using [[Project:AWB|AWB]] (11370)
667665397 2015-06-19T18:46:28Z Matěj Grabovský /* Interior distance estimation */ use proper TeX syntax
666728288 2015-06-13T06:58:55Z QuentinUK /* Popular culture */ References in popular culture
661580652 2015-05-09T17:40:27Z 67.85.209.224 /* History */
661580515 2015-05-09T17:39:28Z 67.85.209.224 /* History */
661343136 2015-05-08T01:56:23Z Crisco 1492 rework
660997148 2015-05-05T20:03:35Z ArnoldReinhold /* Relationship with Julia sets */ indent quote
657189502 2015-04-19T14:48:59Z D-4597-aR improved
657189442 2015-04-19T14:48:25Z D-4597-aR Add: [[Template:Mathematical art]]
655134947 2015-04-06T03:35:01Z Shiftchange remove 2nd link to [[complex plane]] in lead
655128533 2015-04-06T02:31:08Z Drolz09
654196582 2015-03-30T15:45:25Z Adam majewski /* Border tracing / edge checking */ example image of edge detection
654186311 2015-03-30T14:27:40Z Jimw338 /* Border tracing / edge checking */ archiveurl
653902943 2015-03-28T15:50:48Z David Eppstein Consistent choice of "color" (previously 44 out of 58 instances) instead of "colour" (only 14, one in the name of an image and one in the title of a book)
653880927 2015-03-28T12:05:37Z 86.19.134.48
653360078 2015-03-24T20:41:42Z 94.214.168.190 /* Perturbation theory and series approximation: Missed word 'to' in sentence */
648705245 2015-02-24T23:28:47Z Mr. Stradivarius Reverted edits by [[Special:Contribs/195.147.25.84|195.147.25.84]] ([[User talk:195.147.25.84|talk]]) to last version by David Eppstein
647948133 2015-02-19T22:41:12Z 195.147.25.84
647195737 2015-02-15T04:02:13Z David Eppstein Supply requested citations
646844142 2015-02-12T20:29:16Z Helibene /* Generalizations */
646842545 2015-02-12T20:16:37Z Helibene /* Generalizations */
646811229 2015-02-12T16:07:52Z Alex Tav
644824085 2015-01-30T09:30:18Z Download cleanup and gen fixes, [[WP:AWB/T|typo(s) fixed]]: , → , (5) using [[Project:AWB|AWB]]
643553692 2015-01-21T18:53:34Z David Eppstein /* History */ [[Bernard Maskit]]
642680953 2015-01-16T00:28:30Z Jimw338 /* Self-similarity */
642680845 2015-01-16T00:27:41Z Jimw338 /* Self-similarity */
642680759 2015-01-16T00:26:56Z Jimw338 /* Self-similarity */
642680714 2015-01-16T00:26:32Z Jimw338 /* Self-similarity */
642680566 2015-01-16T00:25:26Z Jimw338 /* Self-similarity */
642679409 2015-01-16T00:16:11Z Jimw338 /* History */
642677997 2015-01-16T00:05:14Z Jimw338 /* Popular culture */ added link to www.jonathancoulton.com for M-brot song
642496989 2015-01-14T19:42:11Z TheRingess Undid revision 642442522 by [[Special:Contributions/Ntabakova|Ntabakova]] ([[User talk:Ntabakova|talk]]) removed unnecessary external link
642442522 2015-01-14T11:46:01Z Ntabakova /* External links */
640099317 2014-12-29T15:04:58Z Hankwang /* Computer drawings */ Add [[File:Mandelbrot sequence new still.png]], linking to 24 MB animation (see previous edit).
640099057 2014-12-29T15:02:10Z Hankwang /* GIF zoom sequence */ remove this section, which took 24 MB of my mobile data plan and choked my mobile browser.
638866446 2014-12-20T04:00:25Z Jimw338 /* Hyperbolic components */
638659316 2014-12-18T16:40:20Z Jimw338 /* Hyperbolic components */
637471077 2014-12-10T13:25:53Z AndrewWTaylor /* Formal definition */ not well-known terminology and not explained or linked
637369522 2014-12-09T20:25:31Z 96.238.139.226 /* Formal definition */
637369451 2014-12-09T20:24:59Z 96.238.139.226 /* Formal definition */
633323095 2014-11-11T02:21:14Z SporkBot Substitute template per [[Wikipedia:Templates_for_discussion/Log/2014_October_20#Template:Block_quote|TfD outcome]]
632536645 2014-11-05T09:33:56Z 83.140.172.178 /* Perturbation theory and series approximation */
631372097 2014-10-27T20:59:26Z Banaticus /* Continuous (smooth) coloring */ copy/paste error
631372036 2014-10-27T20:58:50Z Banaticus /* Continuous (smooth) coloring */ removed link from pre, placed it above
631371598 2014-10-27T20:54:51Z Banaticus /* Continuous (smooth) coloring */ linking term
630123079 2014-10-18T16:30:11Z ClueBot NG Reverting possible vandalism by [[Special:Contributions/192.145.242.8|192.145.242.8]] to version by AndrewWTaylor. False positive? [[User:ClueBot NG/FalsePositives|Report it]]. Thanks, [[User:ClueBot NG|ClueBot NG]]. (1996045) (Bot)
630123067 2014-10-18T16:30:06Z 192.145.242.8 /* GIF zoom sequence */
627725622 2014-09-30T20:28:49Z AndrewWTaylor Undid revision 627648915 by [[Special:Contributions/Karellen32|Karellen32]] ([[User talk:Karellen32|talk]]) rm trivia, ref not a reliable source
627648915 2014-09-30T07:11:14Z Karellen32 /* Popular culture */ Added the info about the TV series "Fringe."
627214682 2014-09-26T22:33:31Z Bubby33 Added the new zoom GIF file
627172189 2014-09-26T16:10:30Z Nikkimaria rm unsourced
627070232 2014-09-25T20:03:32Z Karellen32 /* Popular culture */ Changed the source to a more current one
627066422 2014-09-25T19:30:21Z Karellen32 /* Popular culture */ Noted it was an image, NOT the numbers
627064812 2014-09-25T19:16:51Z Karellen32 /* Popular culture */ Added the info about the TV series "Fringe."
625331624 2014-09-13T04:48:15Z TheRingess rvt fancruft
625305563 2014-09-12T23:45:32Z 107.10.88.231 /* Popular culture */
625305509 2014-09-12T23:44:49Z 107.10.88.231 /* Popular culture */
623956572 2014-09-03T04:08:48Z Dexbot Removing Link GA template ([[d:Wikidata:Development plan#Badges|handled by wikidata]])
621474752 2014-08-16T11:23:10Z FrescoBot Bot: [[User:FrescoBot/Links|link syntax]] and minor changes
621202504 2014-08-14T12:26:10Z 93.147.87.246 /* Other non-analytic mappings */
619285077 2014-07-31T13:10:32Z 208.73.81.66
619070698 2014-07-30T03:32:31Z 72.197.227.204 "in range of hundred" changed to something that's actually English.
617735805 2014-07-20T18:11:52Z AndrewWTaylor Reverted [[WP:AGF|good faith]] edits by [[Special:Contributions/178.37.230.96|178.37.230.96]] ([[User talk:178.37.230.96|talk]]): Rather trivial. ([[WP:TW|TW]])
617709649 2014-07-20T14:11:50Z 178.37.230.96 /* Popular culture */ Added reference to Anaal Nathrakh's Eschaton album.
617523864 2014-07-19T01:07:20Z Monkbot /* Continuous (smooth) coloring */Task 5: Fix [[Help:CS1_errors#deprecated_params|CS1 deprecated coauthor parameter errors]]
616927201 2014-07-14T15:55:57Z Wikkedit Updated with latest estimate for area
616870390 2014-07-14T04:58:12Z 73.35.233.108 deleted mistake
616870035 2014-07-14T04:53:19Z 73.35.233.108 minor change to fix formatting of equation
616867840 2014-07-14T04:27:16Z 73.35.233.108 The old first sentence defined it has simply being a set that has "distinctive and easily recognizable two-dimensional fractal shape." "distinctive" and "easily recognizable" are relative terms. Its not "easily recognizable" to everyone.
616724895 2014-07-13T00:59:44Z Monkbot /* History */Task 4: Fix [[Help:CS1_errors#deprecated_params|CS1 deprecated coauthor parameter errors]]
616445781 2014-07-10T22:27:16Z Dcljr /* Perturbation theory and series approximation */ case in section heading
613427107 2014-06-18T13:23:17Z Trevayne08 /* Interior distance estimation */
613426995 2014-06-18T13:22:11Z Trevayne08 /* Interior distance estimation */
613426894 2014-06-18T13:20:58Z Trevayne08 /* Interior distance estimation */
613426743 2014-06-18T13:19:14Z Trevayne08 /* Interior distance estimation */
612973041 2014-06-15T04:53:59Z Shiftchange /* See also */ remove wikilinks already appearing in article above or navbox below, add {{Portal|Geometry}}
612609465 2014-06-12T09:02:16Z 94.26.69.208 /* Generalizations */
612609432 2014-06-12T09:01:52Z 94.26.69.208 /* Generalizations */
612609358 2014-06-12T09:00:51Z 94.26.69.208 /* Generalizations */
612609316 2014-06-12T09:00:21Z 94.26.69.208 /* Generalizations */
611512208 2014-06-04T11:07:07Z AndrewWTaylor /* Perturbation theory and Series Approximation */
611498577 2014-06-04T08:27:44Z 94.234.170.46 /* Perturbation theory and Series Approximation */
611387751 2014-06-03T14:53:23Z 83.255.30.155 /* Perturbation theory */
611387176 2014-06-03T14:48:22Z 83.255.30.155 /* Perturbation theory */
609216111 2014-05-19T09:46:48Z Gandalf61 Undid revision 609205428 by [[Special:Contributions/204.14.62.112|204.14.62.112]] ([[User talk:204.14.62.112|talk]]) rv - previous version is more precise
609205428 2014-05-19T07:36:09Z 204.14.62.112
609204621 2014-05-19T07:26:26Z 204.14.62.112 the entire Mandelbrot set is a border, and, by DEFINITION, you can't be on a location on the border
609199708 2014-05-19T06:22:35Z 106.193.57.32 /* Continuous (smooth) coloring */
608639932 2014-05-15T03:35:56Z Magioladitis /* Perturbation theory */clean up using [[Project:AWB|AWB]] (10190)
608468711 2014-05-13T23:46:15Z That kiwi guy Added video for powers < 1
607163392 2014-05-05T12:24:54Z 70.48.181.132 /* Optimizations */ Added section on perturbation theory approaches that have been the subject of extensive research in the past year, with at least four implementations.
606401363 2014-04-29T23:06:50Z 75.186.79.125 /* Distance estimates */
605490141 2014-04-23T18:24:15Z LutzL /* Continuous (smooth) coloring */ /* Continuous (smooth) coloring */ Comparing x*x+y*y with N*N=1<<16 means the radius used is N=2^8=1<<8
605489144 2014-04-23T18:17:45Z LutzL /* Continuous (smooth) coloring */ Make 1<<16 == 2^16 consistent in all 3 places
605456729 2014-04-23T14:08:32Z 50.177.96.123 2^16 is 1<<16 not 2<<16.
605208675 2014-04-21T21:50:44Z 5.149.19.90 2<<16 equals 2^17
603579887 2014-04-10T10:53:13Z Alex Tav
603579776 2014-04-10T10:51:50Z Alex Tav I add an animation to illustrate the generalized formula.
603264686 2014-04-08T06:20:19Z John Baez /* Geometry */
603264564 2014-04-08T06:19:13Z John Baez /* Geometry */
602654272 2014-04-03T23:53:26Z 23.233.190.73 Undid revision 601912109 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]]) This is a picture of a part of the Mandelbrot set. The similarity with the Julia set is what makes it interesting.
602637885 2014-04-03T21:22:05Z Frietjes cleanup (wikitables, html markup, layout, etc.)
602637751 2014-04-03T21:21:06Z Frietjes /* Distance estimates */
602084154 2014-03-31T09:03:39Z 218.70.255.166 /* Cardioid / bulb checking */
601912109 2014-03-30T03:30:10Z TheRingess Undid revision 601890411 by [[Special:Contributions/23.233.190.73|23.233.190.73]] ([[User talk:23.233.190.73|talk]]) do we really need more pictures? Looks like a Julia set not the mandelbrots
601890411 2014-03-29T23:44:06Z 23.233.190.73 Added an image thumnail of the Mandelbrot set in a free space.
601479100 2014-03-27T08:42:21Z Magioladitis clean up using [[Project:AWB|AWB]] (10034)
600901776 2014-03-23T17:27:56Z 76.120.175.135 fix link
598665184 2014-03-08T08:31:26Z 71.219.199.72
596962977 2014-02-24T20:03:18Z TheRingess Undid revision 596927866 by [[Special:Contributions/163.119.134.125|163.119.134.125]] ([[User talk:163.119.134.125|talk]]) rvt fancruft, belongs more appropriately on the series page
596927866 2014-02-24T15:56:02Z 163.119.134.125 /* Popular culture */
593708643 2014-02-03T10:17:43Z Denelson83 /* Escape time algorithm */ "absolute value"
592885624 2014-01-29T00:57:47Z Denelson83 Link [[iterated function]]
592449326 2014-01-26T08:28:29Z Rjwilmsi Journal cites, added 1 DOI using [[Project:AWB|AWB]] (9888)
592352152 2014-01-25T17:51:45Z Monkbot /* History */Fix [[Help:CS1_errors#deprecated_params|CS1 deprecated date parameter errors]]
589429902 2014-01-06T11:25:51Z Adam majewski /* Geometry */ new image for counting antennae
589246746 2014-01-05T05:38:21Z Denelson83 /* Formal definition */ More formal
588767401 2014-01-02T04:55:22Z TheRingess Undid revision 588760908 by [[Special:Contributions/76.125.159.195|76.125.159.195]] ([[User talk:76.125.159.195|talk]]) unhelpful edit
588760908 2014-01-02T03:43:31Z 76.125.159.195 /* Basic properties */
587791700 2013-12-26T19:53:12Z BattyBot fixed [[:Category:CS1 errors: dates|CS1 errors: dates]] & [[WP:AWB/GF|General fixes]] using [[Project:AWB|AWB]] (9816)
587528425 2013-12-24T16:24:12Z 74.88.58.89 Fixed some code formatting
585843122 2013-12-13T02:03:26Z ClueBot NG Reverting possible vandalism by [[Special:Contributions/50.149.84.74|50.149.84.74]] to version by 70.36.222.240. False positive? [[User:ClueBot NG/FalsePositives|Report it]]. Thanks, [[User:ClueBot NG|ClueBot NG]]. (1617785) (Bot)
585843110 2013-12-13T02:03:22Z 50.149.84.74
584303098 2013-12-03T02:35:16Z 70.36.222.240 Broke up excessively long comment in code.
584176895 2013-12-02T07:22:43Z 217.150.134.26 /* Geometry */
583257278 2013-11-25T17:19:23Z Jamesx12345 Rm image
582771868 2013-11-22T04:14:10Z TheRingess rvt fancruft
582759643 2013-11-22T02:02:25Z 75.80.130.217 /* Popular culture */
582759368 2013-11-22T01:59:39Z 75.80.130.217 /* Popular culture */
580387847 2013-11-06T01:14:17Z Snapnz86 /* Popular culture */
578733939 2013-10-25T19:51:19Z Dreth editing tests ([[Wikipedia:Igloo|GLOO]])
578733905 2013-10-25T19:50:59Z 108.240.213.75 m
578726323 2013-10-25T18:51:01Z 137.112.232.196 Fixed nu computation again because it cannot exactly match the given potential function (see comments).
577914434 2013-10-20T01:16:01Z 91.59.82.82 /* Continuous (smooth) coloring */
577914355 2013-10-20T01:15:03Z 91.59.82.82 /* Continuous (smooth) coloring */
577913026 2013-10-20T00:58:47Z 91.59.82.82 /* Continuous (smooth) coloring */
577338178 2013-10-15T20:58:37Z Loadmaster prev vs had a mix of mostly US and a few UK spellings, so changed to [[WP:ENGVAR|all-US style]]
576056023 2013-10-06T22:37:02Z 71.164.180.138 /* Computer drawings */
575943730 2013-10-06T03:45:58Z 23.226.170.53 Added reference
575941647 2013-10-06T03:19:29Z 23.226.170.53 /* Optimizations */
575940963 2013-10-06T03:09:54Z 23.226.170.53 /* Optimizations */
575939667 2013-10-06T02:54:04Z 23.226.170.53 Added information about histogram coloring
575937682 2013-10-06T02:28:49Z 23.226.170.53 Added example of continuous coloring algorithm that actually works
574574421 2013-09-26T08:05:23Z Yobot Remove unicode control characters (CHECKWIKI error 16) using [[Project:AWB|AWB]] (9494)
574466597 2013-09-25T14:28:07Z Adam majewski /* Hyperbolic components */ ref with link
574466297 2013-09-25T14:24:58Z Adam majewski /* Hyperbolic components */ref
572412856 2013-09-10T22:58:43Z 174.22.113.176 /* Geometry */
571110814 2013-09-01T18:14:58Z Rawrkal /* Popular culture */
571110526 2013-09-01T18:13:16Z Rawrkal /* Popular culture */
571009637 2013-09-01T00:09:06Z Finell /* Geometry */ Copy edit
566358105 2013-07-30T00:22:27Z Martinhellman I changed "upstate New York" to "Yorktown Heights, New York" since it is not really upstate -- only about 50 miles north of the city.
566317721 2013-07-29T18:30:37Z Maschen make the formidable equation stand out in a box
560661663 2013-06-19T21:05:44Z 89.72.214.105 /* Further results */ mistake in coordinates
558412524 2013-06-05T08:21:04Z Gandalf61 fix - note that z_0 = 0
558394864 2013-06-05T04:42:22Z 71.193.178.57
557156219 2013-05-28T11:38:23Z Gandalf61 rv source code - unsourced, not notable and too long
557063250 2013-05-27T19:52:38Z 148.222.14.80 /* For programmers */
557063050 2013-05-27T19:51:21Z 148.222.14.80 /* For programmers */
555992350 2013-05-20T19:27:39Z 75.0.186.3 Minor- punctuation, syntax, extra words, changed 'which' to 'that' in restrictive clauses for U.S. readers (makes no difference in UK, etc.)
555078275 2013-05-14T16:47:58Z Henry hedden /* For programmers */
554498331 2013-05-10T20:31:18Z TheRingess Undid revision 554493086 by [[Special:Contributions/70.74.239.96|70.74.239.96]] ([[User talk:70.74.239.96|talk]]) too trivial, should be on theTV show's page with a link back to here
554493086 2013-05-10T19:49:39Z 70.74.239.96 /* Popular culture */
553282318 2013-05-03T01:19:50Z 81.97.5.133 Typo: Mandlebrot -> Mandelbrot
549280691 2013-04-08T06:34:03Z Mylittleanon Template removal, See Talk:Mandelbrot_set#Too_technical
548430030 2013-04-03T03:55:22Z John11235813 /* Popular culture */
541967513 2013-03-04T00:10:40Z Legobot Bot: Migrating 1 langlinks to [[WP:Wikidata]] - [[d:q257]]
539843983 2013-02-23T04:35:01Z BabyNuke Too technical, see talk page
539151899 2013-02-20T01:54:23Z Addbot [[User:Addbot|Bot:]] Migrating 36 interwiki links, now provided by [[Wikipedia:Wikidata|Wikidata]] on [[d:q257]] ([[User talk:Addbot|Report Errors]])
538529699 2013-02-16T08:12:55Z 68.58.158.218
538529253 2013-02-16T08:07:40Z 68.58.158.218
538219982 2013-02-14T13:11:33Z 180.200.140.87 Clarify that z(1) is derived from z(0), rather than z(-1) being derived from z(0).
538083692 2013-02-13T18:37:44Z Escspeed /* Geometry */ reformatted pi so it reads better
538083427 2013-02-13T18:36:02Z Escspeed /* Further results */ reformatted pi so it reads better
537937014 2013-02-12T21:32:14Z Paul August [[Help:Reverting|Reverted]] edits by [[Special:Contributions/86.144.58.52|86.144.58.52]] ([[User talk:86.144.58.52|talk]]) to last version by Adam majewski
537931893 2013-02-12T20:58:53Z 86.144.58.52
537931795 2013-02-12T20:58:13Z 86.144.58.52
537931624 2013-02-12T20:57:07Z 86.144.58.52
536386050 2013-02-03T17:51:25Z Adam majewski /* Exterior distance estimation */ int link
534303396 2013-01-22T09:18:28Z AndrewWTaylor /* Popular culture */ remove another triviality
534251359 2013-01-22T00:57:08Z TheRingess /* Popular culture */ removed 3 items that are too trivial and fancruft
534223354 2013-01-21T21:24:37Z Geonat /* Popular culture */
533946623 2013-01-20T03:16:00Z Srich32977 Mandelbrot didnt use the accent
532206013 2013-01-09T17:07:48Z TheRingess revert unsourced colloquialism
532199025 2013-01-09T16:20:06Z Soda drinker
532198868 2013-01-09T16:18:54Z Soda drinker
532198835 2013-01-09T16:18:35Z Soda drinker
531341957 2013-01-04T21:35:56Z Xqbot r2.7.3) (Robot: Modifying [[ko:만델브로 집합]] to [[ko:망델브로 집합]]
530422178 2012-12-30T08:24:57Z David Eppstein /* See also */ [[Gilbreath permutation]]
530148323 2012-12-28T14:49:56Z Potatoswatter /* Optimizations */ periods do repeat exactly in double precision FP, and the exponent that defines FP is irrelevant, since the magnitude always varies from 0 to 2.
530120738 2012-12-28T09:51:07Z XLinkBot BOT--Reverting link addition(s) by [[:en:Special:Contributions/82.243.41.93|82.243.41.93]] to revision 527987660 (http://www.youtube.com/watch?v=7Pf6jZWguCc [\byoutube\.com])
530120630 2012-12-28T09:49:46Z 82.243.41.93 /* External links */
527987660 2012-12-14T09:02:39Z Tomrdelhi /* Popular culture */
527905713 2012-12-13T20:06:16Z 204.108.250.222
527905630 2012-12-13T20:05:41Z 204.108.250.222
527900171 2012-12-13T19:24:32Z 204.108.250.222
527900052 2012-12-13T19:23:35Z 204.108.250.222
527899851 2012-12-13T19:22:06Z 204.108.250.222
527899533 2012-12-13T19:19:42Z 204.108.250.222
527614316 2012-12-11T23:07:40Z TheRingess Undid revision 527433358 by [[Special:Contributions/Josep m batlle2|Josep m batlle2]] ([[User talk:Josep m batlle2|talk]]) doesn't add anything new, adds a bunch of unnecessary images
527433358 2012-12-10T23:25:59Z Josep m batlle2 /* Computer drawings */
527224092 2012-12-09T19:46:04Z Gandalf61 rv - too many random examples, not actually illustrating Mandelbrot set itself, adds no value to article
527218071 2012-12-09T19:00:05Z Josep m batlle2 /* Some fractals using Mandelbrot's method */
527217816 2012-12-09T18:58:13Z Josep m batlle2 /* Computer drawings */
527010870 2012-12-08T12:07:38Z Gandalf61 rv - this repeats material at [[Multibrot set]]
527002431 2012-12-08T10:24:13Z Josep m batlle2 /* External links */
527002266 2012-12-08T10:21:57Z Josep m batlle2 /* External links */
527002183 2012-12-08T10:20:50Z Josep m batlle2 /* External links */
527002094 2012-12-08T10:19:51Z Josep m batlle2 /* External links */
527001619 2012-12-08T10:13:39Z Josep m batlle2 /* Mandelbrot's method: several fractals iterating powers of Z */
527001551 2012-12-08T10:12:48Z Josep m batlle2 /* Popular culture */
526499963 2012-12-05T12:01:57Z Mmitchell10 /* Popular culture */ Improved wiki link and added web link to reference
526486243 2012-12-05T09:27:48Z Karellen32 /* Popular culture */ I added the bit about a Mandelbrot set being featured in the flower glyph of the TV show "Fringe."
525617352 2012-11-29T23:52:13Z Paul August [[Help:Reverting|Reverted]] edits by [[Special:Contributions/164.116.253.220|164.116.253.220]] ([[User talk:164.116.253.220|talk]]) to last version by Mmitchell10
525602852 2012-11-29T22:08:34Z 164.116.253.220 /* Interior distance estimation */
524495067 2012-11-23T12:55:27Z Mmitchell10 Added couple of links
524077791 2012-11-20T20:28:48Z PCHS-NJROTC [[Help:Reverting|Reverted]] edits by [[Special:Contributions/199.30.221.242|199.30.221.242]] ([[User talk:199.30.221.242|talk]]) to last version by Gandalf61
524077742 2012-11-20T20:28:24Z 199.30.221.242 /* Formal definition */
521415115 2012-11-04T21:38:19Z Gandalf61 Undid revision 521373935 by [[Special:Contributions/Fordcars123|Fordcars123]] ([[User talk:Fordcars123|talk]]) rvv
521373935 2012-11-04T16:23:40Z Fordcars123
521141468 2012-11-03T01:33:40Z PiAndWhippedCream /* Continuous (smooth) coloring */ Corrected caption to properly use imperfect: if the Escape Time Algorithm was used -> if the Escape Time Algorithm were used
520293307 2012-10-28T17:44:59Z Czar [[WP:TYPO|typo ce]]: [[exempli gratia]] comma
520213086 2012-10-28T04:04:46Z 99.57.136.216 /* Further results */
518880239 2012-10-20T15:06:43Z 108.226.62.90 /* Popular culture */
518388662 2012-10-17T21:03:37Z TheRingess Undid revision 518361507 by [[Special:Contributions/Plaball9418|Plaball9418]] ([[User talk:Plaball9418|talk]]) rvt fancruft
518361507 2012-10-17T18:05:53Z Plaball9418 /* Popular culture */
514863023 2012-09-27T19:39:04Z Gandalf61 Undid revision 514852807 by [[Special:Contributions/81.157.91.178|81.157.91.178]] ([[User talk:81.157.91.178|talk]]) rvv
514852807 2012-09-27T18:50:37Z 81.157.91.178
513731034 2012-09-20T15:45:10Z 24.60.202.55
513730159 2012-09-20T15:38:17Z 24.60.202.55 Added paragraph explaining the mandelbrot IMAGE
513334304 2012-09-18T08:27:42Z 115.64.225.126 /* Continuous (smooth) coloring */ make final sentence more explicit
513333448 2012-09-18T08:18:28Z 115.64.225.126 /* For programmers */ make ranges consistent
511795475 2012-09-11T04:00:16Z Hyacinth {{Fractals}}
508989122 2012-08-24T20:59:27Z 88.148.212.67 Undid revision 505781419 by [[Special:Contributions/Einottaja|Einottaja]] ([[User talk:Einottaja|talk]])
507091251 2012-08-12T20:14:16Z Geni /* Popular culture */ rm video that doesn't seem very significant
505781419 2012-08-04T18:39:23Z Einottaja Better image
503649013 2012-07-22T20:57:07Z Khazar2 clean up, typos fixed: mid-point → midpoint using [[Project:AWB|AWB]] (8097)
503163960 2012-07-19T19:19:30Z 130.126.37.157 /* Popular culture */ It's a tribute, not a representation of mathematics. Pop culture references, not quibbles.
502432298 2012-07-15T15:05:24Z Dylan Thurston Deleted "map of Julia sets". It was very unclear what this image was showing.
502431909 2012-07-15T15:03:05Z Dylan Thurston /* Relationship with Julia sets */
499969986 2012-06-29T21:57:04Z Informationtheory /* Popular culture */
495290134 2012-05-31T12:53:41Z 67.169.248.32 /* For programmers */
493687248 2012-05-21T17:07:57Z Wavelength /* Local connectivity */ [¶2 of 2] removing 1 [[hyphen]]: —> "finitely renormalizable"—[[WP:HYPHEN]], sub-subsection 3, point 4
492280466 2012-05-12T23:31:16Z Helpful Pixie Bot ISBNs (Build KH)
491436413 2012-05-08T18:46:41Z Ericoides /* Popular culture */ itals
490899571 2012-05-06T00:35:43Z 189.71.202.115 /* For programmers */ every post-1990 compiler knows that 2*2=4, darling
487712838 2012-04-16T19:06:51Z 208.67.117.126 /* Formal definition */
487712718 2012-04-16T19:06:00Z 208.67.117.126 /* Formal definition */
485670714 2012-04-05T07:00:21Z Salix alba [[Help:Reverting|Reverted]] edits by [[Special:Contributions/129.94.242.38|129.94.242.38]] ([[User talk:129.94.242.38|talk]]) to last version by 94.255.222.30
485668417 2012-04-05T06:37:59Z 129.94.242.38 /* History */
484709998 2012-03-30T15:35:38Z 94.255.222.30
484130083 2012-03-27T05:00:30Z 76.91.54.187 /* Local connectivity */
482216594 2012-03-16T16:38:04Z Vrenator Reverted edit(s) by [[Special:Contributions/Wikiman211|Wikiman211]] identified as test/vandalism using [[WP:STiki|STiki]]
482215889 2012-03-16T16:33:14Z Wikiman211
481906694 2012-03-14T20:04:30Z ClueBot NG Reverting possible vandalism by [[Special:Contributions/Pirulestheworld|Pirulestheworld]] to version by Williampfeifer. False positive? [[User:ClueBot NG/FalsePositives|Report it]]. Thanks, [[User:ClueBot NG|ClueBot NG]]. (955057) (Bot)
481906670 2012-03-14T20:04:24Z Pirulestheworld lol
481720233 2012-03-13T18:30:10Z Williampfeifer Undid revision 481719328 by [[Special:Contributions/Williampfeifer|Williampfeifer]] ([[User talk:Williampfeifer|talk]])
481719328 2012-03-13T18:23:41Z Williampfeifer fixed typo
480710674 2012-03-07T19:16:23Z Download Reverted edits by [[Special:Contributions/80.57.105.85|80.57.105.85]] ([[User talk:80.57.105.85|talk]]) editing [[WP:Sandbox|tests]] or vandalism ([[WP:HG|HG]])
480710592 2012-03-07T19:15:53Z 80.57.105.85
475234728 2012-02-05T15:43:35Z Brad7777 added [[Category:Complex dynamics]] using [[WP:HC|HotCat]]
474552038 2012-02-02T09:57:42Z Craftmanic
474165064 2012-01-31T05:43:48Z Jordgette /* Basic properties */
473442568 2012-01-27T02:04:13Z Anachronist /* Popular culture */ removed trivia; these appearances are more akin to trivial mentions, not sufficiently notable to include
473439149 2012-01-27T01:38:26Z Spoink H1N1 Undid revision 471579269 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]])
472581906 2012-01-22T09:38:47Z Mandarax /* Further results */[[WP:AWB/T|Typo patrol]], typos fixed: occurence → occurrence using [[Project:AWB|AWB]] (7916)
472095073 2012-01-19T18:04:34Z Anachronist copyedit to remove second-person
472066602 2012-01-19T14:38:47Z Quondum Undid revision 472045603 by [[Special:Contributions/Konsoul|Konsoul]] ([[User talk:Konsoul|talk]]) Inappropriately added link to yet another site
472045603 2012-01-19T11:43:12Z Konsoul /* For programmers */
471579269 2012-01-15T23:11:41Z TheRingess Rvt trivia and fancruft
471545175 2012-01-15T19:50:42Z Spoink H1N1 /* Popular culture */ Capitalized British
471545015 2012-01-15T19:49:45Z Spoink H1N1 /* Popular culture */ Added Eschaton by Anaal Nathrakh as a loction in which the set is used
471003211 2012-01-12T18:13:10Z 213.134.163.6 /* Image gallery of a zoom sequence */ Fix redirected link
470982358 2012-01-12T15:50:57Z Supuhstar /* For programmers */ Unnecessary check for black and multiplication of constants
470622322 2012-01-10T15:02:32Z Tkuvho /* History */
470622233 2012-01-10T15:01:48Z Tkuvho /* History */
470114512 2012-01-07T18:00:06Z Petter Strandmark +link
468582680 2011-12-30T11:45:02Z Gandalf61 rv - not clearly written, adds little new to article, most images are not of Mandelbrot set - see [[multibrot set]]
468581101 2011-12-30T11:31:32Z Josep m batlle /* FRACTAL GENERATION. Mandelbrot's method */
468580995 2011-12-30T11:30:30Z Josep m batlle /* Image gallery of a zoom sequence */
468477596 2011-12-30T05:31:56Z 108.28.23.195 /* Popular culture */
468433255 2011-12-30T03:59:29Z Wavelength removing “The” [1 instance]—[[MOS:HEAD]]: provisions in [[WP:MOS#Article titles]]—[[WP:VA/E]]
467974769 2011-12-27T21:11:23Z TheRingess Undid revision 467945005 by [[Special:Contributions/70.26.18.6|70.26.18.6]] ([[User talk:70.26.18.6|talk]]) too trivial
467945005 2011-12-27T17:59:30Z 70.26.18.6 /* Popular culture */
467682630 2011-12-26T00:08:36Z Cutelyaware /* Escape time algorithm */ What distinguishes the Buddhabrot method is that it is a different rendering and not the fact that it is more expensive.
467497491 2011-12-24T14:01:53Z 68.35.28.13 /* Relationship with Julia sets */
467086322 2011-12-21T21:27:53Z Wingedsubmariner /* Relationship with Julia sets */ Formatted quote
467000176 2011-12-21T09:33:49Z Gandalf61 Undid revision 466999874 by [[Special:Contributions/192.167.13.62|192.167.13.62]] ([[User talk:192.167.13.62|talk]]) rvv
466999874 2011-12-21T09:30:32Z 192.167.13.62
466814303 2011-12-20T05:02:36Z Jowa fan /* Further results */ pi in the Mandelbrot set: correction: square root relationship for the other point
466807883 2011-12-20T03:55:20Z Jowa fan /* Further results */ copyedit and reference for Boll result on pi
466797104 2011-12-20T02:15:15Z Jowa fan undo three edits: use the same symbol for all assignments; += may be be opaque to non-programmers, while iteration=iteration+1 can't be misunderstood
466796137 2011-12-20T02:06:26Z SirSeal /* For programmers */
466794975 2011-12-20T01:57:56Z SirSeal /* For programmers */
466794920 2011-12-20T01:57:31Z SirSeal /* For programmers */
466744831 2011-12-19T20:37:59Z Garjira /* Further results */
465937339 2011-12-15T03:21:34Z Jowa fan copyedit lead
463181869 2011-11-29T22:11:28Z TheRingess Undid revision 463180175 by [[Special:Contributions/142.157.219.31|142.157.219.31]] ([[User talk:142.157.219.31|talk]]) too trivial
463180175 2011-11-29T22:02:24Z 142.157.219.31 Undid revision 440521427 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]])
462406208 2011-11-25T13:29:45Z PhnomPencil replaced: various different → a number of different, typos fixed: well-known → well known using [[Project:AWB|AWB]]
462345503 2011-11-25T01:57:00Z Igul222
461764023 2011-11-21T13:36:33Z Anachronist /* Popular culture */ removed trivial appearances
461755579 2011-11-21T12:12:18Z 81.44.83.81
461423939 2011-11-19T13:06:04Z 77.126.184.222 /* Popular culture */
460352651 2011-11-12T22:39:42Z 169.233.50.180 /* Optimizations */ I had a program that was dealing only with other bulbs and I used a circle circumscribed by those bulbs to determine whether or not to prevent the points from being iterated. If there's a general forumla, please tell.
458960713 2011-11-04T12:18:01Z Quondum copyedit: "never exceeds a certain number (that number depends on c)" does not belong in a formal definition, even less so in the lead; "remains bounded" is concise, complete and understandible
456831360 2011-10-22T14:27:57Z 131.111.202.219 Removing random characters at the top of the page
456800506 2011-10-22T08:48:01Z Mjdean
456785213 2011-10-22T05:24:50Z Mjdean Added animated GIF - GIF to be uploaded to wikicommons shortly
456773598 2011-10-22T03:11:51Z Mjdean
455776597 2011-10-16T01:20:45Z Bob o Shiska
453865770 2011-10-04T09:20:42Z LutzL Undid revision 453787797 by [[Special:Contributions/173.55.233.222|173.55.233.222]] ([[User talk:173.55.233.222|talk]]). Please use the talk page for comments and requests.
453787797 2011-10-03T22:44:48Z 173.55.233.222 /* Optimizations */
453743405 2011-10-03T18:33:07Z 86.154.186.112 /* Popular culture */
453743306 2011-10-03T18:32:38Z 86.154.186.112 /* Popular culture */
452253462 2011-09-24T20:54:57Z Adam majewski /* Hyperbolic components */ internal link
452233670 2011-09-24T18:39:47Z 134.76.61.233 /* Hyperbolic components */
449549598 2011-09-10T15:39:23Z EmausBot r2.6.4) (Robot: Modifying [[vi:Tập hợp Mandelbrot]]
448805243 2011-09-06T20:15:33Z Velella Reverted edits by [[Special:Contributions/98.94.201.200|98.94.201.200]] ([[User talk:98.94.201.200|talk]]) to last revision by LutzL ([[WP:HG|HG]])
448805107 2011-09-06T20:14:30Z 98.94.201.200 /* Optimizations */
446803427 2011-08-26T10:52:20Z LutzL Undid revision 446744191 by [[Special:Contributions/Yourmomblah|Yourmomblah]] ([[User talk:Yourmomblah|talk]]): Rv: It is pseudo-code and should not contain language-specific cryptic abbreviations.
446744191 2011-08-26T00:29:17Z Yourmomblah
445803093 2011-08-20T10:30:30Z LokiClock /* Popular culture */
443048526 2011-08-04T17:47:19Z Signalhead /* Geometry */ [[WP:CAPTION]]
442700584 2011-08-02T16:57:40Z Adlab changed 'plot(x,y,color)' to plot(x0,y0,color) in the 'for programmers section'. The old code didn't work properly.
441836623 2011-07-28T08:19:03Z 218.22.27.229 /* For programmers */
441835634 2011-07-28T08:07:31Z 218.22.27.229 /* For programmers */
440521427 2011-07-20T18:21:40Z TheRingess Undid revision 440488254 by [[Special:Contributions/Reislust|Reislust]] ([[User talk:Reislust|talk]]) a mention on a tv show is way too trivial
440488254 2011-07-20T14:29:01Z Reislust /* Popular culture */
440329002 2011-07-19T16:03:10Z AndrewWTaylor /* History */ rm pov
438764899 2011-07-10T16:36:10Z Headbomb clean up, replaced: Ann. of Math. → Ann. Math. using [[Project:AWB|AWB]]
436234262 2011-06-25T23:13:44Z TheRingess /* Popular culture */ remove tv show fan cruft
436222147 2011-06-25T21:53:56Z TheRingess rvt fancruft
436209672 2011-06-25T20:39:16Z EliteHEAD /* Popular culture */
436209519 2011-06-25T20:38:23Z EliteHEAD /* Popular culture */
436207319 2011-06-25T20:26:25Z 109.230.34.172
435581408 2011-06-22T04:27:25Z TyA Reverted edits by [[Special:Contributions/203.1.237.40|203.1.237.40]] ([[User talk:203.1.237.40|talk]]) unexplained removal of content ([[WP:HG|HG]])
435581142 2011-06-22T04:23:59Z 203.1.237.40 /* Self-similarity */
435198992 2011-06-20T02:08:32Z Tim Shuba /* Further reading */ remove unreliable, vanity press book spammed by author
435175428 2011-06-19T23:06:22Z TheRingess Undid revision 435163751 by [[Special:Contributions/217.157.169.86|217.157.169.86]] ([[User talk:217.157.169.86|talk]]) too trivial
435163751 2011-06-19T21:49:37Z 217.157.169.86 /* Popular culture */
434252410 2011-06-14T15:41:54Z TheRingess rvt unhelpful edits
434243767 2011-06-14T14:45:34Z Mikemcdeez
434238846 2011-06-14T14:08:03Z Mikemcdeez
433232158 2011-06-08T16:37:04Z Anachronist [[Help:Reverting|Reverted]] edits by [[Special:Contributions/108.20.187.128|108.20.187.128]] ([[User talk:108.20.187.128|talk]]) to last version by Chompinator74
433229979 2011-06-08T16:22:28Z 108.20.187.128
433228676 2011-06-08T16:13:18Z Chompinator74
433224445 2011-06-08T15:45:34Z 166.137.139.67
432949891 2011-06-07T01:14:44Z ClueBot NG Reverting possible vandalism by [[Special:Contributions/98.229.112.93|98.229.112.93]] to version by Gandalf61. False positive? [[User:ClueBot NG/FalsePositives|Report it]]. Thanks, [[User:ClueBot NG|ClueBot NG]]. (450811) (Bot)
432949880 2011-06-07T01:14:39Z 98.229.112.93
432683065 2011-06-05T14:06:56Z Gandalf61 /* External links */ rmv links to commercial web site per [[WP:LINKSTOAVOID]] #5
432653465 2011-06-05T09:37:07Z Myles325a /* External links */
432647821 2011-06-05T08:32:54Z Myles325a Undid revision 432366910 by [[Special:Contributions/Gandalf61|Gandalf61]] ([[User talk:Gandalf61|talk]])
432366910 2011-06-03T15:02:28Z Gandalf61 /* External links */ rmv links to commercial web site per [[WP:LINKSTOAVOID]] #5
432302556 2011-06-03T05:48:00Z Myles325a Undid revision 432125812 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]])
432208260 2011-06-02T17:28:23Z 208.65.73.208 /* For programmers */
432125812 2011-06-02T05:41:58Z TheRingess /* External links */ reduced links
432116299 2011-06-02T04:01:21Z Myles325a Undid revision - that's pretty class "spam" you deleted. It's back in.
432116131 2011-06-02T03:59:55Z 130.195.32.95 /* Popular culture */
431900744 2011-05-31T22:08:39Z TheRingess /* External links */ reduced links, getting spammy
431900595 2011-05-31T22:07:39Z TheRingess /* Popular culture */ reduced entries, section is mostly trivia
431900427 2011-05-31T22:06:29Z TheRingess Undid revision 431897073 by [[Special:Contributions/67.238.103.146|67.238.103.146]] ([[User talk:67.238.103.146|talk]]) too trivial
431897073 2011-05-31T21:42:28Z 67.238.103.146 /* Popular culture */
430985331 2011-05-26T09:31:12Z LutzL Undid revision 430807865 by [[Special:Contributions/209.251.138.232|209.251.138.232]] ([[User talk:209.251.138.232|talk]]). Zero is correct, since it is the root of the derivative of the iteration.
430807865 2011-05-25T07:52:00Z 209.251.138.232
428216992 2011-05-09T09:03:21Z 129.88.43.62 /* Popular culture */
428087466 2011-05-08T15:18:39Z 92.46.10.75
426349297 2011-04-28T08:39:06Z 82.6.96.22 /* Hyperbolic components */
425159526 2011-04-21T12:57:07Z 83.22.62.70 Fix redirected link and change its description.
424793602 2011-04-19T02:56:58Z Chris the speller [[WP:AWB/T|Typo fixing]] per WP:HYPHEN, replaced: easily- → easily , similarly- → similarly , computationally- → computationally using [[Project:AWB|AWB]] (7660)
423647488 2011-04-12T07:31:40Z Cuddlyable3 /* For programmers */ Complex data type can simplify program (but may be slow, see Talk)
423549944 2011-04-11T18:16:50Z TheRingess removing unpublished original material, not really an "alternative definition", very unencyclopedic in tone
423546599 2011-04-11T17:50:27Z AlecTeal93 Remove the informal componants and called it an "alternative Definition" it shows the real and imaginary parts implied by Z=ZZ+C and what c is, and how to obtain induvidual imaginary and real polynomials
423545975 2011-04-11T17:46:22Z AlecTeal93 Undid revision 423431461 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]]) Anyone who can read the formal definition need not visit this page!
423431461 2011-04-11T00:49:45Z TheRingess Undid revision 423429774 by [[Special:Contributions/95.144.126.217|95.144.126.217]] ([[User talk:95.144.126.217|talk]]) no condemnation, just no need here for unpublished essay like material
423429774 2011-04-11T00:35:35Z 95.144.126.217 Undid revision 423424617 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]]) well how about you edit rather then condem :)
423424617 2011-04-11T00:00:39Z TheRingess Undid revision 423405654 by [[Special:Contributions/AlecTeal93|AlecTeal93]] ([[User talk:AlecTeal93|talk]]) still not seeing need for this new material, still unpublished essay, not very encyclopedic in tone
423405654 2011-04-10T21:37:59Z AlecTeal93 Undid revision 423405325 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]]) It isn't even an essay? I have SIMPLY and only explained the process that leads to the 'for programmers' section
423405325 2011-04-10T21:35:58Z TheRingess Undid revision 423405041 by [[Special:Contributions/AlecTeal93|AlecTeal93]] ([[User talk:AlecTeal93|talk]]) page does not need informal unpublished essay
423405041 2011-04-10T21:34:08Z AlecTeal93 Undid revision 423404850 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]]) do you read the talk page?
423404850 2011-04-10T21:32:50Z TheRingess Undid revision 423404411 by [[Special:Contributions/AlecTeal93|AlecTeal93]] ([[User talk:AlecTeal93|talk]]) not the place really for a discussion type essay, does not need to be said
423404411 2011-04-10T21:30:12Z AlecTeal93 It needs to be said, this isn't research at all, its a simplified definition, as the history suggests most cannot read the 'formal definition' it must also be noted this will slide nicely with the 'for programmers' section, feel free to tidy up
422904629 2011-04-07T19:16:20Z Onomou /* Other properties */ Deleted two spaces to prevent awkward line wrapping
421989873 2011-04-02T15:25:07Z Gandalf61 Undid revision 421973656 by [[Special:Contributions/87.97.100.227|87.97.100.227]] ([[User talk:87.97.100.227|talk]]) was correct before - ytemp is not needed
421973656 2011-04-02T13:07:17Z 87.97.100.227 fine, but incorrect
421917119 2011-04-02T02:06:08Z TheRingess Undid revision 421879140 by [[Special:Contributions/87.97.100.227|87.97.100.227]] ([[User talk:87.97.100.227|talk]]) was fine before
421879140 2011-04-01T20:50:59Z 87.97.100.227 algorithm fixed
421871816 2011-04-01T20:02:45Z TheRingess Undid revision 421867188 by [[Special:Contributions/Nerdlord|Nerdlord]] ([[User talk:Nerdlord|talk]]) unnecessary link
421867188 2011-04-01T19:30:43Z Nerdlord /* External links */
421780646 2011-04-01T06:53:31Z TheRingess Undid revision 421779925 by [[Special:Contributions/Uncleosbert|Uncleosbert]] ([[User talk:Uncleosbert|talk]]) way too trivial
421779925 2011-04-01T06:45:30Z Uncleosbert /* Popular culture */ added insidious
420873107 2011-03-26T21:20:17Z Gandalf61 Undid revision 420851260 by [[Special:Contributions/98.235.131.60|98.235.131.60]] ([[User talk:98.235.131.60|talk]]) rv mess
420851260 2011-03-26T18:54:47Z 98.235.131.60 Changed the phrase "in its shape dug" to "dug in its shape"
418674205 2011-03-13T21:19:55Z MC10 Redirect bypass from [[Benoît Mandelbrot]] to [[Benoit Mandelbrot]] using [[Wikipedia:Tools/Navigation popups|popups]]
417533811 2011-03-07T02:17:49Z Cutelyaware /* For programmers */ Simplified the second paragraph.
416810307 2011-03-02T22:35:55Z Plastikspork /* Continuous (smooth) coloring */ multiple image
416809796 2011-03-02T22:32:42Z Plastikspork wrap text
415238935 2011-02-22T01:08:26Z R.e.b. /* History */ image
413712039 2011-02-13T16:58:20Z Algebraist the Mandelbrot set doesn't define anything. It is not a definition: it is a set
413711561 2011-02-13T16:55:07Z ErkDemon "is" -> "defines". "Identity vs definition" is a problematic issue in mathematics. A definition is usually more than what it defines (unless it's selfreferential). Languge is an imperfect creature. :(
413710733 2011-02-13T16:49:43Z ErkDemon Deleting: "Many mathematicians, including Mandelbrot, communicated this area of mathematics to the public." Context-specific definition of "many"? True of /any/ "popular" area of math?
413708957 2011-02-13T16:37:48Z ErkDemon some more reworking of the intro section
413704119 2011-02-13T16:06:29Z ErkDemon Rearranged the "intro" section to remove as much technical jargon as possible from the very first introductory paragraph (it's not deleted, just moved down)
413700185 2011-02-13T15:39:32Z ErkDemon /* Further reading */ adjusted formatting
413699599 2011-02-13T15:36:05Z ErkDemon /* Further reading */ +booklink
413594448 2011-02-13T00:51:31Z TheRingess Undid revision 413574053 by [[Special:Contributions/217.155.240.102|217.155.240.102]] ([[User talk:217.155.240.102|talk]]) link spam
413574053 2011-02-12T22:47:27Z 217.155.240.102 /* External links */
413176072 2011-02-10T21:09:47Z 208.80.119.67 /* For programmers */
412840469 2011-02-09T02:25:44Z TheRingess Undid revision 412827050 by [[Special:Contributions/163.11.176.82|163.11.176.82]] ([[User talk:163.11.176.82|talk]]) too trivial
412827050 2011-02-09T00:59:53Z 163.11.176.82 /* Popular culture */
411372542 2011-02-01T13:42:33Z Amirobot r2.7.1) (robot Adding: [[eo:Aro de Mandelbrot]]
411341378 2011-02-01T08:35:31Z Lotje See also section, -bare url
409485513 2011-01-23T03:38:08Z Tedder rm userspace link/signature from mainspace
409141398 2011-01-21T10:38:37Z 75.69.66.227
408587403 2011-01-18T14:08:22Z Simpsons contributor /* Optimizations */
408587295 2011-01-18T14:07:36Z Simpsons contributor /* Optimizations */
408275970 2011-01-16T21:49:36Z SkyLined /* Self-similarity */ remove double link
408199431 2011-01-16T13:48:20Z 82.204.105.103 /* Basic properties */
408199331 2011-01-16T13:47:31Z 82.204.105.103 /* Formal definition */
407835747 2011-01-14T13:18:38Z Yobot [[WP:CHECKWIKI]] error 61 fixes + [[WP:GENFIXES|general fixes]], References after punctuation per [[WP:REFPUNC]] and [[WP:PAIC]] using [[Project:AWB|AWB]] (7510)
407724827 2011-01-13T21:06:30Z Rjwilmsi format ISBN
405079932 2010-12-30T23:35:07Z OgreBot replacing [[File:Julia and Mandelbrot.PNG]] with commons equivalent [[File:Relationship between Mandelbrot sets and Julia sets.PNG]] ([[User talk:Magog the Ogre|report errors here]])
405079846 2010-12-30T23:34:33Z OgreBot replacing [[File:Julia Mandelbrot relationship map 300 (90,000 sets) .png]] with commons equivalent [[File:Julia Mandelbrot relationship map 300 (90,000 sets).png]] ([[User talk:Magog the Ogre|report errors here]])
405062714 2010-12-30T21:42:53Z TheRingess Undid revision 405062393 by [[Special:Contributions/Mgg4|Mgg4]] ([[User talk:Mgg4|talk]]) too trivial plus any sentence that begins with "I believe" doesn't belong
405062393 2010-12-30T21:40:59Z Mgg4 /* Popular culture */ Add Mannheim Steamroller's use.
402889710 2010-12-17T17:48:36Z Gandalf61 rv - was clearer before
402863820 2010-12-17T14:33:33Z Friv /* Formal definition */
402863781 2010-12-17T14:33:19Z Friv /* Basic properties */
402841296 2010-12-17T10:23:40Z Friv /* Formal definition */
402821838 2010-12-17T06:30:09Z Teinesavaii /* Formal definition */ foto layout tidy
402821695 2010-12-17T06:28:19Z Teinesavaii simplify sentence
402759861 2010-12-16T21:59:34Z Friv /* Formal definition */ replaced set theory definitions by algebraic ones and tried to improve readability
402730823 2010-12-16T18:52:08Z 91.135.1.212 clarified: text changed the implied sign of d when talking about negative exponents
402679760 2010-12-16T11:59:35Z Bethchen /* External links */
402679598 2010-12-16T11:57:42Z Bethchen /* External links */
401991457 2010-12-12T18:29:32Z TheRingess Undid revision 401969499 by [[Special:Contributions/188.46.217.137|188.46.217.137]] ([[User talk:188.46.217.137|talk]]) too trivial
401969499 2010-12-12T16:01:29Z 188.46.217.137 /* Popular culture */ Lovegod-Cover
401530055 2010-12-09T23:31:09Z ClueBot NG Reverting possible vandalism by [[Special:Contributions/128.192.237.191|128.192.237.191]] to version by TheRingess. False positive? [[User:ClueBot NG/FalsePositives|Report it]]. Thanks, [[User:ClueBot NG|ClueBot NG]]. (110380) (Bot)
401530050 2010-12-09T23:31:05Z 128.192.237.191 /* Formal definition */
401212120 2010-12-08T07:34:32Z TheRingess Undid revision 401209477 by [[Special:Contributions/128.192.237.14|128.192.237.14]] ([[User talk:128.192.237.14|talk]])
401209477 2010-12-08T07:04:58Z 128.192.237.14 /* History */
399743781 2010-11-30T16:24:21Z 74.211.130.226 /* Popular culture */
399186310 2010-11-27T19:22:47Z Thnidu /* Basic properties */ Ref. for "Yoccoz para-puzzle"; see [[Talk:Mandelbrot_set#.22the_Yoccoz_parapuzzle.22|Talk]]
398599827 2010-11-24T08:44:15Z 85.23.163.175 /* Popular culture */
396761220 2010-11-14T19:51:25Z 67.173.160.208 /* External links */ added video link so students can see a good fractal zoom
395352418 2010-11-07T14:26:12Z Adam majewski /* Local connectivity */ New image
395271130 2010-11-07T01:22:48Z 92.10.121.161 /* Popular culture */
395074307 2010-11-05T23:28:58Z Tcncv Reverted edits by [[Special:Contributions/67.166.13.125|67.166.13.125]] ([[User talk:67.166.13.125|talk]]) to last revision by Wayne Olajuwon ([[WP:HG|HG]])
395074152 2010-11-05T23:27:53Z 67.166.13.125
395073333 2010-11-05T23:22:23Z Wayne Slam Reverted edits by [[Special:Contributions/67.166.13.125|67.166.13.125]] ([[User talk:67.166.13.125|talk]]) to last revision by Myasuda ([[WP:HG|HG]])
395072724 2010-11-05T23:18:28Z 67.166.13.125
393667176 2010-10-29T20:06:55Z Myasuda Undid revision 393632021 by [[Special:Contributions/209.239.209.232|209.239.209.232]] ([[User talk:209.239.209.232|talk]])
393632021 2010-10-29T16:26:23Z 209.239.209.232 /* See also */
392700490 2010-10-25T01:04:14Z Myasuda /* History */ added diacritical
392528122 2010-10-24T03:01:24Z CommonsDelinker Replacing Demm_2000.jpg with [[File:Demm_2000_Mandelbrot_set.jpg]] (by [[commons:User:ZooFari|ZooFari]] because: [[commons:Commons:File renaming|File renamed]]: Specifying the picture, not the program involved).
392472892 2010-10-23T20:52:15Z 72.95.128.11 /* Popular culture */ Missing a reference to Fractal Mode,
392435164 2010-10-23T17:08:33Z Luckas-bot robot Adding: [[da:Mandelbrotmængden]]
391673887 2010-10-19T17:14:02Z Giftlite +popularized
391658448 2010-10-19T15:34:17Z Mgiganteus1 /* Optimizations */ boldface unnecessary, so changed to italics
391631403 2010-10-19T12:24:34Z Prokofiev2 /* Image gallery of a zoom sequence */ Restore zoom sequence removed (16th of october) without good reason.
391475130 2010-10-18T17:16:06Z Giftlite /* Optimizations */ +.
391456285 2010-10-18T15:15:09Z 76.10.132.155 update link for Clarke's mistake in mandelbrot set description
391454828 2010-10-18T15:06:11Z Gandalf61 /* Geometry */ rv : note that 1/q + i tends to i, not to 0
391454394 2010-10-18T15:03:51Z HannesP Removed statement which turned out to be false, though exactly transcribed from source
391449001 2010-10-18T14:32:49Z HannesP I hope that I got the nomenclature right, and that my English is legible
391448723 2010-10-18T14:31:10Z HannesP /* Geometry */
391448650 2010-10-18T14:30:45Z HannesP /* Geometry */
391437736 2010-10-18T13:19:43Z Sjwells53 /* History */ link G-I
391420865 2010-10-18T11:15:48Z Salix alba /* Computer drawings */ add a brief overview of section and link to [[fractal-generating software]]
391396586 2010-10-18T07:52:11Z Cuddlyable3 /* Popular culture */ Granted that B. Mandelbrot did not create the set, he did famously identify it and coined the name "fractal" for it. He is thus its "father" not "inventor".
391364262 2010-10-18T03:18:20Z 76.105.247.97 /* Popular culture */ Removed "creator"—as the article makes clear, he simply rediscovered and generalized the works of Julia and Fatou
391359770 2010-10-18T02:46:06Z Luckas-bot robot Adding: [[vi:Tập Mandelbrot]]
391348805 2010-10-18T01:38:24Z 93.128.163.30 /* External links */ removed spam
391303711 2010-10-17T21:13:01Z Gandalf61 rv - already linked in lead
391300983 2010-10-17T20:55:47Z GermanX /* See also */ +link
391265757 2010-10-17T17:22:38Z Michael.Pohoreski /* History - added missing wiki link to Benoit Mandelbrot on first mention */
391205643 2010-10-17T08:47:01Z Gandalf61 /* Generalizations */ fix link
391199742 2010-10-17T07:41:39Z Lilac Soul Disambiguated: [[critical point]] → [[critical point (set theory)]], [[boundary]] → [[boundary (topology)]]
391145921 2010-10-17T00:02:40Z Modest Genius /* See also */ +Collatz fractal
391136229 2010-10-16T22:52:00Z WolfmanSF /* Further results */ split sentence; -> upper case; add period
391135227 2010-10-16T22:44:46Z TheRingess Undid revision 391135081 by [[Special:Contributions/193.49.162.12|193.49.162.12]] ([[User talk:193.49.162.12|talk]]) not really the place here, appropriate for page about Mandelbrot himself
391135081 2010-10-16T22:43:34Z 193.49.162.12 /* History */
391126133 2010-10-16T21:37:09Z Zueignung
391114884 2010-10-16T20:21:00Z Xqbot robot Modifying: [[zh:曼德博集合]]
391081703 2010-10-16T16:44:29Z 118.209.95.211 /* Zoom animation */ remove section - individual animation examples dont warrant their own section. also, the information is redundant, it is already discussed that the set never simplifies at zoom
389763149 2010-10-09T20:36:17Z 206.74.227.188 /* Popular culture */
389447716 2010-10-08T02:46:21Z TheRingess Undid revision 389440774 by [[Special:Contributions/72.95.128.11|72.95.128.11]] ([[User talk:72.95.128.11|talk]]) trivia
389440774 2010-10-08T01:54:30Z 72.95.128.11 /* Popular culture */
389298164 2010-10-07T10:56:52Z Gandalf61 rv - very unusual to use dB as a measure of visual magnification
389285337 2010-10-07T09:19:27Z Sawyeriii /* Zoom animation */
387873624 2010-09-30T07:43:59Z Prokofiev2 Undid revision 387829557 by [[Special:Contributions/173.54.111.122|173.54.111.122]] ([[User talk:173.54.111.122|talk]])
387873593 2010-09-30T07:43:39Z Prokofiev2 Undid revision 387829638 by [[Special:Contributions/173.54.111.122|173.54.111.122]] ([[User talk:173.54.111.122|talk]])
387829638 2010-09-30T01:00:07Z 173.54.111.122
387829557 2010-09-30T00:59:33Z 173.54.111.122
387276890 2010-09-27T08:35:45Z Gandalf61 sp
387276733 2010-09-27T08:34:01Z Gandalf61 rmv redundancies
387235599 2010-09-27T02:08:41Z ENeville Intro copyedit per [[WP:LEAD]].
386578212 2010-09-23T17:37:09Z TheRingess Undid revision 386539820 by [[Special:Contributions/68.179.42.243|68.179.42.243]] ([[User talk:68.179.42.243|talk]]) trivia
386539820 2010-09-23T13:50:02Z 68.179.42.243 /* Popular culture */
386185770 2010-09-21T22:24:21Z TheRingess Undid revision 386185256 by [[Special:Contributions/24.84.205.157|24.84.205.157]] ([[User talk:24.84.205.157|talk]]) p-uh-leeze don't try to add this old april fools joke as if it were true
386185256 2010-09-21T22:21:01Z 24.84.205.157 /* History */13th century Monk "Udo of Achen" first discoverer of mandelbrot set
385698324 2010-09-19T10:22:12Z 178.42.199.21 Add link with accurate coordinates.
383910087 2010-09-09T21:36:51Z 99.149.19.123 /* Other properties */
383909562 2010-09-09T21:33:50Z 99.149.19.123 /* Basic properties */ Capitalized the word "Mandelbrot"
383909246 2010-09-09T21:32:05Z 99.149.19.123 /* Formal definition */ Seperated the fragment in the image description
383908864 2010-09-09T21:29:50Z 99.149.19.123 Simply added the article " a " in the description of the initial zoomed image.
383870552 2010-09-09T17:40:31Z 87.192.28.247
383818894 2010-09-09T12:06:40Z Xqbot robot Removing: [[sr:Mandelbrotov skup]]
381199512 2010-08-26T22:19:30Z Denelson83 /* Local connectivity */ rm peacock term
381197433 2010-08-26T22:05:50Z 71.246.125.104 /* For programmers */
381197055 2010-08-26T22:04:02Z 71.246.125.104 /* For programmers */
380450167 2010-08-23T05:44:44Z Denelson83 /* Self-similarity */ What is a Feigenbaum point?
379467511 2010-08-17T20:56:54Z R'n'B Fix [[WP:DPL|links]] to [[WP:D|disambiguation]] page [[Interior]]
379437479 2010-08-17T18:02:55Z Baccyak4H /* History */ tighten wording, improve tense
379436859 2010-08-17T17:59:25Z Baccyak4H /* History */ grm + punct
379436158 2010-08-17T17:55:11Z Baccyak4H improve wording: fractal already mentioned above
379433153 2010-08-17T17:38:18Z 24.143.243.21
378793477 2010-08-13T23:35:26Z 71.217.100.36 minor edit
378336303 2010-08-11T09:47:26Z Gandalf61 Undid revision 378335746 by [[Special:Contributions/93.37.130.193|93.37.130.193]] ([[User talk:93.37.130.193|talk]]) rv - not a notable EL
378335746 2010-08-11T09:42:17Z 93.37.130.193 /* External links */
377844683 2010-08-08T17:15:03Z Cholling /* Popular culture */ Grammar
377209014 2010-08-04T23:46:23Z 76.215.118.137 /* Generalizations */
377031001 2010-08-04T00:05:50Z Denelson83 /* Continuous (smooth) coloring */ Grammar fix
376723835 2010-08-02T08:22:38Z Denelson83 Undid revision 376418551 by [[Special:Contributions/Algebraist|Algebraist]] ([[User talk:Algebraist|talk]]): Sorry, but that breaks a picture
376418551 2010-07-31T12:49:36Z Algebraist fix some hyphens
375640021 2010-07-26T23:49:48Z Denelson83 That's exactly the kind of behaviour that a Misiurewicz point yields
374677161 2010-07-21T14:12:28Z Kaini /* See also */ add the mandelbox variant of the mandelbulb
374274054 2010-07-19T08:48:19Z XJaM [[sl:Mandelbrotova množica]]
374079836 2010-07-18T03:48:46Z TeleComNasSprVen Undid revision 374077917 by [[Special:Contributions/68.104.104.147|68.104.104.147]] ([[User talk:68.104.104.147|talk]]) Irrelevant and unsourced trivia.
374077917 2010-07-18T03:31:07Z 68.104.104.147
372467131 2010-07-08T21:34:02Z SmackBot Correct cap in header and/or general fixes.
372232315 2010-07-07T16:07:44Z Zundark fix a link
371462718 2010-07-03T00:09:42Z Fotoshop /* Local connectivity */ Replaced with vector version.
371071016 2010-06-30T19:33:26Z Adam majewski /* Local connectivity */ model of M set
371041077 2010-06-30T17:03:00Z Giftlite simplify
371040907 2010-06-30T17:02:04Z Giftlite rewrite sentence
370816929 2010-06-29T17:11:22Z Giftlite /* For programmers */ beautify
370592811 2010-06-28T12:51:54Z The Nut Alpha order, external link, punctuation
370455020 2010-06-27T18:23:23Z Gandalf61 Undid revision 370451936 by [[Special:Contributions/AlecTeal93|AlecTeal93]] ([[User talk:AlecTeal93|talk]]) rmv poorly written OR - does not improve article
370451936 2010-06-27T18:02:58Z AlecTeal93 References added; Requesting constructive disgussion, Do not remove, Reference to personal site relivant(?) alec-teal.com; flag for admin intervention?
370449508 2010-06-27T17:46:43Z TheRingess Undid revision 370448229 by [[Special:Contributions/AlecTeal93|AlecTeal93]] ([[User talk:AlecTeal93|talk]]) still original material, not encyclopedic, do not add again, see [[WP:OR]]
370448229 2010-06-27T17:38:52Z AlecTeal93 Undid revision 370446504 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]]), it shows the derivation, Source me, movement to bottom of page prehaps?
370446504 2010-06-27T17:27:55Z TheRingess Undid revision 370446089 by [[Special:Contributions/AlecTeal93|AlecTeal93]] ([[User talk:AlecTeal93|talk]]) unnecessary and original research, not a forum
370446089 2010-06-27T17:25:12Z AlecTeal93 Added an informal definition for those who do not understand the formal (like myself)
370444819 2010-06-27T17:16:40Z TheRingess Undid revision 370436982 by [[Special:Contributions/AlecTeal93|AlecTeal93]] ([[User talk:AlecTeal93|talk]]) no source
370436982 2010-06-27T16:26:28Z AlecTeal93
370329757 2010-06-27T00:25:39Z TheRingess Undid revision 370323843 by [[Special:Contributions/65.27.99.243|65.27.99.243]] ([[User talk:65.27.99.243|talk]]) fan cruft
370323843 2010-06-26T23:34:02Z 65.27.99.243 /* Popular Culture */
369554182 2010-06-22T14:38:31Z TheRingess /* Popular Culture */ revert video game trivia
369551729 2010-06-22T14:21:04Z Gandalf61 rv - unsourced and barely relevant
369550860 2010-06-22T14:14:42Z 65.92.133.175 /* Popular Culture */
367990291 2010-06-14T16:04:13Z Gandalf61 /* Optimizations */ rv - that only work if imaging the whole set; a general magnified image has no symmetry to exploit
367989243 2010-06-14T15:58:08Z 85.2.158.49 /* Optimizations */
366459433 2010-06-07T00:16:06Z LinkFA-Bot Bot: [[Template:Link GA|Link GA]] +lv
366332969 2010-06-06T08:48:10Z AstaBOTh15 Bot: [[de:Mandelbrot-Menge]] is a good article
366255005 2010-06-05T21:10:38Z 77.168.121.11 /* External links */
365937294 2010-06-04T01:08:29Z RibotBOT robot Modifying: [[ro:Mulțimea lui Mandelbrot]]
363772695 2010-05-23T18:29:28Z R0uge Moved the section "3D Mandelbulb" to its own page at [[Mandelbulb]]. Added a link to it in the 'see also' section
363451903 2010-05-21T21:23:48Z Gandalf61 Undid revision 363442304 by [[Special:Contributions/199.80.186.144|199.80.186.144]] ([[User talk:199.80.186.144|talk]]) rv - was clearer before
363442304 2010-05-21T20:16:20Z 199.80.186.144 Some obscure programmer will thank me.
363367015 2010-05-21T10:49:31Z TeleComNasSprVen /* Continuous (smooth) coloring */
362405455 2010-05-16T09:43:31Z 130.225.72.113
361639564 2010-05-12T07:55:26Z LutzL /* History */
361603990 2010-05-12T02:40:50Z 65.101.251.238 /* History */
360523042 2010-05-06T14:12:31Z JDspeeder1 /* Popular Culture */
360210378 2010-05-05T03:29:10Z Mojo Hand Disambiguate [[Ray tracing]] to [[Ray tracing (graphics)]] using [[:en:Wikipedia:Tools/Navigation_popups|popups]]
360198283 2010-05-05T02:01:17Z SmackBot Date maintenance tags and general fixes: build 414:
359478618 2010-05-01T17:45:08Z Lova Falk Undid revision 359478411 by [[Special:Contributions/122.226.225.146|122.226.225.146]] ([[User talk:122.226.225.146|talk]])
359478411 2010-05-01T17:43:59Z 122.226.225.146
359421108 2010-05-01T10:48:13Z Cuddlyable3 /* Image gallery of a zoom sequence */ Clarify tag: Julia set is not really fragmented, it only appears so if drawn by backward interations.
359372612 2010-05-01T02:36:52Z Michael Hardy /* Continuous (smooth) coloring */ math notation corrections and improvements (in particular, the backslash in \log got omitted in multiple cases)
359372308 2010-05-01T02:34:42Z Michael Hardy /* For programmers */
359372222 2010-05-01T02:34:07Z Michael Hardy /* For programmers */
358452345 2010-04-26T17:58:13Z Cuddlyable3 /* Image gallery of a zoom sequence */ Rearranged magnified images in gallery to place them close to texts.
358441471 2010-04-26T17:08:51Z Cuddlyable3 /* Other non-analytic mappings */Clarified the wording of reference to a video that is in another article
357987720 2010-04-24T09:44:47Z Gandalf61 /* Exterior distance estimation */ rmv link to usefied article
357895243 2010-04-23T20:51:06Z Thiseye [[WP:AWB/T|Typo fixing]], typos fixed: regularily → regularly using [[Project:AWB|AWB]]
357430402 2010-04-21T16:27:16Z Parajedi /* 3D Mandelbulb */ an only preceeds vowel sounds, not every "h"
356655313 2010-04-17T20:18:50Z 84.245.201.59 /* Continuous (smooth) coloring */
356644308 2010-04-17T19:07:57Z 91.100.100.69 /* Optimizations */
356351247 2010-04-16T10:07:25Z Cuddlyable3 Restored observation about number of structures. "Astronomical" avoids the subjectivity of "inconceivable" while allowing the imprecision of what constitutes a structure.
356123441 2010-04-15T06:41:56Z Stephen B Streater /* Image gallery of a zoom sequence */ This number is not inconceivable
356100945 2010-04-15T03:07:39Z TeleComNasSprVen well i tried my best.
355648961 2010-04-13T00:03:13Z Shadowjams Date unlinking per [[WP:MOS|Manual of Style]], other general fixes, typo fixes using [[Project:AWB|AWB]]
355629322 2010-04-12T22:11:54Z Cuddlyable3 /* Zoom animation */ Text to zoom image thumbnail makes it clear what the reader needs to do. Corrected zoom numbers which were for a now deleted animation.
355389749 2010-04-11T19:48:23Z Gertbuschmann /* Exterior distance estimation */
355307250 2010-04-11T09:57:53Z Bsadowski1 Correcting spelling: succesive->successive
355306985 2010-04-11T09:55:28Z Gertbuschmann /* Hyperbolic components */
355195626 2010-04-10T19:49:19Z Gertbuschmann /* Continuous (smooth) coloring */
355113222 2010-04-10T09:47:57Z 81.154.27.74 /* Hyperbolic components */ don't mix LaTex and text
355070645 2010-04-10T02:55:22Z 87.55.105.113 /* Hyperbolic components */
355070387 2010-04-10T02:53:21Z 87.55.105.113 /* Hyperbolic components */
354812698 2010-04-08T20:07:15Z Gertbuschmann /* Hyperbolic components */ centres
354809616 2010-04-08T19:50:52Z Gertbuschmann /* Exterior distance estimation */
354786550 2010-04-08T17:52:38Z Gertbuschmann
354658937 2010-04-08T01:52:00Z Gertbuschmann
354506979 2010-04-07T11:06:46Z Gertbuschmann
353887347 2010-04-04T10:43:24Z Xqbot robot Modifying: [[sr:Mandelbrotov skup]]
353808563 2010-04-03T23:14:10Z Luckas-bot robot Adding: [[sr:Манделброт скуп]]
353561471 2010-04-02T15:39:47Z Gandalf61 rv - the complex plane doesn't have pixels; pixels don't have real and imaginary parts
353487771 2010-04-02T04:24:19Z 78.182.239.248 /* For programmers */
352798729 2010-03-29T19:37:19Z 68.0.215.122 /* Popular Culture */
352797447 2010-03-29T19:31:00Z 68.0.215.122 /* Popular Culture */
351468789 2010-03-23T00:06:58Z Kay Dekker /* Hyperbolic components */ Citation rq.
351258720 2010-03-21T23:47:29Z Kaini /* 3D Mandelbulb */ no need for quotes here
351150936 2010-03-21T12:28:48Z 92.225.98.222 dead link
351116698 2010-03-21T06:09:49Z 122.106.159.64 /* Popular Culture */
350918553 2010-03-20T03:51:34Z TeleComNasSprVen Added link to bottom of page.
350699936 2010-03-19T00:26:30Z TeleComNasSprVen Deletion of images that should be moved to their respective articles. Please revert this edit if you must but do not revert the previous one below.
350698289 2010-03-19T00:17:01Z TeleComNasSprVen
350293867 2010-03-16T22:51:57Z Citation bot Citation maintenance. [78]Added: issue, pmc. [[User:Rjwilmsi|Rjwilmsi]]
349141879 2010-03-11T02:56:01Z TeleComNasSprVen Do not delete any images in the article unless you are the author of said image(s) or a consensus had been reached in the talk page for the images' deletion.
349001091 2010-03-10T14:50:37Z Spot /* 3D Mandelbulb */ 3 pictures is too much
348318711 2010-03-07T12:21:40Z 188.36.196.123 /* Computer drawings */ removed unsourced, incorrect description of a song
347811150 2010-03-05T00:15:02Z 69.244.41.7 The lyrics don't support this claim
347481812 2010-03-03T09:52:24Z 74.7.11.181 changed "Mandelbrot Set" to "Mandelbrot set" - consistent capitalization
347360942 2010-03-02T20:23:06Z Salix alba /* Computer drawings */ rm list of techniques, which are better dealt with by the text below
347008240 2010-03-01T02:26:15Z David R Byrne /* See also */
346480661 2010-02-26T12:20:07Z AndrewWTaylor /* Optimizations */ no need for all those "note"s
346449087 2010-02-26T06:13:41Z 208.66.38.13 /* Other non-analytic mappings */ Fix description of multibrot movie.
345976343 2010-02-23T23:07:19Z Goodvac Reverted 1 edit by [[Special:Contributions/153.107.97.155|153.107.97.155]] identified as [[WP:VAND|vandalism]] to last revision by [[User:89.246.196.84|89.246.196.84]]. ([[WP:TW|TW]])
345807863 2010-02-23T03:54:56Z 153.107.97.155
345742833 2010-02-22T21:46:10Z 89.246.196.84 /* Interior distance estimation */ formulae simplified
345741505 2010-02-22T21:39:49Z 89.246.196.84 /* Exterior distance estimation */ formulae simplified
345281794 2010-02-20T20:53:50Z 137.110.35.43 /* Basic properties */
345113188 2010-02-19T23:25:40Z 89.246.169.161 formula beautified
345112583 2010-02-19T23:22:03Z 89.246.169.161 formula beautified
345106421 2010-02-19T22:45:50Z 89.246.163.237 formula beautified
345105387 2010-02-19T22:39:31Z 89.246.163.237 typo in LaTeX formula
343535421 2010-02-12T12:52:30Z Gandalf61 rv - there is already a link to Wikimedia Commons Mandelbrot set page at bottom of article
343448603 2010-02-12T00:06:14Z Soler97 added link to wikimedia
343446150 2010-02-11T23:52:20Z 129.72.164.142 /* Formal definition */ replaced \to with \mapsto
342172057 2010-02-05T21:45:04Z 76.168.193.127 /* Optimizations */
342164244 2010-02-05T21:00:27Z 76.168.193.127 /* Optimizations */ Improved inequality for Mandelbrot cardioid test.
341669928 2010-02-03T12:21:40Z Soler97 replaced first mandelbulb image by a much clearer one
340914450 2010-01-30T15:50:18Z David R Byrne /* See also */
340914218 2010-01-30T15:48:45Z David R Byrne /* See also */
340343846 2010-01-27T15:24:05Z 134.206.19.204 /* Popular Culture */
340120000 2010-01-26T12:07:19Z David R Byrne /* See also */
340016192 2010-01-25T22:40:16Z Nbarth math viz
339752475 2010-01-24T17:14:49Z SmackBot /* Other properties */Date maintenance tags: build 391:,
339528146 2010-01-23T13:20:37Z Banus /* Relationship with Julia sets */ need references
338035775 2010-01-15T18:18:14Z Giftlite /* See also */ −wlink already included in the main article
338035547 2010-01-15T18:16:57Z Giftlite mv box up
338035381 2010-01-15T18:15:56Z Giftlite /* 3D Mandelbulb */ +.
338035299 2010-01-15T18:15:30Z Giftlite /* Optimizations */ −sp
338035202 2010-01-15T18:14:55Z Giftlite /* For programmers */ +.
337348499 2010-01-12T07:55:14Z Simpsons contributor New image
336788464 2010-01-09T12:27:31Z Klaus Zipfel i is not the Squareroot of -1. If so, then -1 = i² = sqrt(-1)sqrt(-1) = sqrt(-1 * (-1)) = sqrt(1) = 1 would be true (which isn't). It's defined by i² = -1
336513377 2010-01-08T01:08:11Z Soler97
336344873 2010-01-07T05:08:49Z Doomed Rasher
335118053 2009-12-31T15:44:24Z Shiftchange add first sighting of the set, ref
335041557 2009-12-31T04:04:08Z TheRingess [[WP:UNDO|Undid]] revision 335018331 by [[Special:Contributions/Simpsons contributor|Simpsons contributor]] ([[User talk:Simpsons contributor|talk]]) link spam
335018331 2009-12-31T01:18:02Z Simpsons contributor /* Image gallery of a zoom sequence */
332149211 2009-12-16T23:39:51Z Jerstlouis Added pretty renders of the Mandelbulb
330654274 2009-12-09T12:29:28Z 195.159.61.154
330167892 2009-12-07T02:14:45Z Artuno
330100178 2009-12-06T19:01:51Z TheRingess [[WP:UNDO|Undid]] revision 330078607 by [[Special:Contributions/76.115.33.117|76.115.33.117]] ([[User talk:76.115.33.117|talk]]) undo, viral marketing
330078607 2009-12-06T16:30:09Z 76.115.33.117 /* Popular Culture */
329939275 2009-12-05T21:41:09Z Balabiot /* 3D Mandelbulb */ using arcsin shows why z=r^n \sin(n\phi) is more consistent
329939070 2009-12-05T21:39:50Z Balabiot /* 3D Mandelbulb */ see http://www.bugman123.com/Hypercomplex/#MandelbulbZ this definition allows to define operators, not just squaring
329938124 2009-12-05T21:33:41Z Balabiot /* 3D Mandelbulb */ it's not traditional hypercomplex
328971905 2009-12-01T05:09:35Z 96.15.174.18 /* Zoom animation */
328187992 2009-11-27T10:20:14Z Gandalf61 rv vague sentence - what is "much excitement" ? where are "various articles" ?
328170702 2009-11-27T07:16:53Z 70.69.170.73 /* 3D Mandelbulb */
327828557 2009-11-25T08:15:24Z 193.183.192.109 /* For programmers */
327413696 2009-11-23T04:23:42Z SteveBaker /* See also */ Remove "see also" that links to a section in this very document!
327405174 2009-11-23T03:21:15Z Darkicebot robot Adding: [[simple:Mandelbrot set]]
326579040 2009-11-18T18:31:47Z 69.228.171.150 /* 3D Mandelbulb */ use angle brackets instead of curly brackets, and mention they like n=8.
326552484 2009-11-18T15:58:11Z TheRingess /* Popular Culture */ removed external link
326514349 2009-11-18T10:48:56Z 69.228.171.150 3D Mandelbulb add section (replaces [[3D Mandelbulb]] stub article)
326416681 2009-11-17T21:40:07Z Paul August [[Help:Reverting|Reverted]] edits by [[Special:Contributions/85.178.93.220|85.178.93.220]] ([[User talk:85.178.93.220|talk]]) to last version by Zoeb
326249222 2009-11-16T23:38:10Z 85.178.93.220 /* For programmers */
326224064 2009-11-16T21:08:00Z ZoeB /* For programmers */
326200531 2009-11-16T18:44:23Z Anders Kaseorg /* Continuous (smooth) coloring */ The two formulas were essentially equivalent, so just give the general one in simplest form.
326187370 2009-11-16T17:16:48Z 69.228.171.150 /* Further reading */ tone down sales pitch
326143984 2009-11-16T11:17:00Z CharlesC /* See also */
326133497 2009-11-16T09:21:28Z 208.64.242.114 /* Popular Culture */
326093622 2009-11-16T02:46:58Z 70.250.178.223 only applies to bondary regions
326091453 2009-11-16T02:31:43Z 71.11.243.123 /* For programmers */
326088236 2009-11-16T02:10:06Z 71.11.243.123 /* For programmers */ I put the control structure inside the loop and made the loop test at the end of each cycle so it could test for the last pixel.
326087786 2009-11-16T02:06:41Z 71.11.243.123 /* For programmers */
326032516 2009-11-15T20:18:33Z Julesruis~enwiki /* External links */
325416776 2009-11-12T10:43:17Z Simpsons contributor /* Optimizations */
325416372 2009-11-12T10:38:44Z Simpsons contributor /* Optimizations */
325324885 2009-11-11T22:17:34Z Metricist /* Basic properties */
325262227 2009-11-11T16:11:27Z Simpsons contributor /* Relationship with Julia sets */
324144819 2009-11-05T20:34:48Z Baccyak4H /* See also */ clean up silly
324143982 2009-11-05T20:29:45Z Baccyak4H /* Basic properties */ tightne math notation; use gaps template
324142847 2009-11-05T20:23:24Z Baccyak4H /* History */ uncap
324115082 2009-11-05T17:34:34Z 84.36.231.64 /* See also */
323581424 2009-11-03T00:09:03Z Specs112 Reverted edits by [[Special:Contributions/76.202.218.32|76.202.218.32]] to last revision by Arjun01 ([[WP:HG|HG]])
323581386 2009-11-03T00:08:50Z 76.202.218.32 /* Image gallery of a zoom sequence */
323581181 2009-11-03T00:07:49Z 76.202.218.32 /* Image gallery of a zoom sequence */
323580722 2009-11-03T00:05:36Z Arjun01 Reverted edits by [[Special:Contributions/76.202.218.32|76.202.218.32]] to last revision by Specs112 ([[WP:HG|HG]])
323580700 2009-11-03T00:05:29Z 76.202.218.32 /* Formal definition */
323580555 2009-11-03T00:04:44Z Specs112 Reverted edits by [[Special:Contributions/76.202.218.32|76.202.218.32]] to last revision by Gandalf61 ([[WP:HG|HG]])
323580523 2009-11-03T00:04:33Z 76.202.218.32 /* Formal definition */
323256382 2009-11-01T10:45:29Z Gandalf61 rv new section - it adds nothing to the informal description already given in the lead paragraph
322907488 2009-10-30T12:16:42Z 82.1.243.69 /* Informal description */
322542904 2009-10-28T14:47:36Z Gaiacarra /* Informal description */
322542691 2009-10-28T14:46:20Z Gaiacarra /* Informal description */
322542281 2009-10-28T14:44:04Z Gaiacarra /* Informal description */ - corrected an error
322388400 2009-10-27T19:08:54Z Gaiacarra Added section "Informal description".
321327924 2009-10-22T04:45:58Z Matthew Chapman [[WP:UNDO|Undid]] revision 321279392 by [[Special:Contributions/66.56.248.248|66.56.248.248]] ([[User talk:66.56.248.248|talk]])
321279392 2009-10-21T22:25:49Z 66.56.248.248
320313131 2009-10-16T23:45:48Z TXiKiBoT robot Adding: [[sh:Mandelbrotov skup]]
319445642 2009-10-12T16:35:59Z Gandalf61 rmv unsourced addition - who is Andrew Leonforte ???
319435539 2009-10-12T15:31:47Z Cuddlyable3 Repaired broken link to Benoit Mandelbrot
319422522 2009-10-12T14:05:50Z 58.173.218.189
316307555 2009-09-26T14:10:04Z Gandalf61 as this is pseudocode, "while loop" is clearer - using C "for loop" syntax is simply opaque
316303987 2009-09-26T13:43:29Z NetRolller 3D /* For programmers */
309972406 2009-08-25T13:51:20Z David Hawley [[WP:UNDO|Undid]] revision 309971736 by [[Special:Contributions/208.79.178.178|208.79.178.178]] ([[User talk:208.79.178.178|talk]])
309971736 2009-08-25T13:46:30Z 208.79.178.178
309477670 2009-08-22T20:05:23Z Ycarcomed /* Relationship with Julia sets */
309129724 2009-08-20T20:33:48Z Sean D Martin We do loves out commas! (Sometimes too much.)
306524417 2009-08-07T02:37:15Z Medical geneticist /* Popular Culture */
304373055 2009-07-26T23:10:20Z Cuddlyable3 Added Category:Articles with example pseudocode
302986162 2009-07-19T18:16:32Z 98.117.101.10 explain "i"
302190469 2009-07-15T08:20:56Z 84.65.45.178 /* Popular Culture */
301805493 2009-07-13T04:23:24Z Dfeldmann /* Formal definition */
301805263 2009-07-13T04:21:36Z Dfeldmann /* Formal definition */
301805104 2009-07-13T04:20:06Z Dfeldmann /* Formal definition */
301440684 2009-07-10T21:13:12Z Potatoswatter /* Formal definition */ nonstandard supercript compose-circle looks like an "o"; don't test whether the supremum is defined by comparing (!!) it to infinity
299870147 2009-07-02T11:40:01Z Cuddlyable3 rv partial vandalism "equatio" keeping correct edit "requires"
299696215 2009-07-01T14:24:03Z 59.92.189.17 /* Continuous (smooth) coloring */
298348904 2009-06-24T13:31:43Z Chadernook /* Continuous (smooth) coloring */
298194175 2009-06-23T20:22:39Z Cuddlyable3 Removed fact tag. I have confirmed the calculation with the zoom image creator GregL .
298178801 2009-06-23T18:58:55Z Chadernook /* Continuous (smooth) coloring */
298178568 2009-06-23T18:57:40Z Chadernook /* Continuous (smooth) coloring */
298178131 2009-06-23T18:55:15Z Georgepowell2008 /* Zoom animation */
298178014 2009-06-23T18:54:48Z Chadernook /* Continuous (smooth) coloring */ - adding detail of bailout radius glitches and smooth coloring
296109896 2009-06-13T04:31:50Z Paul August [[WP:RBK|Reverted]] edits by [[Special:Contributions/82.44.234.200|82.44.234.200]] ([[User talk:82.44.234.200|talk]]) to last version by TheRingess
296021139 2009-06-12T18:28:09Z 82.44.234.200
295677859 2009-06-10T23:26:03Z TheRingess [[WP:UNDO|Undid]] revision 295677357 by [[Special:Contributions/67.204.249.31|67.204.249.31]] ([[User talk:67.204.249.31|talk]]) trivia and marketing
295677357 2009-06-10T23:22:45Z 67.204.249.31 /* Popular Culture */
295550204 2009-06-10T09:50:40Z Gandalf61 /* For programmers */ rmv comments
295545288 2009-06-10T09:02:01Z 98.237.141.132 /* For programmers */
294997309 2009-06-07T16:25:43Z Cxz111 Reverted edits by [[Special:Contributions/82.2.21.223|82.2.21.223]] to last revision by Gandalf61 ([[WP:HG|HG]])
294996244 2009-06-07T16:19:27Z 82.2.21.223 /* For programmers */
293552988 2009-05-31T17:59:39Z Gandalf61 /* Interior distance estimation */ rmv lengthy and unsourced derivation
293552611 2009-05-31T17:57:43Z Gandalf61 rv C code - unsourced and too lengthy
293506778 2009-05-31T12:58:08Z 89.110.48.158 /* For programmers */
292014454 2009-05-24T14:06:27Z Cuddlyable3 Reverted a change of variable from c to z which is inconsistent with the rest of the article.
292011268 2009-05-24T13:42:25Z 173.3.93.175
291870449 2009-05-23T20:04:28Z Rich Farmbrough clean up- spelling "et al." and gen fixes
288303895 2009-05-06T17:26:45Z Zom-B file updated --> text updated
282554093 2009-04-08T14:04:11Z 128.143.67.164 added link to the complex plane
280976511 2009-04-01T00:20:32Z Droog Andrey /* Continuous (smooth) coloring */
280975969 2009-04-01T00:17:36Z Droog Andrey /* Continuous (smooth) coloring */
278141914 2009-03-18T17:10:53Z TheRingess [[WP:UNDO|Undid]] revision 278140715 by [[Special:Contributions/206.211.149.10|206.211.149.10]] ([[User talk:206.211.149.10|talk]]) trivia
278140715 2009-03-18T17:04:55Z 206.211.149.10
277970905 2009-03-17T22:31:01Z Pt /* For programmers */ TeXfixes
277114360 2009-03-14T03:46:02Z TheRingess [[WP:UNDO|Undid]] revision 277113875 by [[Special:Contributions/74.209.2.250|74.209.2.250]] ([[User talk:74.209.2.250|talk]]) trivia
277113875 2009-03-14T03:42:40Z 74.209.2.250 /* Popular Culture */
276013431 2009-03-09T11:30:29Z Gandalf61 rmv very very minor occurance of Mandelbrot set in Discworld novel
275945129 2009-03-09T02:04:58Z 92.24.70.158 /* Popular Culture */
274848364 2009-03-04T04:06:18Z 130.123.192.23 /* For programmers) */
274148346 2009-03-01T14:37:38Z ScAvenger lv:interwiki
273388577 2009-02-26T09:08:01Z Dfeldmann /* Self-similarity */ additon of the pdf of the Tan Lei reference
272750325 2009-02-23T17:01:43Z 84.238.26.226 /* For programmers */
272275431 2009-02-21T15:20:33Z ToobMug /* Continuous (smooth) coloring */ In simplifying the part on the left of the subtraction the inner log must be base 2 to get 1, so the same must be done on the right.
268613244 2009-02-05T02:48:31Z SmackBot Date maintenance tags and general fixes
268511599 2009-02-04T18:01:57Z 68.188.164.248 Yoccoz' work should be cited.
268128545 2009-02-02T22:46:49Z 9258fahsflkh917fas
268128147 2009-02-02T22:44:50Z 9258fahsflkh917fas
268127422 2009-02-02T22:41:22Z 9258fahsflkh917fas
267154981 2009-01-29T08:40:38Z Cuddlyable3 /* Other non-analytic mappings - rewrote sentences about multibrot. Removed OR idea about 3D structure. */
266994711 2009-01-28T16:46:10Z 86.160.136.146 /* Other non-analytic mappings */
265738711 2009-01-22T17:23:55Z Gandalf61 doesn't need to be in lead - it's already mention under "Generalizations"
265736943 2009-01-22T17:14:23Z Salisbury-99
265736717 2009-01-22T17:13:10Z Salisbury-99 Mention of Multibrot link~~~~
264690013 2009-01-17T16:45:41Z BOTarate robot Modifying: [[ar:مجموعة ماندلبرو]]
264462408 2009-01-16T14:04:25Z Cuddlyable3 /* Zoom animation - deleted "into the center" - center of what is unclear */
264415389 2009-01-16T06:14:58Z Simpsons contributor deeper
264401067 2009-01-16T04:12:18Z 69.205.59.87 /* Continuous (smooth) coloring */
263466361 2009-01-11T22:42:36Z 86.71.9.161 /* Other properties */
262948400 2009-01-09T11:14:52Z Gandalf61 /* See also */ rv unsourced and *very* unlikely claim
262836614 2009-01-08T21:54:22Z 96.50.151.150 /* See also */
262664564 2009-01-08T02:01:38Z Simpsons contributor New animation
261729353 2009-01-03T19:09:36Z 81.155.137.69 /* The main cardioid and period bulbs */
261728771 2009-01-03T19:06:55Z 81.155.137.69 /* The main cardioid and period bulbs */
259083798 2008-12-20T02:12:13Z Rjwilmsi [[User:Rjwilmsi#Other_fixes|gen fixes]]: (1) using [[Project:AutoWikiBrowser|AWB]]
258914099 2008-12-19T03:56:51Z Sligocki /* Basic properties */
257976877 2008-12-14T21:14:58Z 62.116.194.158
257976611 2008-12-14T21:13:31Z 62.116.194.158
257809941 2008-12-14T01:17:40Z 75.49.116.72
257422083 2008-12-12T03:55:04Z 71.199.182.102 "a" is more commonly used to describe terms
256277060 2008-12-06T19:32:01Z Svick /* Computer drawings */
256276827 2008-12-06T19:30:20Z Svick /* Distance estimates */
256276667 2008-12-06T19:29:17Z Svick /* Computer drawings */
256276552 2008-12-06T19:28:28Z Svick /* Computer drawings */
256275938 2008-12-06T19:24:31Z Svick /* History */
256275755 2008-12-06T19:23:17Z Svick /* References */
256274192 2008-12-06T19:11:35Z Svick /* Continuous (smooth) coloring */
256274165 2008-12-06T19:11:23Z Svick /* Popular Culture */
256273975 2008-12-06T19:10:08Z Svick /* Distance estimates */
256273928 2008-12-06T19:09:52Z Svick /* Continuous (smooth) coloring */
256273557 2008-12-06T19:07:33Z Svick /* For programmers */
256273212 2008-12-06T19:05:12Z Svick /* Computer drawings */
256269356 2008-12-06T18:39:09Z Svick /* Computer drawings */
256268668 2008-12-06T18:34:49Z Svick /* Zoom animation */
256268137 2008-12-06T18:31:10Z Svick /* Zoom animation */
256267931 2008-12-06T18:30:03Z Svick /* Geometry */
256267134 2008-12-06T18:24:44Z Svick /* Hyperbolic components */
256266334 2008-12-06T18:19:25Z Svick /* The main cardioid and period bulbs */
256265878 2008-12-06T18:16:20Z Svick /* The main cardioid and period bulbs */
256265686 2008-12-06T18:15:00Z Svick /* The main cardioid and period bulbs */
256265325 2008-12-06T18:12:41Z Svick /* Formal definition */
256264766 2008-12-06T18:08:42Z Svick /* History */
255492731 2008-12-02T21:00:37Z Giftlite [[WP:UNDO|Undid]] revision 255488202 by [[Special:Contributions/143.88.65.110|143.88.65.110]] ([[User talk:143.88.65.110|talk]])
255488202 2008-12-02T20:37:47Z 143.88.65.110 /* History */
255103453 2008-12-01T00:42:07Z Citation bot Updating page numbers after [[Template_talk:Cite_book#Ready_to_go|recent improvement]] to [[Template:Cite book]]. Formatted: pages.
253681034 2008-11-23T23:04:18Z Cuddlyable3 rv "superscript text"
253654361 2008-11-23T20:44:44Z 78.59.136.213 /* Escape time algorithm */
253612199 2008-11-23T16:26:11Z 69.223.151.185
253612106 2008-11-23T16:25:24Z 69.223.151.185
253000107 2008-11-20T16:03:59Z TheRingess [[WP:UNDO|Undid]] revision 252995466 by [[Special:Contributions/58.152.195.158|58.152.195.158]] ([[User talk:58.152.195.158|talk]]) figure of speech
252995466 2008-11-20T15:34:41Z 58.152.195.158 /* The main cardioid and period bulbs */ does one?
252917514 2008-11-20T03:10:04Z TheRingess [[WP:UNDO|Undid]] revision 252914413 by [[Special:Contributions/173.70.73.253|173.70.73.253]] ([[User talk:173.70.73.253|talk]]) no they don't
252914413 2008-11-20T02:48:53Z 173.70.73.253 /* Popular Culture */
252556678 2008-11-18T12:25:53Z 60.43.49.29 /* For programmers */
250859745 2008-11-10T12:52:33Z Gandalf61 [[WP:UNDO|Undid]] revision 250857047 by [[Special:Contributions/147.197.213.115|147.197.213.115]] ([[User talk:147.197.213.115|talk]]) rvv
250857047 2008-11-10T12:28:53Z 147.197.213.115 /* Basic properties */
250845799 2008-11-10T10:39:02Z 146.50.9.98 /* Formal definition */
250845694 2008-11-10T10:37:53Z 146.50.9.98 /* Formal definition */
249879978 2008-11-05T18:21:59Z JonathanDP81 /* Popular Culture */ [[The Ghost from the Grand Banks]]
249784593 2008-11-05T04:09:21Z Greg L zoom animation section re-done for better page layout
249783926 2008-11-05T04:01:50Z 71.218.239.92
249707374 2008-11-04T19:48:13Z Greg L /* Zoom animation */ Caption revised with carbon atom comparison
249670638 2008-11-04T16:53:19Z Greg L /* Zoom animation */ New caption for new animation
249645268 2008-11-04T14:17:47Z SiriusB /* Continuous (smooth) coloring */ formulas are now equations
249644285 2008-11-04T14:10:37Z SiriusB /* Continuous (smooth) coloring */ fixed a formula error (see source!)
249576335 2008-11-04T04:18:21Z Greg L /* Image gallery of a zoom sequence */ Animation added
249350274 2008-11-03T06:17:50Z Gandalf61 rv - 'after' is better
249320742 2008-11-03T02:51:27Z 125.239.129.47
249228873 2008-11-02T18:21:16Z Adam majewski /* History */
249228733 2008-11-02T18:20:16Z Adam majewski /* History */
249228539 2008-11-02T18:18:36Z Adam majewski /* History */ external link
246593309 2008-10-20T22:01:27Z TheRingess [[WP:UNDO|Undid]] revision 246463410 by [[Special:Contributions/84.14.227.131|84.14.227.131]] ([[User talk:84.14.227.131|talk]]) link spam
246463410 2008-10-20T09:22:33Z 84.14.227.131 /* External links */
244173701 2008-10-09T17:25:57Z Giftlite mv "See also" up
244162093 2008-10-09T16:28:34Z Deor Reverted edits by [[Special:Contributions/204.82.235.32|204.82.235.32]] ([[User talk:204.82.235.32|talk]]) to last version by Tabletop
244162032 2008-10-09T16:28:13Z 204.82.235.32 /* History */
243103260 2008-10-05T04:31:02Z Tabletop Spell intenal => internal
243053216 2008-10-04T22:55:55Z Lightbot Dates per [[wp:mosnum]]/Other
242801984 2008-10-03T18:46:24Z Michael Hardy /* Generalizations */
242079459 2008-09-30T20:55:42Z Adam majewski /* The main cardioid and period bulbs */ better image
241557832 2008-09-28T16:30:02Z Cuddlyable3 /* Generalizations - multibrot content moved to [[Multibrot_sets]]*/
241537675 2008-09-28T14:35:15Z Joshua Issac /* Generalizations */ More spaces
241537392 2008-09-28T14:33:27Z Joshua Issac /* Generalizations */ Replacing "<--" with "<math>\mapsto</math>" [I hope this is what was intended by the author].
239648065 2008-09-19T20:41:46Z Salix alba fix link to [[set (mathematics)]] using [[Project:AutoWikiBrowser|AWB]]
239125801 2008-09-17T22:28:53Z Adam majewski /* Distance estimates */ new ref
238736251 2008-09-16T03:51:12Z Piano non troppo Reverted edits by [[Special:Contributions/128.61.80.85|128.61.80.85]] ([[User talk:128.61.80.85|talk]]) using [[User:MichaelBillington/MWT|MWT]]
238736191 2008-09-16T03:50:43Z 128.61.80.85
238716108 2008-09-16T01:44:23Z Reywas92 rm extra space
238494804 2008-09-15T02:27:37Z TheRingess removed spam
238466344 2008-09-14T23:41:55Z 75.91.19.10 /* In Popular Culture */
238466184 2008-09-14T23:41:03Z 75.91.19.10
238389981 2008-09-14T16:52:26Z 69.62.155.51 /* Pseudocode */
236413705 2008-09-05T09:08:36Z Adam majewski [[WP:UNDO|Undid]] revision 236413486 by [[Special:Contributions/Adam majewski|Adam majewski]] ([[User talk:Adam majewski|talk]]) it is written below
236413486 2008-09-05T09:06:41Z Adam majewski /* Formal definition */ boundary as a Bifurcation locus
235818984 2008-09-02T14:19:03Z MapartUS
235132122 2008-08-30T05:31:52Z 71.237.136.89 /* For programmers */
235131346 2008-08-30T05:23:53Z 71.237.136.89 /* For programmers */
234815334 2008-08-28T17:08:15Z Cuddlyable3 Revert. Please first join us on the talk page in discussing the fractional power results (which may develop into a new article). Behaviour near d=0 can be described exactly.
234386063 2008-08-26T17:00:03Z Salisbury-99 /* Positive powers */
234326862 2008-08-26T11:04:19Z MapartUS /* History */ added citation
234322590 2008-08-26T10:24:13Z Gandalf61 /* Continuous (smooth) coloring */ equation -> formula (see talk page) + other minor fixes
232462197 2008-08-17T09:03:54Z Gandalf61 /* External links */ "Fractal curves" category does exist (error was due to misspelling "catagory") but M. set is not a curve
232377600 2008-08-16T21:23:04Z Adam majewski /* External links */ removed (commented ) non existing category
232151567 2008-08-15T18:17:43Z 146.209.130.1
231889343 2008-08-14T12:09:30Z 86.163.39.85 /* Other non-analytic mappings */
231559833 2008-08-12T23:31:37Z GeeJo [[Category:Articles containing video clips]]
230013264 2008-08-05T16:37:59Z VolkovBot robot Adding: [[tr:Mandelbrot kümesi]]
229967580 2008-08-05T11:58:19Z Gandalf61 rv - not here - maybe take it to
229963567 2008-08-05T11:24:04Z 193.195.113.153 /* External links */
229192866 2008-08-01T08:56:09Z Gandalf61 rv link to new article about non-notable screen saver
229187461 2008-08-01T07:53:22Z Morph78 /* See also */
227710881 2008-07-24T21:56:37Z Liko81 /* Escape time algorithm */
226567614 2008-07-19T03:14:28Z THEN WHO WAS PHONE? Reverted 1 edit by [[Special:Contributions/211.28.186.16|211.28.186.16]] identified as [[WP:VAND|vandalism]] to last revision by [[User:89.113.78.50|89.113.78.50]]. ([[WP:TW|TW]])
226567122 2008-07-19T03:10:13Z 211.28.186.16
226191193 2008-07-17T07:00:03Z 89.113.78.50 /* Negative powers */ correction of powers for Multibrot illustrations captions
226190717 2008-07-17T06:55:20Z 89.113.78.50 /* Positive powers */
225769212 2008-07-15T09:09:44Z Phobomaniak /* Image gallery of a zoom sequence */ corrected numbers for size of magnification (I tested it on my own fractal drawer, and found a magnifaction factor of 10 trillion, not 60
224645964 2008-07-09T20:11:00Z TheRingess [[WP:UNDO|Undid]] revision 224625331 by [[Special:Contributions/71.175.247.140|71.175.247.140]] ([[User talk:71.175.247.140|talk]])
224625331 2008-07-09T18:35:11Z 71.175.247.140 If I did my homework first, this wouldn't be wikipedia!
224615540 2008-07-09T17:48:16Z TheRingess [[WP:UNDO|Undid]] revision 224613845 by [[Special:Contributions/71.175.247.140|71.175.247.140]] ([[User talk:71.175.247.140|talk]]) article was correct, please do homework before editing
224613845 2008-07-09T17:39:31Z 71.175.247.140 x-sub-0 = c, not 0. If x-sub-0 = 0, then i is not bounded. Also, 0 is not in the sequences (as x-sub-0 is not 0 but c). I'm proud of myself for making this correction! :)
224132918 2008-07-07T13:37:44Z C S remove pointless section
224121840 2008-07-07T12:15:14Z Vancera added pop culture ref
223759675 2008-07-05T17:34:53Z 24.166.123.187
223759321 2008-07-05T17:32:58Z 24.166.123.187
223759078 2008-07-05T17:31:36Z 24.166.123.187
222295776 2008-06-28T15:50:12Z Fractious Jell
222244383 2008-06-28T08:39:46Z 68.81.97.109 /* Exterior distance estimation */
222242837 2008-06-28T08:21:46Z Gandalf61 rv - see [[WP:MOSMATH]] - HTML formatting is legit if it is used consistently and avoids in-line PNGs
222194989 2008-06-28T00:55:24Z 4.242.87.85 Replaced some html-ized equations with tex.
220740696 2008-06-21T10:27:23Z Cuddlyable3 Generalizations: Pseudo codes corrected. z^5 was unnecessary.
220577007 2008-06-20T15:03:54Z Cuddlyable3 /* Generalizations - added plots and pseudocode for integer powers*/
220413402 2008-06-19T19:10:23Z Doctormatt revert EL: Open Directory Project has plenty of such links
220325867 2008-06-19T09:16:03Z 202.74.198.4
220263427 2008-06-19T00:57:18Z Doctormatt rvv
220252221 2008-06-18T23:44:51Z 149.169.45.58
219296556 2008-06-14T15:19:43Z Tango changed intro wording - I think it's clear this way, feel free to disagree
219273122 2008-06-14T12:29:59Z Cuddlyable3 further change to non-technical description
219267250 2008-06-14T11:44:26Z Cuddlyable3 /* Generalizations - moving interesting image to Talk*/
219261838 2008-06-14T10:55:55Z Cuddlyable3 Less-technical language in introduction
219237605 2008-06-14T06:46:49Z DOI bot Citation maintenance. Initiated by [[User:Fconaway|Fconaway]]. You can [[WP:DOI|use this bot]] yourself! Please [[User:DOI_bot/bugs|report any bugs]].
219135892 2008-06-13T19:05:26Z Tango adding less technical definition to first paragraph - could probably be phrased a little better
218386666 2008-06-10T12:30:06Z Danwills /* Generalizations */
218369224 2008-06-10T10:03:06Z Cuddlyable3 /* Generalizations - image reverted following consensus on Talk page (where it is not lost) */
218276617 2008-06-09T22:39:23Z Danwills /* Generalizations */
218183359 2008-06-09T14:57:02Z Danwills /* Generalizations */
218181560 2008-06-09T14:46:16Z Danwills /* Relationship with Julia sets */
218180562 2008-06-09T14:39:55Z 59.100.136.44 /* See also */
218164724 2008-06-09T13:04:06Z Cuddlyable3 rv This does not appear to be a part of the Mandelbrot set. It lacks the symmetry that is found at all scales and appears to be home-made picture of chaos. If you disagree please bring it to Talk.
218136044 2008-06-09T09:17:01Z El C that's why it's in the Generalization sections (though, notwithstanding the s'moothing,' etc., it appears to be from the set, coordinates and all)
218135770 2008-06-09T09:14:45Z Cuddlyable3 Removed random but pretty picture that is not of the Mandelbrot set ~~~~
217614266 2008-06-06T20:45:52Z Gandalf61 [[WP:UNDO|Undid]] revision 217593164 by [[Special:Contributions/Starplasm|Starplasm]] ([[User talk:Starplasm|talk]]) rvv
217593164 2008-06-06T18:57:47Z Starplasm
217585100 2008-06-06T18:14:44Z Fightinwords /* Further reading */ Music from Colours of Infinity was by a member of Pink Floyd, not by the whole band.
217543035 2008-06-06T14:45:22Z Gandalf61 rv spam link
217530690 2008-06-06T13:26:27Z Starplasm [[WP:UNDO|Undid]] revision 217449802 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]])
217465713 2008-06-06T03:54:10Z TheRingess [[WP:UNDO|Undid]] revision 217458351 by [[Special:Contributions/99.247.148.203|99.247.148.203]] ([[User talk:99.247.148.203|talk]]) revert trivia
217458351 2008-06-06T02:56:56Z 99.247.148.203 /* In popular culture */
217449802 2008-06-06T02:00:37Z TheRingess [[WP:UNDO|Undid]] revision 217325779 by [[Special:Contributions/Starplasm|Starplasm]] ([[User talk:Starplasm|talk]]) revert link spam no more spam
217325779 2008-06-05T15:24:51Z Starplasm [[WP:UNDO|Undid]] revision 217317725 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]])
217317725 2008-06-05T14:43:10Z TheRingess /* External links */ removed link spam
217304470 2008-06-05T13:33:40Z Danwills /* Generalizations */
217304369 2008-06-05T13:33:06Z Danwills /* Computer drawings */ okay, actually moving the example to the 'generalizations' section this time
217304180 2008-06-05T13:31:56Z Danwills [[WP:UNDO|Undid]] revision 217303020 by [[Special:Contributions/59.100.136.44|59.100.136.44]] ([[User talk:59.100.136.44|talk]])
217303519 2008-06-05T13:28:15Z 59.100.136.44 [[WP:UNDO|Undid]] revision 217302798 by [[Special:Contributions/59.100.136.44|59.100.136.44]] ([[User talk:59.100.136.44|talk]])
217303419 2008-06-05T13:27:43Z 59.100.136.44 [[WP:UNDO|Undid]] revision 217303289 by [[Special:Contributions/59.100.136.44|59.100.136.44]] ([[User talk:59.100.136.44|talk]])
217303289 2008-06-05T13:27:03Z 59.100.136.44 /* Computer drawings */ whoops
217303020 2008-06-05T13:25:42Z 59.100.136.44 /* Generalizations */
217302798 2008-06-05T13:24:33Z 59.100.136.44 /* Computer drawings */ moving the image to the generalizations section
217302248 2008-06-05T13:21:49Z 59.100.136.44 /* Computer drawings */
217301526 2008-06-05T13:18:15Z 59.100.136.44 /* Computer drawings */
217296349 2008-06-05T12:46:25Z Starplasm [[WP:UNDO|Undid]] revision 217166248 by [[Special:Contributions/TheRingess|TheRingess]] ([[User talk:TheRingess|talk]])
217166248 2008-06-04T21:55:43Z TheRingess [[WP:UNDO|Undid]] revision 217130771 by [[Special:Contributions/Starplasm|Starplasm]] ([[User talk:Starplasm|talk]]) revert link spam
217130771 2008-06-04T19:04:29Z Starplasm /* External links */
216614027 2008-06-02T12:52:08Z Gandalf61 /* Generalizations */ put images in gallery; Texify; general tidy up
216612222 2008-06-02T12:38:51Z Gandalf61 /* Generalizations */ rv unsourced and unclear para (*what* "popular references" is it referring to ?)
216598522 2008-06-02T10:47:58Z 86.160.138.236 /* Generalizations */
215855954 2008-05-30T00:18:37Z ErkDemon /* See also */ "mandelbar"
215699503 2008-05-29T09:21:02Z 80.0.57.179 /* Further reading */
215699406 2008-05-29T09:20:16Z 80.0.57.179 /* In popular culture */
215699320 2008-05-29T09:19:30Z 80.0.57.179 /* In popular culture */
215699246 2008-05-29T09:18:43Z 80.0.57.179 /* In popular culture */
215248255 2008-05-27T11:11:41Z Nskillen Reverted edits by [[Special:Contributions/89.152.240.251|89.152.240.251]] to last version by Adam majewski
215248194 2008-05-27T11:11:14Z 89.152.240.251 corrected link
214832431 2008-05-25T13:59:12Z Adam majewski /* Computer drawings */ internal link
213906524 2008-05-21T08:32:59Z Cuddlyable3 rv link to Xaos page that was deleted in June 2007 as non-notable software
213758711 2008-05-20T18:48:08Z 141.209.169.66 /* See also */
213631353 2008-05-20T04:02:27Z 66.188.104.173 Added section on popular culture
213629774 2008-05-20T03:50:43Z XLinkBot BOT--Reverting edits by [[:en:Special:Contributions/66.188.104.173|66.188.104.173]] to revision 213250753 (youtube\.com)
213629750 2008-05-20T03:50:31Z 66.188.104.173 Added section on popular culture
213250753 2008-05-18T14:35:11Z Rudolf Schürer Spelling fixed
213164987 2008-05-18T02:15:15Z Catgut Reverted edits by [[Special:Contributions/68.204.116.46|68.204.116.46]] ([[User talk:68.204.116.46|talk]]) to last version by Danwills
213164907 2008-05-18T02:14:44Z 68.204.116.46 /* History */
213164775 2008-05-18T02:13:53Z 68.204.116.46 /* Formal definition */
213164593 2008-05-18T02:12:43Z 68.204.116.46
212985414 2008-05-17T05:06:02Z Danwills /* Continuous (smooth) coloring */
211705062 2008-05-11T18:53:30Z Stephen B Streater /* Self-similarity */ Typos
211679429 2008-05-11T16:18:27Z Michael Hardy a very large number of math notation improvements. Probably more work is needed. PLEASE look at [[Wikipedia:Manual of Style (mathematics)]].
211522833 2008-05-10T20:14:42Z Stephen B Streater Add wikilink
211521930 2008-05-10T20:09:19Z Stephen B Streater /* Optimizations */ Grammar fix
210855803 2008-05-07T18:32:48Z Jabaste Fixed grammatical error.
210252828 2008-05-05T04:22:11Z Penubag /* External links */ wikibooks
209384914 2008-05-01T03:28:21Z TheRingess /* External links */ removed unnecessary external link that added no new information
208950518 2008-04-29T07:50:02Z Gandalf61 /* Generalizations */ rmv image - relevance to this section of article is not clear, and it messes up format
208948959 2008-04-29T07:33:23Z Cuddlyable3 /* Self-similarity, Feigenbaum ratio <math>\delta</math>*/
207759598 2008-04-24T02:21:21Z WikipedianMarlith added image
206680042 2008-04-19T12:40:18Z Georg-Johann /* Basic properties */ image: correcpondence with logistic map
205614263 2008-04-14T19:15:58Z LucasVB the increment syntax is too language specific - we avoid the use of such syntax in pseudocode
205612329 2008-04-14T19:07:02Z NetRolller 3D /* For programmers */ Increment.
205593432 2008-04-14T17:38:28Z NetRolller 3D /* Image gallery of a zoom sequence */ śpęłłíňg
204911375 2008-04-11T13:09:37Z Gandalf61 /* For programmers */ rmv comment - discussion belongs on talk page
204860196 2008-04-11T05:14:07Z 99.235.212.102 /* For programmers */
204857502 2008-04-11T04:51:42Z TheRingess [[WP:UNDO|Undid]] revision 204855796 by [[Special:Contributions/99.235.212.102|99.235.212.102]] ([[User talk:99.235.212.102|talk]])
204855796 2008-04-11T04:38:31Z 99.235.212.102
203984929 2008-04-07T13:59:14Z Protious /* Generalizations */ added video
203941202 2008-04-07T08:19:44Z Turm Revert. It's better...
203941116 2008-04-07T08:18:42Z Turm /* External links */ Fractalizer
203568106 2008-04-05T18:38:25Z OdedSchramm /* History */ notation M not introduced yet
203211759 2008-04-04T03:34:41Z OdedSchramm /* Exterior distance estimation */ lk Koebe 1/4 theorem
203012807 2008-04-03T10:14:41Z ClueBot Reverting possible vandalism by [[Special:Contributions/132.30.199.8|132.30.199.8]] to version by TheRingess. False positive? [[User:ClueBot/FalsePositives|Report it]]. Thanks, [[User:ClueBot]]. (303381) (Bot)
203012793 2008-04-03T10:14:35Z 132.30.199.8
202405411 2008-03-31T22:32:14Z TheRingess [[WP:UNDO|Undid]] revision 202400399 by [[Special:Contributions/82.244.182.189|82.244.182.189]] ([[User talk:82.244.182.189|talk]]) revert link spam
202400399 2008-03-31T22:10:44Z 82.244.182.189 /* External links */
201320452 2008-03-27T13:55:03Z Tnxman307 Reverted 4 edits by [[Special:Contributions/64.251.53.199|64.251.53.199]] identified as [[WP:VAND|vandalism]] to last revision by [[User:Maniac18|Maniac18]]. using [[WP:TWINKLE|Twinkle]]
201320406 2008-03-27T13:54:46Z 64.251.53.199
201320355 2008-03-27T13:54:27Z 64.251.53.199 /* Formal definition */
201320315 2008-03-27T13:54:12Z 64.251.53.199
201320087 2008-03-27T13:53:01Z 64.251.53.199
200573558 2008-03-24T16:55:17Z Maniac18 Reverted 1 edit by [[Special:Contributions/80.130.164.104|80.130.164.104]]; Rvv as per [[WP:EL]]. ([[WP:TW|TW]])
200573180 2008-03-24T16:53:40Z 80.130.164.104 /* External links */
199885089 2008-03-21T19:01:54Z 87.189.71.248 /* Computer drawings */
199770919 2008-03-21T05:36:28Z Shiftchange /* History */ improve ref.
199383091 2008-03-19T17:22:03Z Giftlite /* Continuous (smooth) coloring */ +.
199381962 2008-03-19T17:17:12Z 205.159.145.149 /* Continuous (smooth) coloring */
197798101 2008-03-12T20:18:09Z Tnxman307 Reverted 3 edits by [[Special:Contributions/81.107.179.20|81.107.179.20]]; Rvv. using [[WP:TWINKLE|Twinkle]]
197797932 2008-03-12T20:17:32Z 81.107.179.20 /* Optimizations */
197797610 2008-03-12T20:16:19Z 81.107.179.20 /* Continuous (smooth) coloring */
197797379 2008-03-12T20:15:24Z 81.107.179.20 /* For programmers */
197766501 2008-03-12T18:10:17Z 81.86.70.251
197426020 2008-03-11T07:07:18Z Gandalf61 [[WP:UNDO|Undid]] revision 197347704 by [[Special:Contributions/203.29.106.59|203.29.106.59]] ([[User talk:203.29.106.59|talk]]) - ungrammatical chg
197347704 2008-03-10T22:38:44Z 203.29.106.59
196878874 2008-03-08T23:16:54Z Shiftchange wikify [[attractor]], introduce zooming in, {{cleanup-section}}
196878166 2008-03-08T23:13:24Z Rami.morgan /* Basic properties */
196878051 2008-03-08T23:12:49Z Rami.morgan /* Basic properties */
196042499 2008-03-05T14:42:45Z Dekisugi Reverted 1 edit by [[Special:Contributions/Blahblahjando|Blahblahjando]] identified as [[WP:VAND|vandalism]] to last revision by [[User:Chobot|Chobot]].
196040689 2008-03-05T14:32:24Z Blahblahjando
192890558 2008-02-20T21:38:12Z Chobot robot Modifying: [[fa:مجموعه مندلبرو]]
190554273 2008-02-11T05:02:55Z Davidgothberg /* For programmers */ Restoring the pseudocode: Removing ytemp. Only xtemp is necessary.
190498107 2008-02-11T00:03:09Z 71.103.96.126
190016296 2008-02-08T19:22:45Z 128.111.8.71 /* For programmers */
189547586 2008-02-06T18:34:16Z Jeanenawhitney Reverted 1 edit by [[Special:Contributions/Scbalik|Scbalik]] identified as [[WP:VAND|vandalism]] to last revision by [[User:84.175.229.152|84.175.229.152]]. ([[WP:TW|TW]])
189546897 2008-02-06T18:30:56Z Scbalik
189457798 2008-02-06T08:24:33Z 84.175.229.152 /* Formal definition */
189456738 2008-02-06T08:13:21Z 84.175.229.152
189456603 2008-02-06T08:11:59Z 84.175.229.152
189456430 2008-02-06T08:10:25Z 84.175.229.152
189456126 2008-02-06T08:07:22Z 84.175.229.152
188445510 2008-02-01T20:10:02Z Wolfgangbeyer /* External links */ Animations of the zoom sequence in the article. No objections in discussion 2 September 2007
186208804 2008-01-22T22:12:04Z 85.157.101.19 fi
186174317 2008-01-22T19:32:48Z Synchman The mandelbrot set is not a fractal, but the boundary is a fractal. Text clarified.
186060269 2008-01-22T06:23:38Z Ntsimp /* Continuous (smooth) coloring */ cite paper as paper
186059546 2008-01-22T06:17:16Z Ntsimp /* Continuous (smooth) coloring */ try to correct citation
184110454 2008-01-13T20:49:18Z 83.181.99.179 /* Continuous (smooth) coloring */ log_e is better known as ln (logarithmus naturalis)
182862514 2008-01-08T01:33:48Z FlamingSilmaril rm extra comma
182552551 2008-01-06T16:59:15Z Gandalf61 rv - Blackboard C is standard symbol for field of complex numbers; z=0 is the correct critical point
182496316 2008-01-06T08:58:23Z Cyclone231 /* Formal definition */
182197600 2008-01-04T23:06:09Z 80.108.37.90 appears to be obsolete/arbitrary according to the reference?
181456476 2008-01-01T22:08:21Z Basherwo /* For programmers */
181194641 2007-12-31T15:03:16Z Adam majewski /* Continuous (smooth) coloring */ moved to subsection
181194477 2007-12-31T15:02:03Z Adam majewski /* For programmers */ moved to subsection
180776887 2007-12-29T10:21:30Z Gandalf61 del commented out sections - no need to retain in current version as they can be retrieved from edit history if necessary
180621246 2007-12-28T15:41:21Z Mjbshaw /* Continuous (smooth) coloring */
180561936 2007-12-28T05:46:30Z Mjbshaw /* Continuous (smooth) coloring */
180561104 2007-12-28T05:38:42Z Mjbshaw /* Continuous (smooth) coloring */
180560810 2007-12-28T05:35:44Z Mjbshaw I changed the portion on smooth coloring for a Mandelbrot set. I tried to provide more information and propose an actual method rather than just mention that one exists.
179588441 2007-12-22T14:26:53Z Adam majewski /* Distance estimates */ new image
179578557 2007-12-22T12:53:22Z Adam majewski /* Computer drawings */ spelling
177772377 2007-12-13T23:50:24Z 24.247.246.205 small spelling error
177160509 2007-12-11T06:13:37Z 203.57.241.67
177154105 2007-12-11T05:25:38Z 203.57.241.67
177153303 2007-12-11T05:19:59Z 203.57.241.67
177153014 2007-12-11T05:17:39Z 203.57.241.67
177152785 2007-12-11T05:15:56Z 203.57.241.67 2 simple examples
177009159 2007-12-10T16:26:24Z Michael Hardy /* Optimizations */
176967146 2007-12-10T10:57:17Z Gandalf61 rv new section - this is a tutorial on complex number arithmetic, which does not belong in this article
176954573 2007-12-10T08:25:08Z 203.57.241.67 /* Worked Examples */
176954204 2007-12-10T08:20:17Z 203.57.241.67 /* Worked Examples */
176952916 2007-12-10T08:03:45Z 203.57.241.67 /* Worked Examples */
176951885 2007-12-10T07:52:49Z 203.57.241.67 /* Worked Examples */
176951072 2007-12-10T07:44:23Z 203.57.241.67
176948345 2007-12-10T07:17:41Z 203.57.241.67 Simple examples
176791474 2007-12-09T16:16:25Z MartinPackerIBM /* Optimizations */
176766432 2007-12-09T13:51:02Z Adam majewski /* Computer drawings */
176766312 2007-12-09T13:50:10Z Adam majewski /* Computer drawings */
176765557 2007-12-09T13:42:51Z Adam majewski /* Computer drawings */ new algorithm
176219878 2007-12-06T20:29:33Z Adam majewski /* Computer drawings */
176175725 2007-12-06T16:40:25Z Stikonas /* For programmers */ color->colour
175841207 2007-12-05T02:21:31Z Milan va Notation change: F_c^p -> P_c^{o n} at For programmers
175840410 2007-12-05T02:16:31Z Milan va Notation change: F_c^p -> P_c^{o n} at The main cardioid and period bulbs
175839424 2007-12-05T02:10:23Z Milan va Notation change: F_c^p -> P_c^{o n} at Hyperbolic components
175838828 2007-12-05T02:06:36Z Milan va Notation change: F_c^p -> P_c^{o n} at Basic properties
175837495 2007-12-05T01:58:38Z Milan va Notation change: F_c^p -> P_c^{o n} at Formal definition
175835746 2007-12-05T01:47:48Z Milan va Notation change: F_c^p -> P_c^{o n} at Interior distance estimation
175826203 2007-12-05T00:53:44Z Milan va /* Exterior distance estimation */
175711400 2007-12-04T14:53:56Z Paxinum /* Basic properties */ changed f -> F
175711244 2007-12-04T14:52:53Z Paxinum /* Formal definition */ changed f -> F
175217766 2007-12-02T07:16:54Z Adam majewski /* Exterior distance estimation */
175062238 2007-12-01T15:08:25Z Milan va /* Exterior distance estimation */
175061965 2007-12-01T15:06:58Z Milan va /* Interior distance estimation */
175048249 2007-12-01T13:28:46Z Adam majewski /* Computer drawings */
175047990 2007-12-01T13:26:28Z Adam majewski /* Computer drawings */
175047288 2007-12-01T13:19:35Z Adam majewski /* Geometry */
175047236 2007-12-01T13:19:08Z Adam majewski /* Geometry */
175046788 2007-12-01T13:14:38Z Adam majewski /* For programmers */
175046578 2007-12-01T13:12:46Z Adam majewski /* Computer drawings */
175042460 2007-12-01T12:36:05Z Adam majewski /* Exterior distance estimation */
175042044 2007-12-01T12:32:09Z Adam majewski /* Distance estimates */
175041074 2007-12-01T12:24:06Z Adam majewski /* Distance estimates */
175040534 2007-12-01T12:19:21Z Adam majewski /* Computer drawings */
175035113 2007-12-01T11:35:56Z Adam majewski /* Distance estimates */
175034959 2007-12-01T11:34:58Z Adam majewski /* Computer drawings */
175019777 2007-12-01T09:36:40Z Adam majewski /* Distance estimates */ image of dem
175019538 2007-12-01T09:35:02Z Adam majewski /* Distance estimates */
175019415 2007-12-01T09:34:00Z Adam majewski /* Distance estimates */ image of dem
174960423 2007-12-01T01:10:18Z Milan va Added formulas for exterior and interior distance estimation
174725622 2007-11-30T00:48:16Z Malo Reverted edits by [[Special:Contributions/88lesix88|88lesix88]] ([[User talk:88lesix88|talk]]) to last version by Adam majewski
174725568 2007-11-30T00:47:59Z 88lesix88
174652831 2007-11-29T18:45:22Z Adam majewski /* Computer drawings */ new algorithm
173534516 2007-11-24T19:19:41Z Escarbot robot Adding: [[gl:Conxunto de Mandelbrot]]
173035966 2007-11-22T03:06:19Z TheRingess [[WP:UNDO|Undid]] revision 173021255 by [[Special:Contributions/71.87.147.1|71.87.147.1]] ([[User talk:71.87.147.1|talk]])
173021255 2007-11-22T01:19:30Z 71.87.147.1 /* Other properties */
172634476 2007-11-20T03:58:55Z Dbenbenn /* Local connectivity */ link [[Adrien Douady]] and [[John H. Hubbard]]
172455943 2007-11-19T09:23:51Z 194.167.115.26 /* Basic properties */
171007240 2007-11-12T18:38:00Z Deskana /* Formal definition */ spell out definition for simplicity
170955733 2007-11-12T13:29:28Z Vigeesh /* For programmers */ (minor correction to the pseudocode)
168752076 2007-11-02T16:14:23Z DragonBot robot Adding: [[te:మేండెల్‌బ్రాట్ సెట్]]
168148767 2007-10-30T20:00:24Z Enderminh Disambiguate "Critical Point"
166505666 2007-10-23T13:32:37Z Redgolpe /* Computer drawings */ typo
166464927 2007-10-23T07:25:33Z 71.204.185.175 removed spurious category 'articles with weasel words'
166127880 2007-10-21T20:52:01Z Doctormatt /* Image gallery of a zoom sequence */ finished the transition to numbered list (?)
166124678 2007-10-21T20:38:25Z Nousernamesleft /* Image gallery of a zoom sequence */ numbered list
164789715 2007-10-15T20:04:52Z Cuddlyable3 /* Self-similarity */
164523465 2007-10-14T16:58:24Z Inquisitus /* Formal definition */
163820052 2007-10-11T15:24:47Z Gandalf61 rvv
163819794 2007-10-11T15:23:29Z 24.76.10.245 /* Escape time algorithm */
163552752 2007-10-10T12:42:07Z Cuddlyable3 /* Self-similarity */
163352322 2007-10-09T16:10:45Z TheRingess /* Software */ removed section, fractal article already has list of software no need for list here
163159851 2007-10-08T19:48:31Z TheRingess [[WP:UNDO|Undid]] revision 163140328 by [[Special:Contributions/Metalim|Metalim]] ([[User talk:Metalim|talk]]) removed non notable addition
163140328 2007-10-08T18:16:23Z Metalim /* Software */ XaoS
162999404 2007-10-08T02:26:09Z TheRingess /* External links */ removed unncessary link
162998724 2007-10-08T02:22:06Z TheRingess /* History */ fixed red linked access date
162998513 2007-10-08T02:21:00Z TheRingess used cite web for consistency
162998255 2007-10-08T02:19:24Z TheRingess /* Continuous (smooth) colouring */ made less pov, removed external links, colour -> color
162997951 2007-10-08T02:17:23Z TheRingess /* Basic properties */ changed external link to ref
162997527 2007-10-08T02:14:48Z TheRingess /* Further reading */ removed duplicate link
162997420 2007-10-08T02:14:10Z TheRingess /* Local connectivity of the Mandelbrot set */ again removed article title from section title per MOS
162997314 2007-10-08T02:13:28Z TheRingess /* Hyperbolic components */ removed red link
162997251 2007-10-08T02:13:08Z TheRingess /* Self-similarity in the Mandelbrot set */ removed article title from section title per MOS
162976753 2007-10-08T00:08:42Z TheRingess /* The Mandelbrot set in popular culture */ removed section, basically a trivia section, references belong in individual articles
162976556 2007-10-08T00:07:33Z TheRingess /* Geometry of the Mandelbrot set */ removed article title from section title per MOS
162976476 2007-10-08T00:07:05Z TheRingess /* Computer drawings of the Mandelbrot set */ removed article title from section title per MOS
162976406 2007-10-08T00:06:37Z TheRingess /* Art and the Mandelbrot set */ removed section, too brief to be meaningful also pov and no sources
162973818 2007-10-07T23:52:17Z 209.234.79.149 /* The Mandelbrot set in popular culture */
160284428 2007-09-25T17:14:56Z 74.92.19.14
160284105 2007-09-25T17:13:09Z 74.92.19.14
160029761 2007-09-24T15:15:04Z Army1987 /* For Programmers */ Why on Earth does "Programmers" have a capital P?
155569912 2007-09-04T05:32:39Z Denelson83 /* The main cardioid and period bulbs */ Mathematically rigorously define "attached"
155224644 2007-09-02T15:21:28Z Wolfgangbeyer /* External links */ Animations of the zoom sequence
154483664 2007-08-29T23:10:17Z Cp111 /* External links */ interwiki
153243415 2007-08-23T23:14:26Z 68.38.30.228 correct acronym
152754946 2007-08-21T19:37:27Z TheRingess removed link spam
152754610 2007-08-21T19:35:45Z 66.88.97.97
152754007 2007-08-21T19:32:41Z 66.88.97.97
152752772 2007-08-21T19:25:47Z Doctormatt rmv link to image gallery - does not belong in See Also section
152752230 2007-08-21T19:22:41Z 66.88.97.97
152752041 2007-08-21T19:21:41Z 66.88.97.97
152694364 2007-08-21T14:17:48Z Gandalf61 /* Software */ rmv link to image gallery - does not belong in software section
152693572 2007-08-21T14:12:49Z 66.88.97.97
152241275 2007-08-19T13:28:07Z Gandalf61 /* Software */ rmv link to image gallery - does not belong in software section
152218073 2007-08-19T09:57:04Z 65.11.214.179
149545812 2007-08-06T14:18:19Z Davidgothberg /* Problems */ Fixed the broken link to [[ColorForth]]. (ColorForth, not ColourForth seems to be the name of that language.)
149534785 2007-08-06T13:05:06Z Salanax Spelling consistency
148686455 2007-08-02T09:30:50Z Ianboggs [[WP:UNDO|Undid]] revision 148661118 by [[Special:Contributions/60.228.230.208|60.228.230.208]] ([[User talk:60.228.230.208|talk]])
148661118 2007-08-02T06:02:01Z 60.228.230.208 /* History */
146926950 2007-07-25T04:58:51Z 24.147.123.128 /* Software */
145040374 2007-07-16T17:46:44Z Jacob.vankley
144941020 2007-07-16T05:34:12Z Doctormatt rv confusing addition to lead (I agree with Gandalf) - please discuss on talk page before reverting again
144854348 2007-07-15T20:23:24Z Shiftchange [[WP:UNDO|Undid]] revision 144772820 by [[Special:Contributions/Gandalf61|Gandalf61]] ([[User talk:Gandalf61|talk]]) "There is no confusion"
144772820 2007-07-15T10:51:00Z Gandalf61 rv confusing addition to lead
144767819 2007-07-15T09:59:01Z Shiftchange Mandelbrot set equations are generally impossible to deduce a shape from and usually shown in black
144624537 2007-07-14T16:36:32Z Caltas Reverted 2 edits by [[Special:Contributions/202.1.192.4|202.1.192.4]] identified as [[WP:VAND|vandalism]] to last revision by [[User:Gandalf61|Gandalf61]].
144624473 2007-07-14T16:36:07Z 202.1.192.4 [[WP:AES|←]]Blanked the page
144623132 2007-07-14T16:27:08Z 202.1.192.4
144357266 2007-07-13T08:28:41Z Gandalf61 /* Software */ rmv POV phrases
144355724 2007-07-13T08:12:43Z Adam majewski /* Computer drawings of the Mandelbrot set */
144354059 2007-07-13T07:57:00Z Adam majewski /* Computer drawings of the Mandelbrot set */
144353948 2007-07-13T07:56:00Z Adam majewski /* Computer drawings of the Mandelbrot set */
144353656 2007-07-13T07:53:06Z Adam majewski /* Computer drawings of the Mandelbrot set */ added refernce
144353308 2007-07-13T07:49:34Z Adam majewski /* Hyperbolic components */
143998488 2007-07-11T17:09:24Z 82.93.117.146 /* Computer drawings of the Mandelbrot set */
143963518 2007-07-11T13:50:48Z Dbelange /* Histor spellingy */
143313747 2007-07-08T16:13:23Z 74.104.224.144 /* Image gallery of a zoom sequence */ Changed them back: the ones with boxes are rather blurry
143312902 2007-07-08T16:07:14Z 74.104.224.144 /* Image gallery of a zoom sequence */ Changed images to those with boxes around the next zoom
143312252 2007-07-08T16:03:00Z 74.104.224.144 /* Image gallery of a zoom sequence */
142909808 2007-07-06T15:28:24Z Austinmayor /* The Mandelbrot set in popular culture */
142909224 2007-07-06T15:24:57Z Austinmayor /* The Mandelbrot set in popular culture */ added grant morrison
142770541 2007-07-05T22:52:32Z Pejman47 /* External links */ interwiki persian
142089602 2007-07-02T20:55:32Z Pi Delport /* Distance estimates */ undo strange link
142025168 2007-07-02T15:30:30Z Adam majewski /* Distance estimates */
142016013 2007-07-02T14:38:31Z Adam majewski /* See also */
140186219 2007-06-23T21:56:08Z Tim Goodwyn /* The Mandelbrot set in popular culture */ Changing instances of "Mandlebrot" to "Mandelbrot"
140117905 2007-06-23T14:56:57Z TheRingess [[WP:UNDO|Undid]] revision 140100858 by [[Special:Contributions/24.128.244.223|24.128.244.223]] ([[User talk:24.128.244.223|talk]]) revert inaccurate statement
140100858 2007-06-23T12:43:06Z 24.128.244.223 /* For Programmers */
138826148 2007-06-17T19:56:13Z Adam majewski /* Basic properties */
138825429 2007-06-17T19:52:22Z Adam majewski /* Formal definition */
138728004 2007-06-17T09:05:10Z Adam majewski
138372918 2007-06-15T16:05:30Z Taejo /* Image gallery of a zoom sequence */ grammar
138352447 2007-06-15T14:04:51Z MartinBot BOT - rv [[Special:Contributions/125.209.92.238|125.209.92.238]] ([[User talk:125.209.92.238|talk]]) to last version by El C
138352426 2007-06-15T14:04:45Z 125.209.92.238 pokemon pokemon pokemon pokemon pokemon pokemon pokemon!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
138219301 2007-06-14T21:27:53Z El C Reverted edits by [[Special:Contributions/208.59.139.19|208.59.139.19]] ([[User talk:208.59.139.19|talk]]) to last version by Clamster5
138219262 2007-06-14T21:27:41Z 208.59.139.19 /* Basic properties */
138219233 2007-06-14T21:27:33Z 208.59.139.19 /* Basic properties */
138219197 2007-06-14T21:27:21Z 208.59.139.19 /* Formal definition */
138219171 2007-06-14T21:27:13Z Clamster5 Reverted 2 edits by [[Special:Contributions/208.59.139.19|208.59.139.19]] identified as [[WP:VAND|vandalism]] to last revision by [[User:TheRingess|TheRingess]]. using [[WP:TWINKLE|TW]]
138219150 2007-06-14T21:27:07Z 208.59.139.19 /* Formal definition */
138219091 2007-06-14T21:26:48Z 208.59.139.19 /* History */
138129508 2007-06-14T13:53:03Z TheRingess removed link spam
138127356 2007-06-14T13:39:37Z 89.1.179.4 /* External links */
138127209 2007-06-14T13:38:40Z 89.1.179.4 /* External links */
138111470 2007-06-14T11:39:38Z 89.164.2.94 added [[hr:Mandelbrotov skup]]
137978771 2007-06-13T20:22:50Z Jarekt /* Software */
137971269 2007-06-13T19:49:48Z Jarekt /* Software */
137969499 2007-06-13T19:41:45Z Jarekt /* Software */
137689049 2007-06-12T15:05:41Z TheRingess /* Software */ removed another link
137688847 2007-06-12T15:04:26Z TheRingess /* Software */ pruned another link
137688519 2007-06-12T15:02:26Z TheRingess /* Software */ prune another link
137688258 2007-06-12T15:00:57Z TheRingess /* Software */ prune another link
137684909 2007-06-12T14:39:38Z TheRingess removed red link
137678747 2007-06-12T13:59:58Z Meesern Replaced with internal reference
137667805 2007-06-12T12:48:03Z TheRingess [[WP:UNDO|Undid]] revision 137659702 by [[Special:Contributions/Meesern|Meesern]] ([[User talk:Meesern|talk]]) removed link spam
137659702 2007-06-12T11:40:26Z Meesern /* Software */
136469847 2007-06-06T22:55:54Z Doctormatt /* For Programmers */ cleanup
136371040 2007-06-06T15:29:05Z Tó campos~enwiki /* For Programmers */
135960555 2007-06-05T03:34:15Z El C Reverted edits by [[Special:Contributions/71.104.122.110|71.104.122.110]] ([[User talk:71.104.122.110|talk]]) to last version by Yamamoto Ichiro
135960064 2007-06-05T03:31:20Z 71.104.122.110 /* Hyperbolic components */
134737650 2007-05-31T04:17:22Z Yamamoto Ichiro Reverted edits by [[Special:Contributions/76.174.11.85|76.174.11.85]] ([[User talk:76.174.11.85|talk]]) to last version by Davidgothberg
134737619 2007-05-31T04:17:07Z 76.174.11.85 /* Basic properties */
134176995 2007-05-28T22:17:55Z Davidgothberg /* For Programmers */ Simplified the pseudocode by removing the optimisations to make it easier for beginners. (I wrote this pseudocode, but the optimisations have caused too many missunderstandings.)
133492474 2007-05-25T20:22:54Z Gandalf61 /* The Mandelbrot set in popular culture */ rmv tag added by bot - legit pop culture section
133461831 2007-05-25T17:59:08Z Android Mouse Bot 3 Add trivia tag
133412069 2007-05-25T13:33:33Z Tó campos~enwiki Self-similarity in the Mandelbrot set
133408957 2007-05-25T13:17:09Z Tó campos~enwiki /* Local connectivity of the Mandelbrot set */
133280436 2007-05-24T22:41:19Z Wolfgangbeyer Gallery moved to "geometry", Compact format.
133279171 2007-05-24T22:35:06Z Wolfgangbeyer /* Image gallery of a zoom sequence */ ??
132819074 2007-05-23T00:29:43Z Shiftchange fix heading syntax
132817374 2007-05-23T00:21:14Z Shiftchange improve sections by moving zoom gallery and software to computer drawings section, adding other properties section, intro sentence for software section
132402301 2007-05-21T09:12:43Z Shiftchange wikify [[Areas of mathematics]], [[Embarrassingly parallel]], fix see also section, add software section,
132160915 2007-05-20T05:41:19Z Smallfixer small fixes
131147032 2007-05-15T22:01:15Z 74.134.8.244 /* Image gallery of a zoom sequence */
130426301 2007-05-12T23:43:41Z John Comeau /* Problems */ added link to full screenshot
130403873 2007-05-12T21:35:01Z TheRingess /* External links */ removed link spam +NoMoreLinks
130399624 2007-05-12T21:08:29Z Oldneuro added a link, mentioned in talk page
129038493 2007-05-07T20:21:48Z Adam majewski /* The main cardioid and period bulbs */
128680258 2007-05-06T16:44:53Z 75.69.129.227 /* Basic properties */
128575160 2007-05-06T04:34:52Z LucasVB /* See also */ rv linkspam
128574823 2007-05-06T04:32:41Z Oldneuro /* See also */
126399374 2007-04-27T14:55:16Z Gandalf61 improve definition and add reference
126395103 2007-04-27T14:32:48Z Adam majewski /* For Programmers */
126362132 2007-04-27T10:44:17Z Shiftchange cover article of [[Scientific American]] August 1985, reference, [[abstract mathematics]]
126354982 2007-04-27T09:37:14Z Shiftchange mathematicians [[Heinz-Otto Peitgen]] and [[Peter Richter]], reference
126352524 2007-04-27T09:13:41Z Shiftchange add another intro sentence - [[Function (mathematics)|function]] is defined and then tested, in or out.
126348793 2007-04-27T08:40:27Z Shiftchange is a collection of [[Point (geometry)|points]] forming a fractal image
126267382 2007-04-26T23:39:46Z 83d40m insert serial comma and some rewording
124670276 2007-04-21T19:32:46Z Potatoswatter well, I could just use references from other sections, since it's redundant. But deletion is better.
124325621 2007-04-20T10:22:45Z SmackBot Date/fix the maintenance tags
124249799 2007-04-20T01:50:36Z LucasVB /* Little Mandelbrot copies */ woops, wrong template
124249345 2007-04-20T01:48:34Z LucasVB then don't delete, add "citation needed" tag
124066880 2007-04-19T12:17:08Z Potatoswatter /* Little Mandelbrot copies */ section is uncited and very redundant
123905775 2007-04-18T20:48:42Z 131.104.138.161 /* The Mandelbrot set in popular culture */ typo
123901985 2007-04-18T20:33:39Z Doctormatt revert unexplained edit
123860646 2007-04-18T17:44:56Z Adam majewski /* Basic properties */
123625730 2007-04-17T20:33:58Z 70.146.254.115 /* The Mandelbrot set in popular culture */ Added example of use in pop culture.
122940760 2007-04-15T07:45:15Z Rainwarrior rv: not redundant, see talk
122934362 2007-04-15T06:51:58Z Intchanter /* For Programmers */ Remove redundant assignments to x2 and y2 that negate the optimizations from the summary.
122921824 2007-04-15T05:16:39Z John Comeau /* Problems */ better version of illustrative graphic
122918440 2007-04-15T04:52:58Z John Comeau /* Problems */ added descriptive screenshot
122914323 2007-04-15T04:26:04Z John Comeau /* Problems */ correction
122911738 2007-04-15T04:09:08Z John Comeau /* Problems */ a little more detail
122908472 2007-04-15T03:47:55Z John Comeau /* Problems */ -- added some detail on how to go about showing more clearly the connectedness of the set ~~~~
122897632 2007-04-15T02:42:44Z 69.159.52.191
122424879 2007-04-13T05:38:48Z TheRingess /* External links */ reduce links, there is now a dmoz template on the page
122417871 2007-04-13T04:47:53Z 154.20.181.230 /* External links */ Added link to Ultra Fractal software home page.
120763852 2007-04-06T16:27:18Z Lerdsuwa
120496138 2007-04-05T15:11:57Z 160.83.73.12
120357682 2007-04-04T23:22:46Z 69.177.6.232 typo
120302401 2007-04-04T19:24:26Z 18.51.7.185 /* Formal definition */
120300643 2007-04-04T19:16:11Z Trialsanderrors /* Image gallery of a zoom sequence */ Emphasize steps
120299280 2007-04-04T19:09:46Z Birdman1 Referencing correction
120299162 2007-04-04T19:09:11Z Birdman1 /* History */ - added some references, will add more
120293910 2007-04-04T18:45:30Z Birdman1 /* Image gallery of a zoom sequence */ - Word choice, sentence structure, etc.
120293595 2007-04-04T18:44:04Z Birdman1 /* Image gallery of a zoom sequence */ - At first sight
120291631 2007-04-04T18:34:56Z TMW /* History */
120289040 2007-04-04T18:23:39Z Chaos
120283711 2007-04-04T17:58:59Z MartinBot BOT - rv [[Special:Contributions/205.127.181.109|205.127.181.109]] ([[User talk:205.127.181.109|talk]]) to last version by NawlinWiki
120283652 2007-04-04T17:58:47Z 205.127.181.109 [[WP:AES|←]]Replaced page with '==Rolll=='
120283511 2007-04-04T17:58:15Z NawlinWiki Reverted edits by [[Special:Contributions/205.127.181.109|205.127.181.109]] ([[User talk:205.127.181.109|talk]]) to last version by MartinBot
120283484 2007-04-04T17:58:08Z 205.127.181.109 [[WP:AES|←]]Replaced page with '54669966884684846'
120283309 2007-04-04T17:57:22Z MartinBot BOT - rv [[Special:Contributions/205.127.181.109|205.127.181.109]] ([[User talk:205.127.181.109|talk]]) to last version by Giftlite
120283282 2007-04-04T17:57:15Z 205.127.181.109 [[WP:AES|←]]Replaced page with '[['
120282877 2007-04-04T17:55:37Z Giftlite rv
120282819 2007-04-04T17:55:20Z 205.127.181.109 [[WP:AES|←]]Blanked the page
120282466 2007-04-04T17:53:38Z 205.127.181.109
120278085 2007-04-04T17:35:43Z Raymond Meredith /* Optimizations */
120275022 2007-04-04T17:22:02Z Michael Hardy /* The Mandelbrot set in popular culture */ format---bullets
120274784 2007-04-04T17:21:02Z Michael Hardy /* Computer drawings of the Mandelbrot set */
120274658 2007-04-04T17:20:29Z Michael Hardy /* The main cardioid and period bulbs */
120255575 2007-04-04T15:55:06Z Burntsauce Reverted 1 edit by [[Special:Contributions/71.224.19.29|71.224.19.29]] identified as [[WP:VANDAL|vandalism]] to last revision by [[User:MartinBot|MartinBot]].
120255284 2007-04-04T15:53:43Z 71.224.19.29 /* Formal definition */
120254816 2007-04-04T15:51:40Z MartinBot BOT - rv [[Special:Contributions/71.224.19.29|71.224.19.29]] ([[User talk:71.224.19.29|talk]]) to last version by 66.35.34.88
120254788 2007-04-04T15:51:34Z 71.224.19.29 /* History */
120250656 2007-04-04T15:32:42Z 66.35.34.88 /* Geometry of the Mandelbrot set */
120236633 2007-04-04T14:26:24Z Japeo /* The Mandelbrot set in popular culture */
120231161 2007-04-04T13:57:10Z Jivecat /* The Mandelbrot set in popular culture */
120230529 2007-04-04T13:54:02Z Jivecat /* The Mandelbrot set in popular culture */
120230447 2007-04-04T13:53:40Z Jivecat /* The Mandelbrot set in popular culture */
120227860 2007-04-04T13:41:06Z Mikkel
120227536 2007-04-04T13:39:40Z Homer29
120227050 2007-04-04T13:37:15Z 207.63.80.67
120196851 2007-04-04T10:08:01Z 129.21.148.208 grammar fix
120188474 2007-04-04T09:00:16Z Jeandré du Toit /* Image gallery of a zoom sequence */Going back to Fropuff's table design with descriptions next to images. Progression only down is a better way to see the images anyway.
120182821 2007-04-04T08:11:22Z 80.175.121.69 /* Image gallery of a zoom sequence */ "this crowns" changed to "these crowns"
120182467 2007-04-04T08:08:29Z 80.175.121.69 /* Image gallery of a zoom sequence */ "sure," changed to "sure"
120174171 2007-04-04T06:58:34Z Abecedare /* Basic properties */ minor typesetting
120157837 2007-04-04T04:52:02Z 67.32.157.206 /* The Mandelbrot set in popular culture */
120151317 2007-04-04T04:10:07Z Trialsanderrors /* Image gallery of a zoom sequence */ rm thumb, increaase picture size
120150212 2007-04-04T04:03:29Z Tenmiles /* History */ Rephrasing for a more objective tone
120126100 2007-04-04T01:46:22Z Quiddity /* Image gallery of a zoom sequence */ commas
120119054 2007-04-04T01:10:00Z 204.191.215.235 /* The Mandelbrot set in popular culture */
120114804 2007-04-04T00:48:56Z Xiner copyedit
119560079 2007-04-01T20:21:39Z Paxinum /* The main cardioid and period bulbs */ Linked component to article
119383160 2007-04-01T00:52:14Z 82.108.167.130
118925165 2007-03-30T00:52:36Z Ciotog /* The Mandelbrot set in popular culture */ it's not "somewhat flawed", it's incorrect
118894430 2007-03-29T22:27:40Z 75.69.94.54 John Coulton goof.
118859065 2007-03-29T20:00:07Z NetRolller 3D /* Computer drawings of the Mandelbrot set */ Oops.
116666765 2007-03-21T00:43:55Z 218.215.22.79 +ro
116611836 2007-03-20T20:34:43Z 82.181.59.81 /* The Mandelbrot set in popular culture */
116302936 2007-03-19T17:33:13Z Giftlite -general
116283343 2007-03-19T16:09:58Z Adam majewski /* External links */
116131710 2007-03-18T23:54:09Z KFP removing example image
116125943 2007-03-18T23:24:49Z 68.13.147.88 /* Little Mandelbrot copies */
116019090 2007-03-18T14:43:22Z Technoshaman /* The Mandelbrot set in popular culture */ Added date to Casino Royale ref as there are two of these movies, only one with fractal image
113772318 2007-03-09T05:59:21Z Doctormatt rvv
113771167 2007-03-09T05:51:28Z OliverWKim /* Basic properties */
112270020 2007-03-03T06:37:47Z 220.245.107.17 /* See also */
110846696 2007-02-25T16:17:20Z TheRingess /* External links */ removed gallery link per [[WP:EL]]
110845160 2007-02-25T16:09:31Z Ciotog /* External links */ cleaned up as per [[WP:EL]]
110833230 2007-02-25T14:50:55Z Adam majewski /* Computer drawings of the Mandelbrot set */
110791874 2007-02-25T08:48:31Z Adam majewski /* Computer drawings of the Mandelbrot set */
110791792 2007-02-25T08:47:51Z Adam majewski /* Computer drawings of the Mandelbrot set */
110787130 2007-02-25T08:12:10Z Adam majewski /* External links */
109695273 2007-02-21T00:47:27Z CommonsDelinker Removing "Mandelbrotset.png", it has been deleted from Commons by [[commons:User:555|555]] because: In category [[w:commons::category:Images with unknown source as of 8 February 2007|Images with unknown source as of 8 February 2007]]; not edited for
109597435 2007-02-20T17:38:07Z Adam majewski /* Image gallery of a zoom sequence */
108601543 2007-02-16T14:03:21Z 152.7.49.159 /* The Mandelbrot set in popular culture */ - fixed link to unrelated article
107569930 2007-02-12T15:08:17Z Gandalf61 /* the Mandelbrot set in popular culture */ cap first word of sub-head
107412034 2007-02-11T22:22:58Z Ciotog /* Trivia */ since all examples are pop culture references, changed the heading (unless anyone wants to add true math trivia?)
106834691 2007-02-09T14:15:24Z 80.104.233.37 /* Basic properties */
106834335 2007-02-09T14:13:33Z 80.104.233.37 /* Basic properties */ area
105991943 2007-02-06T05:52:49Z Digihoe /* Computer drawings of the Mandelbrot set */
105007386 2007-02-02T03:34:02Z Melamed katz
105006722 2007-02-02T03:30:29Z Melamed katz interwiki
104258371 2007-01-30T04:17:34Z TheRingess rvv
104257632 2007-01-30T04:13:29Z 68.198.233.216 /* History */
104256912 2007-01-30T04:09:08Z 68.198.233.216
102289312 2007-01-21T21:29:00Z TheRingess rv link spam
102280959 2007-01-21T20:46:36Z BobDole Added link
101479347 2007-01-18T02:51:43Z CmdrObot sp: a image→an image
101279640 2007-01-17T06:50:41Z 85.75.204.58 /* External links */
101210057 2007-01-16T23:48:34Z Wolfgangbeyer /* Image gallery of a zoom sequence */
101052977 2007-01-16T06:59:06Z Sopoforic Reverted 2 edits by [[Special:Contributions/24.184.82.192|24.184.82.192]] ([[User talk:24.184.82.192|talk]]) to last revision (98952315) by Ck lostsword using [[WP:VPRF|VP]]
101052853 2007-01-16T06:58:04Z 24.184.82.192 /* History */
101052621 2007-01-16T06:56:01Z 24.184.82.192 /* History */
98952315 2007-01-06T21:42:21Z Ck lostsword rvv
98951369 2007-01-06T21:37:52Z 69.120.232.37
98811630 2007-01-06T05:05:07Z 24.107.235.184
98555802 2007-01-05T02:15:17Z 71.136.88.11 /* Formal definition */
98555637 2007-01-05T02:14:21Z 68.6.247.107
98555295 2007-01-05T02:12:26Z 71.136.88.11 /* Formal definition */
98554769 2007-01-05T02:09:38Z 71.136.88.11 /* Formal definition */
97854658 2007-01-02T02:34:11Z 85.164.175.199 /* Optimizations */ Periodicity (is this correct?)
97831122 2007-01-02T00:32:41Z 67.170.244.30 /* External links */
97634369 2007-01-01T00:21:35Z 67.170.244.30 /* External links */
97021110 2006-12-28T23:01:07Z 24.6.95.244 /* External links */
97019866 2006-12-28T22:54:36Z Wolfgangbeyer /* Image gallery of a zoom sequence */ earlier formatting
96629038 2006-12-26T23:21:11Z 86.7.161.153 /* Image gallery of a zoom sequence */ typo
96424213 2006-12-25T16:32:23Z 60.224.210.74 /* Trivia */
96423909 2006-12-25T16:27:59Z 60.224.210.74 /* Trivia */
96303702 2006-12-24T18:39:11Z Gandalf61 rmv for
96275351 2006-12-24T14:36:30Z 71.117.233.179 /* Art and the Mandelbrot set */
96117792 2006-12-23T16:26:26Z 24.186.242.238
96114265 2006-12-23T15:59:20Z Adam majewski /* The main cardioid and period bulbs */
95909612 2006-12-22T11:57:10Z Gandalf61 /* Formal definition */ fix wording
95857543 2006-12-22T03:28:25Z 75.73.213.36 /* Formal definition */
95857198 2006-12-22T03:25:49Z 75.73.213.36 /* Formal definition */
95600570 2006-12-20T22:00:06Z Fropuff /* Image gallery of a zoom sequence */ change to a wikitable; looks nicer
95569521 2006-12-20T19:21:06Z Fropuff /* Basic properties */ copy edits; wikify; add some comments
95471509 2006-12-20T06:40:45Z Fropuff /* Image gallery of a zoom sequence */ trying a different formatting
95394537 2006-12-19T22:37:05Z Wolfgangbeyer /* Image gallery of a zoom sequence */
95392817 2006-12-19T22:28:46Z Wolfgangbeyer /* Image gallery of a zoom sequence */ satellite in the center of J<sub>c</sub>
95349768 2006-12-19T18:32:29Z Fropuff added a sorely lacking "Formal definition" section
95177284 2006-12-18T22:01:28Z 71.175.32.18 /* Art and the Mandelbrot set */
95154354 2006-12-18T20:04:59Z Adam majewski /* External links */
95152610 2006-12-18T19:55:40Z Adam majewski /* External links */
95152326 2006-12-18T19:54:12Z Adam majewski /* External links */
94757719 2006-12-16T20:41:12Z LucasVB /* Image gallery of a zoom sequence */
93542829 2006-12-11T07:50:34Z Dschwen not a mandelbrot, just a fractal made of spades
93285083 2006-12-10T03:20:36Z Gwern Robot-assisted disambiguation ([[WP:DPL|you can help!]]): Java programming language
93195622 2006-12-09T19:11:36Z TheRingess rv test
93192670 2006-12-09T18:55:43Z 159.83.4.150
93192542 2006-12-09T18:55:09Z 159.83.4.149
92738781 2006-12-07T18:03:50Z BernardH /* Art and the Mandelbrot set */ removed "tree branch" image. Low quality imo, and parameters not given
92659125 2006-12-07T08:25:28Z Wolfgangbeyer
92536022 2006-12-06T20:52:25Z 69.40.191.62 fixing bracket
92330718 2006-12-05T23:15:08Z Wolfgangbeyer Image gallery of a zoom sequence added
92283527 2006-12-05T19:37:36Z Rps Added reference to appearance of a Mandelbrot poster in the sitcom That_'70s_Show.
92163486 2006-12-05T05:21:52Z 24.57.215.162 /* Art and the Mandelbrot set */ rm redundant
92152276 2006-12-05T04:06:21Z J.smith Rm links to suspected copy-vio or otherwise inappropriate links per WP:EL & WP:C using [[Project:AWB|AWB]]
92112203 2006-12-05T00:25:17Z 165.134.187.226 /* Art and the Mandelbrot set */
92014025 2006-12-04T16:04:06Z TheRingess /* Art and the Mandelbrot set */ rewrote passive voice
92013943 2006-12-04T16:03:32Z TheRingess /* Art and the Mandelbrot set */ +who
92013341 2006-12-04T16:00:02Z JAF1970 /* Art and the Mandelbrot set */
92013135 2006-12-04T15:58:51Z JAF1970 /* Art and the Mandelbrot set */
92013069 2006-12-04T15:58:30Z JAF1970 /* Art and the Mandelbrot set */
92006977 2006-12-04T15:22:35Z Slowspace Added "Continuous (smooth) colouring" section
91959558 2006-12-04T08:10:40Z Wolfgangbeyer /* External links */
91816056 2006-12-03T17:35:56Z Wolfgangbeyer entrance point of zoom sequence restored, and link to animation
90338944 2006-11-27T01:26:41Z Mattingly23 /* Computer drawings of the Mandelbrot set */ fixed sentence
90256549 2006-11-26T18:12:03Z Gurch Reverted edits by [[Special:Contributions/68.175.13.114|68.175.13.114]] ([[User talk:68.175.13.114|talk]]) to last version by Nauticashades
90256522 2006-11-26T18:11:55Z 68.175.13.114 [[WP:AES|←]]Blanked the page
89803518 2006-11-24T10:13:53Z Nauticashades Replaced image with larger FP version
89536429 2006-11-22T22:31:23Z SmackBot ISBN formatting/gen fixes using [[WP:AWB|AWB]]
89110902 2006-11-20T23:15:33Z Rory096 Reverted edits by [[Special:Contributions/Firerocketm|Firerocketm]] ([[User talk:Firerocketm|talk]]) to last version by Rainwarrior
89097306 2006-11-20T22:08:28Z Firerocketm
88257457 2006-11-16T19:14:44Z Rainwarrior actually, they seem no less notable than some of the others, replacing (but "Mandelbrot Set (band)" is not an article)
88254501 2006-11-16T18:58:53Z Rainwarrior /* Art and the Mandelbrot set */ rm non-notable band
88218679 2006-11-16T15:39:36Z 80.222.174.99 /* Art and the Mandelbrot set */
88218386 2006-11-16T15:37:39Z 80.222.174.99 /* Art and the Mandelbrot set */
87020611 2006-11-10T21:53:56Z 130.215.224.221 /* Computer drawings of the Mandelbrot set */
86622960 2006-11-09T01:46:52Z 68.40.109.77
84766047 2006-10-31T03:30:33Z 70.20.23.226 /* For Programmers */
84373818 2006-10-29T05:45:34Z Pi Delport /* External links */ remove link as per talk page, formatting tweaks
84015729 2006-10-27T08:58:41Z Gandalf61 /* External links */ rm link to commercial site
84010079 2006-10-27T07:51:21Z 62.195.125.204 /* External links */
83993500 2006-10-27T04:53:16Z Pi Delport /* See also */ add description for [[Udo of Aachen]]
81964364 2006-10-17T09:15:43Z Gazpacho /* History */
81964214 2006-10-17T09:14:16Z Gazpacho caption not quite accurate
81692723 2006-10-16T00:40:01Z .anacondabot robot Adding: [[sk:Mandelbrotova množina]]
81555849 2006-10-15T08:07:44Z Rainwarrior rv: the loop breaks when ( x2 + y2 >= (2*2) ), thus it is not always true
81441692 2006-10-14T18:53:26Z 217.224.243.24 /* For Programmers */
81312165 2006-10-14T00:17:46Z MegX dab
81160184 2006-10-13T05:54:53Z Gazpacho /* The main cardioid and period bulbs */
81004092 2006-10-12T13:20:22Z Gandalf61 /* Additional Reading */ renamed to "Further reading" - see [[WP:LAYOUT]]
80991273 2006-10-12T11:35:24Z David Traver /* References */
80771925 2006-10-11T07:04:38Z Davidgothberg Revert edit by 211.28.228.144 to last version by TheRingess.
80767658 2006-10-11T06:15:47Z 211.28.228.144 /* For Programmers */
80159417 2006-10-08T05:21:44Z TheRingess rv mistake
80149010 2006-10-08T03:55:53Z 68.233.243.34 /* History */
80140125 2006-10-08T02:46:45Z Gazpacho /* Basic properties */
80139909 2006-10-08T02:45:08Z Gazpacho /* Computer drawings of the Mandelbrot set */
80110287 2006-10-07T23:14:11Z Gazpacho
80109158 2006-10-07T23:07:27Z Gazpacho
79984617 2006-10-07T06:24:31Z Gazpacho /* Little Mandelbrot copies */
79984010 2006-10-07T06:18:03Z Gazpacho
79983979 2006-10-07T06:17:46Z Gazpacho formatting zero? come on...
79983259 2006-10-07T06:09:30Z Gazpacho this typography is distracting
79725180 2006-10-05T21:37:23Z The Great Zo /* Art and the Mandelbrot set */
79653112 2006-10-05T14:23:54Z TheRingess /* External links */ removed commerical link spam and link to gallery
79618992 2006-10-05T08:59:30Z 193.15.240.60 /* External links */
79041148 2006-10-02T13:58:24Z Rowanseymour Added external link to Refract
78915083 2006-10-01T19:00:32Z TheRingess rv link spam
78910790 2006-10-01T18:36:26Z 84.217.36.125 /* External links */
78501699 2006-09-29T14:01:45Z Davidgothberg /* For Programmers */ Even better explanation of the pseudocode.
78498735 2006-09-29T13:40:55Z Davidgothberg /* For Programmers */ Explanation of the pseudocode since people keep changing it which indicates they missunderstand it.
78497366 2006-09-29T13:31:16Z Davidgothberg Revert to revision 75909331 dated 2006-09-15 17:04:39 by Davidgothberg using [[:en:Wikipedia:Tools/Navigation_popups|popups]]
78495747 2006-09-29T13:19:23Z 62.243.181.5 correcting error in pseudocode (using new y in x calc)
75909331 2006-09-15T17:04:39Z Davidgothberg /* Computer drawings of the Mandelbrot set */ Changed the pseudocode back to colour = "iterations" not "white" since that is the usual way to do it. Fixed the text description accordingly instead.
75870236 2006-09-15T12:01:58Z 217.218.146.198 /* For Programmers */
75705173 2006-09-14T14:22:32Z 193.137.43.138 /* External links */
75705064 2006-09-14T14:21:49Z 193.137.43.138 /* External links */
75269141 2006-09-12T10:55:59Z Ultrasine /* External links */
73489088 2006-09-03T00:35:26Z UberScienceNerd remove POV
73087156 2006-08-31T20:10:45Z 67.153.224.130 /* Art and the Mandelbrot set */
73086632 2006-08-31T20:07:51Z 67.153.224.130 /* Art and the Mandelbrot set */
73085803 2006-08-31T20:03:03Z 67.153.224.130 /* Art and the Mandelbrot set */
73085531 2006-08-31T20:01:35Z 67.153.224.130 /* References */
73085195 2006-08-31T19:59:47Z 67.153.224.130 /* References */
72596940 2006-08-29T12:50:16Z 64.230.70.27 /* External links */ Wikisource killed it
72193800 2006-08-27T14:39:37Z SmackBot ISBN formatting &/or general fixes using [[WP:AWB|AWB]]
71853548 2006-08-25T18:27:48Z Adam majewski /* External links */
71853035 2006-08-25T18:24:47Z Adam majewski /* External links */
71685301 2006-08-24T21:58:27Z Drewmandan /* Art and the Mandelbrot set */
71685202 2006-08-24T21:57:50Z Drewmandan /* Art and the Mandelbrot set */
71685025 2006-08-24T21:56:42Z Drewmandan /* Art and the Mandelbrot set */
71683783 2006-08-24T21:49:39Z 24.141.65.56 /* Art and the Mandelbrot set */
71683546 2006-08-24T21:48:12Z 24.141.65.56 /* Art and the Mandelbrot set */
71683128 2006-08-24T21:45:55Z 24.141.65.56 /* References */
71682899 2006-08-24T21:44:42Z 24.141.65.56 /* References */
71388502 2006-08-23T14:43:49Z 207.150.135.237 /* Art and the Mandelbrot set */
70542773 2006-08-19T05:45:30Z 69.109.116.114
70059953 2006-08-16T18:09:19Z Rainwarrior removing /* Other */ This sounds like Benoit Mandelbrot, but is it notable? Furthermore it is inappropriate to add new material to an article already with a -fact- tag.
70056288 2006-08-16T17:50:18Z Baccyak4H
69964385 2006-08-16T06:27:40Z TheRingess rv vandalism
69961423 2006-08-16T06:00:38Z 222.154.38.158
69961276 2006-08-16T05:59:19Z 222.154.38.158
67754296 2006-08-05T02:29:28Z Kelisi His name is Benoît, not Benoit.
67408280 2006-08-03T09:23:10Z Davidgothberg /* Computer drawings of the Mandelbrot set */ Moved two of the images down to the next section so that they don't cover (destroy) the pseudocode in 800x600 screen resolution.
67407123 2006-08-03T09:11:37Z Davidgothberg /* A simple algorithm */ Fixed the description, among other things it did not mention that some values never escapes.
67374345 2006-08-03T03:54:41Z Vancouverbagel Neutral voice edit
67373734 2006-08-03T03:50:27Z Connelly /* History */ clarify
67367181 2006-08-03T03:01:09Z Connelly /* Basic properties */ Function f has not been defined. I assume f_c^n(0) was meant instead.
67363046 2006-08-03T02:30:38Z Connelly /* History */ Attempt to de-confuse the "layperson's Mandelbrot set" with the "mathematician's Mandelbrot set." See Talk page...
67310946 2006-08-02T20:56:59Z 24.84.52.255 /* Computer drawings of the Mandelbrot set */
64650949 2006-07-19T12:33:51Z 81.169.152.214 /* The main cardioid and period bulbs */
64634336 2006-07-19T09:53:21Z VictorAnyakin /* External links */ +interwiki->uk
64091175 2006-07-16T08:57:56Z Gandalf61 /* Little Mandelbrot copies */ rmv redundant sentences
64010438 2006-07-15T20:54:40Z CharlesC
64010334 2006-07-15T20:54:01Z CharlesC
63876804 2006-07-15T00:22:11Z Kjknohw /* Little Mandelbrot copies */
60622602 2006-06-26T08:12:02Z Gandalf61 /* External links */ rmv spam link to non-notable personal website
60550355 2006-06-25T21:48:17Z 200.102.86.8 /* External links */
60331181 2006-06-24T13:12:10Z CharlesC /* See also */
60330824 2006-06-24T13:08:15Z CharlesC /* Relationship with Julia sets */
60069425 2006-06-22T21:52:17Z 131.230.133.186 /* See also */
59416607 2006-06-19T10:13:36Z Gandalf61 Wikify step 3 - change bold emphasis to italic emphasis for consistency within article; remove wikify tag
59415975 2006-06-19T10:05:59Z Gandalf61 Wikify step 2 - change references to use standard in-line citation method
59415110 2006-06-19T09:54:42Z Gandalf61 Wikify step 1 - fix headings; move "animated zoom" para to Art section
59346213 2006-06-18T23:02:59Z CharlesC
59344435 2006-06-18T22:49:43Z CharlesC
59344122 2006-06-18T22:47:32Z CharlesC
59188517 2006-06-17T23:52:56Z CharlesC /* History */
59187418 2006-06-17T23:44:45Z CharlesC Moved a paragraph from later in the intro to the beginning so it is more relevant to the general reader before launching into the maths
59052354 2006-06-17T03:22:55Z Rainwarrior Replacing the animated zoom as a link. (see talk)
59051937 2006-06-17T03:19:24Z Rainwarrior /* Animated zoom */ removing animated zoom, file is HUGE, see talk
59024010 2006-06-16T23:16:15Z CharlesC /* Animated zoom */
59021034 2006-06-16T22:53:58Z CharlesC Rectified the position of a sub-section that had been orphaned below a paragraph I had added
59020072 2006-06-16T22:46:48Z CharlesC Removed sentence about only boundary being a fractal, as I think this is splitting hairs somewhat - the image is primarily defined by the boundary anyhow
59019186 2006-06-16T22:40:46Z CharlesC
59018438 2006-06-16T22:35:26Z CharlesC
59017794 2006-06-16T22:31:03Z CharlesC /* Animated zoom */
59017053 2006-06-16T22:25:45Z CharlesC /* Computer Drawings of the Mandelbrot Set */
58406128 2006-06-13T15:38:41Z Adam majewski /* See also */
58117495 2006-06-12T00:03:09Z J. Finkelstein wikify tag...some of the later sections are also not quite written in an encyclopedic tone
57986735 2006-06-11T04:41:49Z Marudubshinki Robot: converting/fixing HTML
57928832 2006-06-10T20:49:09Z Welsh Spelling
57821461 2006-06-10T03:53:02Z Ourai /* Relationship with Julia sets */ Comma
56899625 2006-06-04T22:40:59Z Max David
56898767 2006-06-04T22:35:17Z Max David Mentioned fractal
54671023 2006-05-23T07:47:59Z 81.208.106.4 /* External links */
54508728 2006-05-22T11:16:52Z Kidburla oops
54508678 2006-05-22T11:16:24Z Kidburla set of params c - this needs to be repeated in case someone doesnt understand the first part
54332441 2006-05-21T10:15:29Z Gene Ward Smith /* Basic properties */ polynomial lemniscates
53990975 2006-05-19T06:20:51Z Khim1 /* Art and the Mandelbrot set */ Bill Boll
53943467 2006-05-18T23:30:56Z 71.34.39.104 /* External links */
53943302 2006-05-18T23:29:52Z 71.34.39.104 /* External links */
53514158 2006-05-16T14:59:11Z 198.188.152.39 /* External links */
53227636 2006-05-14T23:53:04Z 68.123.8.219 /* External links */
53144024 2006-05-14T12:55:57Z Gandalf61 rv changes to external links made by anon without discussion on talk page
53100743 2006-05-14T03:56:42Z 67.127.55.148 /* External links */
53100677 2006-05-14T03:56:05Z 67.127.55.148 /* External links */
53026306 2006-05-13T17:54:50Z Lasserempe /* External links */ Removed added link to Java applet --- see discussion.
52612120 2006-05-11T04:27:41Z 198.188.152.39 /* External links */
52611930 2006-05-11T04:25:57Z 198.188.152.39 /* External links */
51607181 2006-05-05T00:38:52Z 24.242.70.130 /* History */
51607048 2006-05-05T00:37:57Z 24.242.70.130 /* History */
51578626 2006-05-04T21:03:19Z Ck lostsword /* External links */ RM link - not encyclopaedic
51578269 2006-05-04T21:00:40Z Curtigator /* External links */
51052513 2006-05-01T15:22:36Z Lasserempe Adjusted reference to [BM] following the modification of references; also removed external link which seems superfluous (see discussion)
50787150 2006-04-29T20:45:17Z 200.71.139.201 /* External links */
50760167 2006-04-29T17:19:44Z 200.71.139.201 /* External links */
50760117 2006-04-29T17:19:23Z 200.71.139.201 /* External links */
50751812 2006-04-29T16:11:37Z Pt /* The main cardioid and period bulbs */ added a space
50751586 2006-04-29T16:09:28Z Pt /* Basic properties */ [[external rays]] -> [[external ray]]s
50649565 2006-04-28T21:51:01Z Lasserempe /* External links */ drastically reduced the "external links" section, which was not useful. Please do not add JAVA applets / galleries unless you feel that value is added (discussion welcome).
50641991 2006-04-28T20:58:55Z Lasserempe style of references changed to allow for simple in-text linking to references. (scientific style)
49973382 2006-04-24T20:45:55Z Lasserempe Reverted vandalism by [[Special:Contributions/161.97.210.34|161.97.210.34]] ([[User_Talk:161.97.210.34|Talk]]) to last version by Nagytibi
49965622 2006-04-24T19:52:01Z 161.97.210.34 /* History */
49744020 2006-04-23T12:28:02Z Nagytibi iw
49704078 2006-04-23T04:11:18Z 200.71.139.244 /* External links */
49384151 2006-04-21T02:20:55Z 218.134.109.105 /* External links */
49383995 2006-04-21T02:19:43Z 218.134.109.105 /* External links */
48846561 2006-04-17T14:31:01Z Wiki alf Reverted edits by [[Special:Contributions/64.251.54.98|64.251.54.98]] ([[User talk:64.251.54.98|talk]]) to last version by Timwi
48846524 2006-04-17T14:30:44Z 64.251.54.98
48842010 2006-04-17T13:50:57Z Timwi /* Basic Properties */
48841992 2006-04-17T13:50:47Z Timwi /* Local Connectivity of the Mandelbrot set */
48841972 2006-04-17T13:50:35Z Timwi /* Little Mandelbrot copies */
48841797 2006-04-17T13:48:57Z Evercat Reverted edits by [[Special:Contributions/64.251.54.98|64.251.54.98]] ([[User talk:64.251.54.98|talk]]) to last version by Galinda
48841747 2006-04-17T13:48:26Z 64.251.54.98
48698538 2006-04-16T13:21:05Z Galinda~enwiki added Catalan
48317929 2006-04-13T19:42:44Z 83.8.249.18
48270096 2006-04-13T13:24:43Z 209.112.136.189
47899029 2006-04-11T03:12:17Z Frencheigh rvn
47897656 2006-04-11T03:00:21Z 203.166.99.251 /* History */
47841048 2006-04-10T19:41:31Z Visor /* Computer Drawings of the Mandelbrot Set */ added internal link
47465415 2006-04-07T21:38:13Z 69.116.150.174
47426709 2006-04-07T16:51:21Z Nippoo /* The main cardioid and period bulbs */ tp
47387340 2006-04-07T10:35:53Z 202.141.69.142 /* Problems */
47387268 2006-04-07T10:34:59Z 202.141.69.142 /* Problems */
47313138 2006-04-06T21:56:48Z 63.229.217.45 /* External links */
47168286 2006-04-05T23:20:52Z Lasserempe /* References */
47168065 2006-04-05T23:18:41Z Lasserempe /* Little Mandelbrot copies */ Entered links (though links to Douady and Hubbard already appear earlier in the article)
47132437 2006-04-05T19:10:31Z Nippoo /* Little Mandelbrot copies */ please fix these wikilinks
46824579 2006-04-03T22:46:53Z 67.95.245.10 /* Local Connectivity of the Mandelbrot set */
46807810 2006-04-03T20:47:39Z Duncan.france /* Generalizations */ English
46791683 2006-04-03T19:01:30Z Tó campos~enwiki
46791236 2006-04-03T18:58:23Z Tó campos~enwiki
46770880 2006-04-03T16:39:01Z Tó campos~enwiki new Animated_cycle.gif --Attracting cycle in 2/5-bulb
46744565 2006-04-03T12:50:36Z Tó campos~enwiki exporting Art and the Mandelbrot set to Fractal Art
46727253 2006-04-03T09:48:43Z Conscious composition of <math>f_c^n</math> with itself -> composition of <math>f_c</math> with itself
46702888 2006-04-03T05:45:31Z 152.91.8.100 /* Mandelbrot set in songs */ EP links to Extended play, not the disambiguation page
46701426 2006-04-03T05:31:05Z David R. Ingham /* Art and the Mandelbrot set */
46692281 2006-04-03T04:00:48Z David R. Ingham /* Art and the Mandelbrot set */
45639961 2006-03-27T01:30:42Z Tó campos~enwiki new image Cycles
45578692 2006-03-26T16:51:02Z 64.222.115.147 /* Mandelbrot set in songs */
45563129 2006-03-26T14:01:09Z Lasserempe /* Hyperbolic components */
45560638 2006-03-26T13:29:04Z Lasserempe /* The main cardioid and period bulbs */ Description of behavior in p/q-bulbs added.
45197954 2006-03-24T01:51:32Z Tó campos~enwiki atracting cycles image - is that ok?
45165486 2006-03-23T22:14:10Z R.e.b. /* History */ reference
44723406 2006-03-20T22:48:34Z Lasserempe /* The main cardioid and period bulbs */ picture removed, as it is mixing dynamical and parameter plane --- see comment on talk page (Discussion welcome)
44653193 2006-03-20T12:34:20Z Tó campos~enwiki Attracting cycles image - is this usefull?
44462492 2006-03-19T05:22:00Z J.Steinbock Simple Renovations: Picture Modification
44297407 2006-03-18T02:06:21Z 81.208.106.73 /* External links */
44205675 2006-03-17T12:52:07Z Lasserempe /* See also */ A few references added
44185167 2006-03-17T08:41:30Z Chobot robot Modifying: ko
44089176 2006-03-16T18:58:13Z Lasserempe /* Plotting the set */ A rough rewrite of the computer graphics part of the article. More details should be added. Section on 'optimizations' should also be revised.
44083085 2006-03-16T18:08:24Z Lasserempe /* The main cardioid and period bulbs */ moved picture to top
44082929 2006-03-16T18:07:11Z Lasserempe /* Basic Properties */
44079715 2006-03-16T17:42:29Z Lasserempe Opening paragraph adjusted. Section on main cardioid and bulbs added. "Generalizations" moved to keep mathematical part in one piece.
43961965 2006-03-15T23:32:11Z Lasserempe /* Generalizations */ added bifurcation loci, antiholomorphic generalizations. Removed specific example of ''burning ship'' fractal.
43943753 2006-03-15T21:06:04Z Fractalmichel /* Generalizations */
43943437 2006-03-15T21:03:34Z Fractalmichel /* Generalizations */
43942394 2006-03-15T20:55:27Z Fractalmichel /* External links */
43942191 2006-03-15T20:53:41Z Fractalmichel /* External links */
43941004 2006-03-15T20:44:18Z Fractalmichel /* External links */
43938420 2006-03-15T20:24:19Z MikeJ9919 /* Optimization */ Disambiguation link repair - [[Wikipedia:Disambiguation pages with links|You can help!]]
43917029 2006-03-15T17:37:12Z Lasserempe typo corrected
43916801 2006-03-15T17:35:28Z Lasserempe The math. part of the article has been restructured, as it was previously misleading and sometimes mathematically inaccurate. The definition has been phrased more concisely.
43173739 2006-03-10T18:54:53Z 166.113.52.50 Removed "the" from "The Blue Man Group"
42581950 2006-03-07T02:41:39Z Tó campos~enwiki more details
42575152 2006-03-07T01:50:29Z Tó campos~enwiki adding Some details of the Mandelbrot set
42570808 2006-03-07T01:19:39Z Tó campos~enwiki more about cycles
42257529 2006-03-04T23:15:49Z Davidgothberg Changed main image size slightly to cause wikipedia to rerender it since it was damaged (it was blank).
42186297 2006-03-04T11:54:56Z Jonathan Karlsson /* External links */ Removed the last two external links - galleries of the Mset
42186101 2006-03-04T11:52:15Z Jonathan Karlsson /* Art and the Mandelbrot set */ Removed the first picture as it was an image of a julia set and not the mandelbort set
42161899 2006-03-04T05:48:12Z David R. Ingham /* External links */
41902762 2006-03-02T14:18:07Z 158.123.138.252 /* Generalizations */
41902719 2006-03-02T14:17:48Z 158.123.138.252 /* Generalizations */
41902498 2006-03-02T14:15:41Z 158.123.138.252 /* Generalizations */
41792758 2006-03-01T20:07:20Z Jonathan Karlsson rv
41784529 2006-03-01T18:58:27Z Geraldkrug
41659806 2006-02-28T21:57:28Z Ck lostsword Minor copy-edit
41627595 2006-02-28T16:59:55Z Tó campos~enwiki
41614184 2006-02-28T14:56:22Z Tó campos~enwiki zooming in the set
41414470 2006-02-27T04:05:57Z Tó campos~enwiki
41236021 2006-02-25T23:51:13Z Tó campos~enwiki
41232684 2006-02-25T23:24:33Z Tó campos~enwiki
41232520 2006-02-25T23:23:11Z Tó campos~enwiki
41043461 2006-02-24T18:09:17Z Tó campos~enwiki
41030276 2006-02-24T16:30:35Z Tó campos~enwiki
41030054 2006-02-24T16:28:51Z Tó campos~enwiki
41029704 2006-02-24T16:26:12Z Tó campos~enwiki
41029473 2006-02-24T16:24:28Z Tó campos~enwiki
40884313 2006-02-23T17:30:37Z Garo reverted, x2 and y2 should be updated in the while loop
40861983 2006-02-23T14:21:03Z Taejo /* Code example */ removed repeated code
40752169 2006-02-22T20:09:24Z Fractalmichel /* Art and the Mandelbrot set */
40634753 2006-02-21T23:39:57Z Rich Farmbrough Reverted edits by [[Special:Contributions/86.129.85.127|86.129.85.127]] ([[User talk:86.129.85.127|talk]]) to last version by Frencheigh
40574664 2006-02-21T15:22:46Z 86.129.85.127
40574415 2006-02-21T15:20:26Z 86.129.85.127 Changed the pseudo code to QBasic code in order to make it compact.
39785005 2006-02-15T21:28:16Z Frencheigh /* Mandelbrot set in songs */ combining doubled song entry
39784678 2006-02-15T21:25:59Z 172.140.237.89 /* Mandelbrot set in songs */
39509425 2006-02-14T00:16:34Z Fractalmichel /* Art and the Mandelbrot set */
39244122 2006-02-11T20:30:10Z David R. Ingham /* Art and the Mandelbrot set */ Adding image that was already uploaded.
38583166 2006-02-07T06:43:17Z 129.22.162.111 /* External links */
38583120 2006-02-07T06:42:42Z 129.22.162.111 /* External links */
38466706 2006-02-06T14:53:59Z Gandalf61 rvv
38466355 2006-02-06T14:50:27Z 155.198.209.157 /* History */
38466269 2006-02-06T14:49:38Z 155.198.209.157 /* History */
37952437 2006-02-03T04:14:11Z 198.188.152.33 /* External links */
37536959 2006-01-31T17:13:09Z EmilJ rv to last version by Davidgothberg
37528991 2006-01-31T16:09:46Z 151.204.248.37
37528810 2006-01-31T16:08:24Z 151.204.248.37
36915099 2006-01-27T08:00:13Z Davidgothberg /* Code example */ Removed the other ";" that some one added to some lines. This is pseudocode, not C code.
36914872 2006-01-27T07:56:44Z Davidgothberg /* Code example */ Removed a ";" that should not be there
36874932 2006-01-27T01:03:18Z 88.107.11.156
36857411 2006-01-26T22:49:53Z 88.107.2.133
36857176 2006-01-26T22:48:23Z 88.107.2.133
36856845 2006-01-26T22:46:13Z 88.107.2.133
36856128 2006-01-26T22:41:36Z 88.107.2.133
36341137 2006-01-23T10:13:54Z Andreoli.carlo~enwiki please, try to keep a good visual style
36278754 2006-01-22T23:18:13Z EmilJ rv nonsense link; is Rich Farmbrough a bot?
36275646 2006-01-22T22:52:39Z Rich Farmbrough Wikify dates
36252859 2006-01-22T19:51:39Z EmilJ rv
36248525 2006-01-22T19:11:47Z Seudoname
35742235 2006-01-18T23:29:16Z Adam J. Sporka /* See also */ Udo of Aachen
35011566 2006-01-13T12:19:12Z Garo
35011373 2006-01-13T12:16:18Z Garo It's a unwritten rule to never use upperscript in code examples
34924826 2006-01-12T20:14:32Z 24.7.88.207 /* Art and the Mandelbrot set */
34832877 2006-01-12T01:12:49Z 69.160.30.250
34832613 2006-01-12T01:10:14Z 69.160.30.250 /* Code example */
34832414 2006-01-12T01:08:29Z 69.160.30.250 /* Code example */
34355950 2006-01-08T11:15:02Z 82.196.163.152 /* External links */
34355922 2006-01-08T11:14:29Z 82.196.163.152 /* External links */
34151865 2006-01-06T20:25:12Z David R. Ingham /* Art and the Mandelbrot set */ Completing the analogy.
34149824 2006-01-06T20:08:39Z David R. Ingham /* Art and the Mandelbrot set */ typo
34144403 2006-01-06T19:22:57Z David R. Ingham /* Art and the Mandelbrot set */ This anticipates the next version of "Deep Re-Twisted".
34143223 2006-01-06T19:13:00Z David R. Ingham /* Art and the Mandelbrot set */ repeated word
34141559 2006-01-06T18:58:48Z David R. Ingham /* Art and the Mandelbrot set */ Maybe enough text not to interfere with the next section.
34140534 2006-01-06T18:51:12Z David R. Ingham /* Art and the Mandelbrot set */
34097527 2006-01-06T10:56:55Z 62.178.195.214
33365215 2005-12-31T10:31:21Z Gandalf61 rv anon changes which made subsequent formulae inconsistent
32914237 2005-12-27T21:15:52Z 24.184.27.188
32914198 2005-12-27T21:15:26Z 24.184.27.188
32471275 2005-12-23T10:40:50Z 82.196.163.152 /* External links */
32471260 2005-12-23T10:40:27Z 82.196.163.152 /* External links */
32471215 2005-12-23T10:39:44Z 82.196.163.152 /* External links */
32396671 2005-12-22T20:12:46Z Jredmond Reverted edits by [[Special:Contributions/82.196.163.152|82.196.163.152]] ([[User talk:82.196.163.152|talk]]) to last version by 69.107.48.247
32332655 2005-12-22T06:37:20Z 82.196.163.152 /* External links */
31815209 2005-12-18T05:08:32Z 69.107.48.247 /* Art and the Mandelbrot set */ That was not quite right yet.
31804655 2005-12-18T03:07:39Z EmilJ /* Mathematics */ clarify & expand
31779697 2005-12-17T22:51:52Z 69.107.48.247 /* Art and the Mandelbrot set */ Tydying up.
31771050 2005-12-17T21:33:13Z David R. Ingham /* Art and the Mandelbrot set */ one more image, not quite finished yet
31715471 2005-12-17T09:21:39Z Andreoli.carlo~enwiki optimized for 1024x768
31629926 2005-12-16T17:34:48Z David R. Ingham /* Art and the Mandelbrot set */
31521735 2005-12-15T21:33:48Z David R. Ingham /* Art and the Mandelbrot set */
31391571 2005-12-14T23:11:20Z Knotnic
31317660 2005-12-14T12:00:48Z Shiftchange /* Art and the Mandelbrot set */ add link to fractal art
31317168 2005-12-14T11:52:26Z Andreoli.carlo~enwiki image put in invisible table
31140957 2005-12-13T02:59:17Z Mathbot Internal link to [[cut-the-knot]]. See [[talk:cut-the-knot]] for discussion and comments. This is a semi-automatic update.
30937713 2005-12-11T16:27:37Z 82.196.163.152 /* External links */
30937684 2005-12-11T16:27:12Z 82.196.163.152 /* External links */ added link to Multimand page
30737956 2005-12-09T18:46:00Z David R. Ingham /* Art and the Mandelbrot set */ Shringking thumbs to uniform size. It was getting cluttered.
30735676 2005-12-09T18:25:45Z David R. Ingham /* Art and the Mandelbrot set */
30440763 2005-12-07T05:58:45Z 24.250.171.36 /* External links */
30204312 2005-12-05T08:32:16Z Andreoli.carlo~enwiki Formatting done
30204164 2005-12-05T08:29:22Z Andreoli.carlo~enwiki
30200681 2005-12-05T07:22:07Z David R. Ingham /* Generalizations */ Trying to format better. New section should be below pictures.
30042866 2005-12-03T20:27:00Z Open2universe /* External links */ Removed dead link. It appeared to be a student site
30040178 2005-12-03T19:56:22Z David R. Ingham /* Art and the Mandelbrot set */
29611463 2005-11-29T18:41:28Z Fredrik /* Mathematics */ mention that an exact expression for the area is known (per mathworld's article)
29182106 2005-11-25T03:23:35Z David R. Ingham /* Art and the Mandelbrot set */
29168530 2005-11-24T23:18:52Z David R. Ingham
29168341 2005-11-24T23:15:59Z David R. Ingham /* Art and the Mandelbrot set */
29166503 2005-11-24T22:48:07Z David R. Ingham /* Art and the Mandelbrot set */ Adding image, correcting captions.
28959267 2005-11-22T04:21:26Z Davidgothberg /* Mandelbrot set in song */ Grammar
28922511 2005-11-21T18:42:50Z Davidgothberg /* Plotting the set */ Added a code example.
28620506 2005-11-17T21:36:44Z RexNL +no:
28620455 2005-11-17T21:35:51Z RexNL -pl: +nl:
28608398 2005-11-17T18:30:13Z David R. Ingham /* Art and the Mandelbrot set */
28574008 2005-11-17T07:05:12Z David R. Ingham /* Art and the Mandelbrot set */ Adding other view of this part of the set.
28431278 2005-11-15T20:28:02Z Jonathan Karlsson Removed picture of cat, not consistent with style
28378632 2005-11-15T07:56:09Z David R. Ingham /* Art and the Mandelbrot set */
28377784 2005-11-15T07:41:03Z David R. Ingham /* Art and the Mandelbrot set */
27478411 2005-11-05T22:26:33Z RDF /* Art and the Mandelbrot set */ caption
27478261 2005-11-05T22:24:18Z RDF /* Art and the Mandelbrot set */ Composite Mandelbrot set art
27001378 2005-10-31T20:14:08Z Jonathan Karlsson Reverts changes by 81.99.188.84
26885308 2005-10-30T15:29:18Z 81.99.188.84 30/10/2005 R Hopkins added a new external link
26590835 2005-10-27T04:25:27Z 71.137.216.153 removed superfluous colon
26502020 2005-10-26T04:10:24Z 134.115.68.21 fixed a link
26400214 2005-10-25T01:02:46Z 69.226.217.75 changed text "complex plane" to link to [[complex plane]], not the less-useful [[complex number]]
26369510 2005-10-24T18:15:01Z Jstumpel /* Optimization */
26369377 2005-10-24T18:12:51Z Jstumpel /* Optimization */
26368745 2005-10-24T18:01:55Z Jstumpel /* Optimization */
26273419 2005-10-23T14:26:46Z Jstumpel /* Optimization */
26260016 2005-10-23T09:39:43Z Jstumpel /* Optimization */
25348081 2005-10-12T10:43:57Z Frencheigh rv
25346997 2005-10-12T10:18:58Z P0lyglut /* Mathematics */
25335247 2005-10-12T05:25:49Z 203.20.36.81 /* Art and the Mandelbrot set */
24895966 2005-10-06T13:50:15Z Mormegil /* External links */ +cs:
24503388 2005-10-01T20:00:19Z 84.109.156.46 /* History */
24331739 2005-09-29T17:26:58Z Fibonacci high res image
23502170 2005-09-19T03:52:47Z ZorkFox copyedit removed some extraneous whitespace around em-dashes /* Adding color */
23501205 2005-09-19T03:35:08Z ZorkFox typo /* Plotting the set */
23452488 2005-09-18T09:03:35Z 81.168.201.29 /* External links */
22753887 2005-09-07T05:56:19Z Frencheigh /* Mandelbrot set in song */ jc has article now
22733929 2005-09-06T23:45:17Z Rbeas /* History */
21316606 2005-08-18T21:06:49Z Jredmond Reverted edits by [[Special:Contributions/162.27.9.20|162.27.9.20]] to last version by EJ
21315794 2005-08-18T20:54:38Z 162.27.9.20
21306885 2005-08-18T18:34:43Z 162.27.9.20
21054780 2005-08-15T10:03:40Z EmilJ fix caps & other notation
20841142 2005-08-12T09:27:46Z Gandalf61 /* Mathematics */ Rmv section stub notice and badly constructed paragraph
20783661 2005-08-11T16:23:50Z P0lyglut /* Mathematics */
20777374 2005-08-11T14:42:26Z Jredmond Reverted edits by [[Special:Contributions/65.119.186.142|65.119.186.142]] to last version by Rdnzl
20774911 2005-08-11T13:58:09Z 65.119.186.142 /* Mathematics */
20591955 2005-08-09T03:09:22Z Rdnzl /* External links */
20224897 2005-08-03T23:32:14Z Nowhither /* Mathematics */ Fixed "connected" link
20113517 2005-08-02T13:37:51Z EmilJ /* Mathematics */ umm, I missed this reference
20113263 2005-08-02T13:30:30Z EmilJ /* External links */ added link
20112941 2005-08-02T13:21:59Z EmilJ /* Mathematics */ Included some facts. Please, people, put questions on the talk page, not inside the article.
20035715 2005-08-01T08:04:28Z AquaDoctorBob /* External links */ Dead link removal :(
19913521 2005-07-30T10:30:23Z Garo fractal is already a link at the start of the page, the questions are theories
19908243 2005-07-30T07:48:25Z 68.102.252.87 /* Mathematics */
19908193 2005-07-30T07:47:00Z 68.102.252.87 /* Mathematics */
19906230 2005-07-30T06:52:07Z 68.199.26.248
19886356 2005-07-29T23:13:41Z Garo minor layout change (easier to read)
19569189 2005-07-25T12:06:09Z 202.59.111.252 /* Adding color */ added some more # of iterations
19357232 2005-07-22T06:27:08Z 70.112.211.102 /* Mathematics */
18717735 2005-07-13T02:53:49Z Mathbot Robot-assisted spelling. See [[User:Mathbot/Logged misspellings]] for changes.
18634852 2005-07-11T23:04:25Z SurrealWarrior /*Mathematics*/ Added references
18634223 2005-07-11T22:54:48Z SurrealWarrior
18520989 2005-07-10T10:04:01Z P0lyglut /* Mathematics */ leads
18382690 2005-07-08T07:44:20Z Fredrik yes, a mathematics section is fine -- but sans "warning", but the ext. links grouping is needless and inaccurate (several of them are not about plotting)
18380687 2005-07-08T06:44:20Z P0lyglut /* External links */
18380570 2005-07-08T06:41:33Z P0lyglut
18349738 2005-07-07T20:20:43Z Fredrik no such warning is needed. comments *about* the article go on the talk page, and people have gotten your point by now
18307644 2005-07-07T04:51:02Z P0lyglut
18307168 2005-07-07T04:40:26Z Ghakko Reverted comment by P0lyglut.
18252588 2005-07-06T11:24:55Z P0lyglut added disclaimer for unsuspect teens.
18252532 2005-07-06T11:23:24Z Fredrik
18252322 2005-07-06T11:17:25Z Fredrik remove pointless disclaimer. if the article needs to be expanded, it is enough to say so on the talk page
18252047 2005-07-06T11:10:17Z P0lyglut added disclaimer
17948956 2005-07-01T10:26:40Z Minghong /* External links */ Not a big deal
17903113 2005-06-30T16:56:59Z Paul August reverting back to italic "i" for imaginary unit (see [[Talk:Complex number]]
17766779 2005-06-28T15:54:07Z Wurzel~enwiki updated non-italic notation of imag. unit; see also section ''discussion'' of [[complex number]]
15916619 2005-06-26T08:37:12Z Gandalf61 /* External links */ rmv link to zip file and links to commercial sites
15853056 2005-06-26T04:00:43Z 4.130.71.193
15844497 2005-06-26T03:50:23Z 4.130.71.193
15844061 2005-06-24T20:58:46Z 80.98.147.200 /* External links */
15772373 2005-05-31T07:35:57Z Josh Parris dab CGI
14478924 2005-05-28T13:39:34Z Unc.hbar /* External links */ Added a link to a Mandelbrot Set Gallery
14359000 2005-05-24T18:11:26Z Brighterorange missing period ([[Wikipedia:WikiProject Punctuation|you can help!]])
14171408 2005-05-10T20:10:09Z 212.152.232.196 /* External links */
13523316 2005-05-10T11:50:27Z 203.103.83.82 /* Adding color */
13511203 2005-05-10T07:42:03Z MarkSweep undo accidental deletion
13505993 2005-05-10T07:33:55Z YGingras /* Plotting the set */ added still image for the video
13505850 2005-05-10T06:14:51Z 213.47.114.158 /* External links */
13504131 2005-05-09T19:39:47Z 213.47.114.158 /* External links */
13482212 2005-05-09T06:45:59Z YGingras /* Plotting the set */ added zooming movie
13464812 2005-05-02T09:57:18Z Sundar I think this is where we put them
13126384 2005-05-02T09:18:16Z 140.78.117.53 /* Sister projects about the Madelbrot set: */
13125434 2005-04-17T19:16:18Z Sam Hocevar it's -> it is
12441367 2005-04-17T17:56:51Z Linas remove general category
12438557 2005-04-15T01:35:26Z Mathbot "Removed extra blank lines."
12325014 2005-04-14T18:22:25Z 66.144.13.254 /* External links */ more detail on the Julia & Mandelbrot Explorer
12307924 2005-04-14T18:05:51Z Oleg Alexandrov spelling
12307280 2005-04-14T10:16:13Z Solkoll~enwiki adding /* Sister projcets about the Madelbrot set: */ above the table.
12293057 2005-04-14T10:14:07Z Solkoll~enwiki /* External links */ + {{commons|Mandelbrot set}} (Also moved it (and {{wikisource}}) to a table above this headline)
12293021 2005-04-11T01:59:24Z Sam Hocevar fixed double word
12145835 2005-04-06T01:56:17Z 4.228.111.57 /* Mandelbrot set in song */
11938919 2005-04-06T01:55:11Z 4.228.111.57 /* Mandelbrot set in song */
11938880 2005-04-06T01:16:11Z Oleg Alexandrov "Spelling. This is a semi-automatic update (software suggests changes and user decides). It is likely this bot did not fix all spelling mistakes in this article."
11937677 2005-03-30T19:53:50Z .:Ajvol:. +ru
11696017 2005-03-28T17:15:06Z Dominus /* Plotting the set */ db
11613574 2005-03-28T01:36:03Z Frencheigh /* Mandelbrot set in song */
11591606 2005-03-28T01:35:34Z Frencheigh /* Mandelbrot set in song */
11591590 2005-03-28T01:29:56Z Frencheigh
11591399 2005-03-27T08:43:09Z Everyking
11568039 2005-03-25T05:21:52Z Chickenhead Added Blueman Group to /* Mandelbrot set in song */
11496085 2005-03-24T00:37:18Z 66.65.129.51 /* External links */
11450868 2005-03-20T03:42:53Z 200.232.196.164
11308109 2005-03-15T17:58:36Z 68.6.110.228
11171825 2005-03-15T17:56:47Z 68.6.110.228 Added Mandelbrot Set Explorer
11171782 2005-03-15T09:40:38Z 62.76.249.55 /* External links */
11163145 2005-03-14T19:31:30Z Minghong /* External links */
11140835 2005-03-11T05:23:42Z Pdelong fixed improper use of plural (changed to singular)
11014636 2005-03-09T16:50:14Z 132.208.136.54 /* External links */ fixed link for Fract
10961670 2005-03-09T16:48:59Z 132.208.136.54 added link to Fract
10961639 2005-03-03T09:54:01Z Brion VIBBER /* Adding color */ grammar
10725424 2005-03-02T14:34:59Z Fredrik Reverted edits by [[Special:Contributions/217.158.123.2|217.158.123.2]] to last version by Nohat
10702089 2005-03-02T14:11:05Z 217.158.123.2
10701668 2005-03-02T02:08:47Z Nohat sp cardioid
10688391 2005-02-27T19:34:50Z Pakaran /* Adding color */ fill in a few captions
10620975 2005-02-27T19:14:12Z Cyrius /* Adding color */ try using <gallery>
10620471 2005-02-27T19:03:16Z Pakaran /* Adding color */ add images, to show the benefits of higher iteration counts
10620214 2005-02-27T18:40:41Z Pakaran /* Optimization */
10619667 2005-02-27T18:21:54Z Pakaran /* Plotting the set */ note to self: upload and add images
10619246 2005-02-27T18:10:41Z Pakaran mention largest cardioid
10618991 2005-02-27T18:04:33Z Pakaran /* Art and the Mandelbrot set */
10618841 2005-02-27T17:58:16Z Pakaran /* Plotting the set */
10618680 2005-02-27T14:33:53Z 83.113.111.239
10615189 2005-02-27T04:32:13Z Pakaran /* Art and the Mandelbrot set */ add mini set
10605420 2005-02-18T08:45:31Z HenHei~enwiki +it:
10384882 2005-02-02T04:13:57Z Evercat newly restored image
9879035 2005-02-02T03:46:11Z Evercat
9878348 2005-01-31T12:32:45Z Evercat fix image missing top right. Also, the older Buddhabrot image is arguably the more "correct" one...
9823846 2005-01-07T21:28:30Z Solipsist /* Plotting the set */
9184303 2004-12-17T13:49:06Z Phil Boswell Balance Div tags - [[WP:WS|Please return the favour by clicking here to fix someone else's Wiki Syntax]]
8521422 2004-12-13T05:01:28Z Mikenolte /* External links */
8385895 2004-12-11T23:22:05Z Evercat move down
8345652 2004-12-11T22:12:16Z 213.224.144.220 /* Art and the Mandelbrot set */
8343257 2004-12-11T22:06:21Z 213.224.144.220 /* Art and the Mandelbrot set */
8343056 2004-12-09T20:50:05Z Sword~enwiki /* External links */
8273668 2004-12-09T11:12:43Z 145.97.65.62
8262960 2004-12-09T11:11:50Z 145.97.65.62
8262952 2004-12-05T04:01:12Z Saltine /* External links */
8136751 2004-12-04T23:50:04Z 80.117.8.99 /* External links */
8129879 2004-11-26T13:49:04Z 207.218.29.229 /* History of the Mandelbrot set */
7872842 2004-11-26T13:46:57Z 207.218.29.229 /* History of the Mandelbrot set */
7872802 2004-11-23T20:04:49Z 212.144.156.233
7789601 2004-11-23T20:04:31Z 212.144.156.233
7789595 2004-11-22T16:28:53Z Pt typo
7753084 2004-11-22T00:59:27Z Jackliddle
7734905 2004-11-22T00:58:03Z Jackliddle added a few captions ot the pictures
7734862 2004-11-09T00:53:57Z Evercat /* Plotting the set */ link [[Buddhabrot]]
7240375 2004-11-08T14:20:54Z Crust
7219777 2004-11-05T20:51:09Z Crust
7135734 2004-11-01T03:15:44Z 138.89.137.218 /* External links */
7023865 2004-10-22T18:11:35Z Evercat /* Adding color */ there are different ways of doing colour; what's described is the simplest one
6776463 2004-10-22T09:24:35Z Gandalf61 /* History of the Mandelbrot set */ Revert changes - these are FUNCTIONS, not EQUATIONS
6767464 2004-10-21T20:42:33Z 24.155.128.13 /* History of the Mandelbrot set */
6758298 2004-10-21T20:42:07Z 24.155.128.13 /* History of the Mandelbrot set */ [EQUALS YOU FAGGOTS]
6758289 2004-10-21T17:50:15Z Touriste Removed an inaccuracy about cardinality of connected components of the interior
6754669 2004-10-21T01:38:04Z Evercat /* Plotting the set */ reduce size, and add buddhabrot
6740836 2004-10-21T01:27:42Z Evercat /* External links */ I'm not sure how worthwhile these interface screenshots are
6740689 2004-10-19T21:12:34Z Evercat /* External links */ Mu-Ency
6711786 2004-10-18T11:14:20Z Gandalf61 /* External links */ remove link to commercial site
6672685 2004-10-18T11:09:41Z Gandalf61 /* Relationship with Julia sets */ Remove self-publicity reference and link to commercial site
6672639 2004-10-18T00:26:43Z Evercat /* Art and the Mandelbrot set */ grammar
6663607 2004-10-17T23:54:25Z 80.181.43.77 added the title for the new link.
6662918 2004-10-17T23:53:01Z 80.181.43.77 added a link for another web based Mandelbrot set explorer.
6662877 2004-10-17T20:37:46Z 213.46.101.51 /* Relationship with Julia sets */
6658246 2004-10-17T20:37:03Z 213.46.101.51 /* Relationship with Julia sets */
6658221 2004-10-17T20:31:55Z 213.46.101.51 /* External links */
6658099 2004-10-17T20:28:56Z 213.46.101.51 /* External links */
6658012 2004-10-15T23:13:39Z Sam Hocevar co-ordinates -> coordinates
6610592 2004-09-28T16:42:27Z Fredrik Reverted edits by 67.175.48.214 to last version by Mackerm
6215632 2004-09-28T16:37:26Z 67.175.48.214
6215538 2004-09-06T23:17:03Z Mackerm This statement is flat wrong (the surrounding mini-mandelbrot sets contain cardioids).
5704335 2004-09-05T18:31:57Z 68.175.47.187 /* Mandelbrot set in song */
5675122 2004-09-03T08:12:37Z Rfl /* External links */ Another program interface example
5624794 2004-09-03T02:18:23Z Rfl /* External links */ [[pl:Zbiór Mandelbrota]]
5620319 2004-09-02T13:40:14Z Rfl /* Art and the Mandelbrot set */ two little fresh pictures: a cool and a hot one
5606996 2004-09-02T12:44:47Z Gracefool /* Art and the Mandelbrot set */ fractal-generating programs
5606173 2004-08-19T19:42:54Z 24.85.167.23 /* Mandelbrot set in song */
5310567 2004-08-19T16:31:03Z Gauss interwiki
5306316 2004-08-19T10:14:31Z 213.236.117.2
5300018 2004-08-19T07:10:13Z Edsanville awkward
5298115 2004-08-19T03:06:14Z 216.196.152.232 /* Art and the Mandelbrot set */
5295412 2004-08-19T02:02:04Z Valmi /* History of the Mandelbrot set */ sp
5294421 2004-07-30T02:49:58Z 65.10.180.213 /* Mandelbrot set in song */
4912321 2004-07-30T00:46:49Z Michael Hardy
4911119 2004-07-19T19:07:14Z PhiloVivero /* External links */ -- fix formatting i just broke
4730877 2004-07-19T19:05:28Z PhiloVivero /* External links */
4730845 2004-07-13T12:56:15Z 131.91.64.122
4604614 2004-07-10T23:28:48Z Gzornenplatz format
4549752 2004-07-07T17:50:22Z 80.217.177.185 /* External links */ Now it works. (the swedish link :-)
4493250 2004-07-07T17:43:15Z Jredmond use sv: for Swedish, not se: - also moving lang and cat links to bottom
4493145 2004-07-07T17:21:31Z 80.217.177.185 I was tying to add a link to the swedish page but do not know the tag to use :-/ Please fix it for me =) [http://sv.wikipedia.org/wiki/Anv%e4ndare:Solkoll]
4492788 2004-06-28T01:12:04Z Saltine [[Category:Fractals]]
4321755 2004-06-19T17:23:34Z Random832 /* External links */
4174135 2004-06-19T17:23:19Z Random832 /* External links */
4174130 2004-06-13T04:08:48Z AugPi /* Optimization */ Link to origin.
4064464 2004-06-13T04:06:23Z AugPi /* Adding color */ optimization: see if point lies in central cardioid
4064442 2004-06-13T03:26:25Z AugPi /* Adding color */ italics and mdashes
4063946 2004-06-13T03:24:28Z AugPi /* Adding color */ Z_0 but using tags
4063925 2004-06-13T03:22:48Z AugPi /* Adding color */ TeX fmt
4063905 2004-06-13T03:21:54Z AugPi /* Adding color */ TeX formatting
4063894 2004-06-13T01:32:14Z AugPi aleph-null named explicitly
4062518 2004-06-13T01:29:57Z AugPi fix link to countable set
4062496 2004-06-13T01:28:42Z AugPi Links to countable infinity, uncountable.
4062477 2004-06-13T01:23:54Z AugPi Fractal arrangement of cardioid and circles.
4062426 2004-06-13T01:07:27Z AugPi
4062233 2004-06-13T00:58:27Z AugPi /* History of the Mandelbrot Set */ Chance-->Hazard in book title. The book title should either be in French or in English, but not in Franglais.
4062115 2004-06-13T00:56:22Z AugPi /* History of the Mandelbrot Set */ and-->et in book title
4062085 2004-06-13T00:55:17Z AugPi /* History of the Mandelbrot Set */ name of Mandelbrot's book in italics
4062073 2004-06-09T08:14:31Z 84.66.85.25
3996911 2004-06-02T20:28:45Z 24.21.252.131
3846775 2004-06-02T02:46:14Z Connelly Fix alignment of first image when the Category:Complex analysis link is present
3834335 2004-05-30T23:23:40Z Dysprosia [[Category:Complex analysis]]
3791559 2004-05-30T17:31:27Z Gandalf61 /* History of the Mandelbrot Set */ Split long para to improve readability
3785264 2004-05-20T00:03:14Z Peter Ellis =Mandelbrot Set in Song=
3652337 2004-05-19T16:11:39Z IYY ==Mandelbrot Set in Song == had too many !'s
3646083 2004-05-09T08:24:06Z Connelly Added a mathematically kosher image of the set.
3508444 2004-05-09T03:55:14Z Connelly spelling
3506565 2004-05-08T21:35:34Z Fredrik replace jpg render with png
3502769 2004-05-04T14:34:19Z Peter Ellis =Other Mandelbrot sets=
3445371 2004-05-01T19:29:42Z MarkBurnett cosmetic
3408448 2004-05-01T19:26:19Z MarkBurnett added history of the mandelbrot set, mathematical expansion and notes on colour algorithms
3408400 2004-04-21T17:55:18Z 24.21.252.131
3283805 2004-04-21T17:54:58Z 24.21.252.131
3283799 2004-04-18T17:37:00Z 24.10.212.153
3242528 2004-04-18T17:32:44Z 24.10.212.153 Changed free software link to proper page from disambiguation page
3242480 2004-04-14T20:59:11Z 81.224.142.212
3188966 2004-04-14T20:55:52Z 81.224.142.212
3188945 2004-04-04T17:37:00Z Cyp Linking my mandelbrot images
3055324 2004-03-30T19:44:05Z 62.224.214.81
2984538 2004-03-28T12:26:06Z PhiloVivero =Art and the Mandelbrot set=
2953939 2004-03-28T12:09:08Z PhiloVivero =Art and the Mandelbrot set=
2953859 2004-03-22T05:05:38Z Leedar Jave -> Java. Fixed link from "JavaScript" to "Java_programming_language".
2867252 2004-03-20T14:50:48Z JWSchmidt change link --> links
2843472 2004-03-20T14:49:56Z JWSchmidt add image for The Fractal Microscope's interface
2843466 2004-03-20T14:03:41Z JWSchmidt add link to a Java interface Julia and Mandelbrot Set Explorer
2843093 2004-03-20T08:39:33Z 75th Trombone Added pronunciation for Mandelbrot. Pet peeve of mine; the word needs to get out.
2841103 2004-02-10T23:58:34Z Evercat rm redundancy
2358969 2004-02-09T03:20:25Z Evercat ext link
2341679 2004-02-09T00:47:33Z Evercat version with link to larger in new syntax
2340538 2004-02-09T00:08:51Z Evercat Example closeup image. Moved whole set image up, removed other one.
2340208 2004-02-04T16:55:49Z Jredmond sp
2301178 2004-02-04T16:31:50Z Pakaran mention connection with Julia sets.
2301040 2004-02-04T06:42:12Z 24.116.128.166 Another image
2298288 2004-02-03T04:56:40Z 132.66.16.34
2289651 2004-02-03T04:55:17Z 132.66.16.34
2289636 2004-02-03T04:47:20Z Dysprosia s/j/J
2289581 2004-02-03T04:45:31Z 132.66.16.34 (more <math>)
2289571 2003-12-15T21:04:34Z Chopchopwhitey moved fractal generators section to [[Fractal]] page
1968648 2003-12-11T21:59:40Z Charles Matthews Intro
1934537 2003-12-11T21:55:42Z Chopchopwhitey formulas to latex
1934499 2003-10-29T21:50:45Z Jredmond spelling/capitalization errors fixed
1645193 2003-10-29T21:45:48Z Saltine
1645173 2003-10-29T21:34:00Z Saltine
1645129 2003-08-15T08:02:11Z Youssefsan es:
1293476 2003-08-15T05:32:26Z 61.102.142.86
1293144 2003-08-13T22:19:15Z 209.107.95.230
1286139 2003-08-13T06:33:51Z Lupinoid fix ja:
1283021 2003-08-12T01:45:24Z Joshuabowman
1276637 2003-07-29T21:37:31Z 209.107.95.230
1215325 2003-07-09T19:23:55Z 213.84.225.164
1130323 2003-07-09T19:23:20Z 213.84.225.164
1130321 2003-06-25T17:52:33Z Setu japanese link
1080323 2003-06-25T17:32:03Z Setu generator: xoas
1080248 2003-05-26T16:22:44Z Kku de:
964845 2003-04-22T14:18:05Z 62.147.89.71 link fr::
852837 2003-03-11T09:27:15Z Oliver Pereira fiddling with external links
739101 2003-03-11T09:12:38Z 217.7.59.74
739079 2003-02-16T02:17:52Z Oliver Pereira Who prefers this one? :)
672213 2003-02-16T02:02:02Z Oliver Pereira this image was in the article but somehow got removed
672173 2003-02-16T01:48:54Z Oliver Pereira separating maths from mere programming details
672141 2003-02-16T01:47:46Z Oliver Pereira various changes
672139 2003-02-16T01:29:51Z Michael Hardy punctuation
672108 2003-02-16T01:24:35Z AxelBoldt
672099 2003-02-14T14:23:57Z Timo Honkasalo deuglifying math
668421 2003-02-14T13:07:38Z 195.194.39.208 start itteration at z=o
668313 2002-10-13T02:43:30Z Mav removing taxobox joke
354283 2002-10-13T01:43:54Z 24.74.45.84 taxobox
354178 2002-10-06T06:19:54Z KamikazeArchon Added image
338683 2002-08-24T08:40:22Z 80.128.228.95 link to german wikipedia
266782 2001-07-30T22:22:22Z Dave McKee oops: removed <a> tags.
266781 2001-07-30T22:13:19Z 209.218.246.xxx *
171656 2002-08-07T14:08:32Z B4hand Lowercased and unpluralized link
143500 2002-08-07T14:07:38Z B4hand Removed B. inital from link
143494 2002-07-03T21:23:57Z 66.27.146.199 *
109482 2002-07-03T21:23:44Z 66.27.146.199 *
109481 2002-06-13T00:32:22Z 203.96.111.200 *
92982 2002-06-13T00:12:57Z 210.86.36.249 *
92977 2002-02-25T15:51:15Z Conversion script Automated conversion