From Wikipedia, the free encyclopedia
No higher resolution available.
[edit] Summary
| Description |
Illustration of Vogel's formula of the pattern of sunflower florets (see article) for n=1 to 500, using the polar coordinates equations and (where 137.5° is 55/144 of a circular angle, and 55 and 144 are both Fibonacci numbers -- the exact angle should technically be 360/((sqrt(5)+1)/2)+1), or 137.507764...). Can be produced using the following MATLAB code:
n=1:500;
r=sqrt(n);
t=137.5*pi/180*n;
plot(r.*cos(t),r.*sin(t),'o') |
| Date |
12 September 2007(2007-09-12) |
| Source |
Own work |
| Author |
Doron |
I, the copyright holder of this work, hereby publish it under the following license:
 |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
|
|
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment |
| current | 01:39, 31 January 2011 |  | 500 × 500 (28 KB) | Acdx | |
| 21:59, 11 September 2007 |  | 500 × 500 (28 KB) | Doron | |
File usage
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):
Global file usage
The following other wikis use this file:
- Usage on ba.wikipedia.org
- Usage on be.wikipedia.org
- Usage on en.wikibooks.org
- Usage on es.wikipedia.org
- Usage on hi.wikipedia.org
- Usage on jv.wikipedia.org
- Usage on pt.wikibooks.org
- Usage on ru.wikipedia.org
- Usage on sl.wikipedia.org
- Usage on ta.wikipedia.org
- Usage on tr.wikipedia.org
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.