Jump to content

Talk:Barnsley fern: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Old wombat (talk | contribs)
Old wombat (talk | contribs)
Line 10: Line 10:


Formula is different for each of 4 transformation. We can talk about general transformation with named coeeficient, but this is just abstract thing. Concrete transformation have concrete coefficients. So, there is no error in article. <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/91.213.255.7|91.213.255.7]] ([[User talk:91.213.255.7|talk]]) 00:28, 10 September 2011 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
Formula is different for each of 4 transformation. We can talk about general transformation with named coeeficient, but this is just abstract thing. Concrete transformation have concrete coefficients. So, there is no error in article. <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/91.213.255.7|91.213.255.7]] ([[User talk:91.213.255.7|talk]]) 00:28, 10 September 2011 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->

Uhh, having redone the program, I am sticking to my guns. The formula IS the same, it merely has different coefficients. I even coded it that way in my program - same formula for all, select different a-f values for different probabilities. Even the vertical "stalk" is in fact a "frond" with zero width (a = 0 in the f1 column).
[[User:Old wombat|Old_Wombat]] ([[User talk:Old wombat|talk]]) 23:10, 16 December 2012 (UTC)


== Explanations of Transforms are Wrong ==
== Explanations of Transforms are Wrong ==

Revision as of 23:10, 16 December 2012

WikiProject iconMathematics Start‑class Low‑priority
WikiProject iconThis article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-priority on the project's priority scale.

nice article - well done Victuallers (talk) 14:29, 19 January 2010 (UTC)[reply]

Suspect a small error?

" ... Barnsley's fern uses four affine transformations. The formula for one transformation is the following: ..." Uhh, to my limited mathematics, the formula is the same for all four transformations. The difference between them is the factors in the matrix (abcd values). The sentence should therefore read: " ... The formula for the transformations is the following: " Old_Wombat (talk) 11:07, 15 May 2011 (UTC)[reply]

Formula is different for each of 4 transformation. We can talk about general transformation with named coeeficient, but this is just abstract thing. Concrete transformation have concrete coefficients. So, there is no error in article. — Preceding unsigned comment added by 91.213.255.7 (talk) 00:28, 10 September 2011 (UTC)[reply]

Uhh, having redone the program, I am sticking to my guns. The formula IS the same, it merely has different coefficients. I even coded it that way in my program - same formula for all, select different a-f values for different probabilities. Even the vertical "stalk" is in fact a "frond" with zero width (a = 0 in the f1 column). Old_Wombat (talk) 23:10, 16 December 2012 (UTC)[reply]

Explanations of Transforms are Wrong

The explanations of how the particular transforms map things (in the "computer generation" section) are entirely wrong, other than the first one (the stem). The second one maps the fern onto a slightly smaller copy of itself that is moved upwards from the base and rotated slightly -- that is, it creates the second pair of leaflets from the first, the third from the second, and so on up the fern. The third one maps the whole fern onto the left-hand leaflet (thereby creating that leaflet as a much smaller copy of the whole fern), and the fourth one does the same from the right-hand leaflet. Critical errors are that the leaflets are described as copies of other leaflets rather than copies of the *whole* fern -- which is necessary in how affine transform fractals work; they cannot transform only a portion of the whole! -- and that the description of the second transform is actually approximately correct for the *third*. Sorry I don't have time to make the corrections myself. 64.81.73.35 (talk) 02:57, 8 October 2011 (UTC)[reply]

More info and a correction for the second example.

If you look at the larger image of the second fern ("Mutant Varieties"), you can see that the horizontal "stalks" actually go a little bit past the vertical "stalk" (fractis). On a 1280 X 1024 screen, this is even more startling. A better results is obtained with a slightly different value of the first 'd' parameter (in the "f1" row) : 0.07 instead of 0.25 . This matches up the stalks to within a pixel or so on the 1280 wide screen.

Also, with the second fern, the range of values is completely different. Measuring them empirically in single precision with ten million iterations, I obtain the following: -1.485 < x < 1.473 and -0.431 < y < 7.088 . The vagaries of the Microsoft random number generator (and possibly rounding errors within the single precision calculations) have these vary by a fraction of a percent or so between simulations, even with ten million iterations.

Now all of this is, of course, OR, so it can't go into the main article, but in the spirit of improving articles I present it here. If someone else can run the simulation and can confirm these results, then maybe this information can progress into the main article. Old_Wombat (talk) 23:05, 16 December 2012 (UTC)[reply]