One person like that
#fibonacci
1 Shares
5 Likes
1 Comments
One person like that
#Fibonacci #Sequence the reason they have #hidden this from us
https://www.bitchute.com/video/M1FjmGMPESHk/
Why is 108 a sacred number in ancient Hindu culture? Scientific Findings prove that 108 = LIFE itself! 😵😵
Watch this 👉 http://y2u.be/CUxg9iZ0IxU
#Hindu #Hinduism #sacred #Number108 #India #IncredibleIndia #Ancient #Knowledge #Science #Fibonacci #Divine #PraveenMohan
#JustForFun i created this #fibonacci spiral using #Python's #turtle module
import logging
import turtle
import time
SPEED_INT = 10 # 1-10 where 0 is as fast as possible
DEFAULT_HEADING = 180
DEFAULT_SCALE = 2.5
START_X = -480
START_Y = -230
logging.basicConfig(level=logging.DEBUG)
# Turtle setup
screen = turtle.getscreen()
# screen.screensize(1900, 1000)
t = turtle.getturtle()
turtle.title("Fibonacci spiral")
t.shape("turtle")
t.speed(SPEED_INT)
t.pensize(3)
center_pos = t.pos()
turtle.setheading(DEFAULT_HEADING)
t.penup()
turtle.setx(START_X)
turtle.sety(START_Y)
t.pendown()
start_pos = t.pos()
time.sleep(1)
def fibonacci(n):
if n < 0: Exception("Fibonacci function cannot take negative numbers")
if n == 0: return 0
if n == 1: return 1
return fibonacci(n - 1) + fibonacci(n - 2)
def draw_fib_spiral(
i_scale: float = DEFAULT_SCALE,
i_color: str = "black",
i_nr_of_circles: int = 5,
i_write_fib_nr: bool = True):
t.pencolor(i_color)
t.penup()
t.setpos(start_pos)
turtle.setheading(DEFAULT_HEADING)
t.pendown()
for i in range(0, 4 * i_nr_of_circles):
fibonacci_number = fibonacci(2 + i)
radius = fibonacci_number * i_scale
old_pos = t.pos()
t.circle(radius, -90)
new_pos = t.pos()
old_pen_size = t.pensize()
t.pensize(1)
t.setpos(new_pos[0], old_pos[1])
t.setpos(old_pos)
t.setpos(old_pos[0], new_pos[1])
t.setpos(new_pos)
t.pensize(old_pen_size)
delta_x = new_pos[0] - old_pos[0]
delta_y = new_pos[1] - old_pos[1]
if i_write_fib_nr:
font_size = int(4 + i ** 1.7)
font = ("Arial", font_size, "normal")
t.pencolor((0, 0.7, 0))
old_pos = t.pos()
t.penup()
t.setpos(old_pos[0] - delta_x / 2, old_pos[1] - delta_y / 2 - font_size / 2)
t.write(fibonacci_number, font=font, align="center")
t.setpos(old_pos)
t.pendown()
t.pencolor(i_color)
"""
COLOR_LIST = [
(0, 0, 0),
(1.0, 0, 0), (0, 1.0, 0), (0, 0, 1.0),
(1.0, 0, 1.0), (1.0, 1.0, 0), (0, 1.0, 1.0),
(0.5, 0, 0), (0, 0.5, 0), "pink"
]
for i in range(0, 9):
ratio = 1 - 0.1 * i
draw_fib_spiral(i_scale=ratio, i_color=COLOR_LIST[i])
"""
draw_fib_spiral(i_color="black", i_write_fib_nr=True)
t.hideturtle()
turtle.done()
3 Likes
1 Comments
3 Likes
Eigentlich war ich nur #neugierig wie bei #Fibonacci die Relation zu #Bäumen erklärt. Ich bin dann auf diese beiden #Artikel gestoßen.
Macht mich nicht wirklich schlauer aber ich denke mal vielleicht interessiert's diejenigen die sich auch für Fibonaci interessieren.
https://studybuff.com/do-trees-have-the-fibonacci-sequence/
https://www.sciencenews.org/article/fibonaccis-missing-flowers
2 Likes
Un escalier que j'ai découvert lors de ma dernière visite au MIL
Ça correspond au code de Fibonacci ? @dparsons@sysad.org, @miguela@diaspora.psyco.fr
© Réjean Leroux 2023
Photo du 20 mai — #mywork, #myphoto, #photo, #photographie, #photography, #foto, #amateur, #couleur, #gimp, #Montreal, #Montréal, #architecture, #Fibonacci, #MIL
19 Likes
8 Comments
1 Shares
40 Likes
11 Comments
5 Shares
2 Likes
folding for snailsmas
#AB, #AB-12-22, #AB-Diadvent-22, #Diadvent22, #Diadvent2022, #Diadvent-16-12-22 ,#Adventskalender, #Adventskalender2022, #Schnecki #snailsmas, #snailsmas22, #snailcontent, #snailspora, #Calendrier-de-l-Avent, #Advent-Calendar, #Calendario-dell-Avvento #Dezember22, #origami, #Tomoko_Fuse, #folding, #Fibonacci #mywork (CC BY-NC-SA 4.0)
31 Likes
7 Comments
1 Shares
Irgendwie sind die #Schnecken zu schnell für mich!
Oder ich zu schnell mit dem Rad - Danke für den Hinweis @christianemandt@diasp.eu!
Haben #Spinnen und Schnecken eigentlich gleiche Vorfahren?
#Fibonacci #Diadvent22, #Diadvent2022, #Diadvent-5-12-22, #Adventskalender, #Adventskalender2022, #snailsmas, #snailsmas22, #snailcontent, #Calendrier-de-l-Avent, #Advent-Calendar, #Calendario-dell-Avvento #Dezember22, #photo, #Foto, #mywork
20 Likes
5 Comments
"A sequência de #Fibonacci em sua mão permite que ela forme uma onda perfeita quando fechamos o punho " -
https://www.facebook.com/faconti/posts/10153020495039757 -
Via AsapSCIENCE - #GoldenRatio -
[ Já esteve aqui. É tão bom que voltou ] - 2015 - [FB] -
Die Formeln und Formen der Erde
Was unseren Planeten so perfekt macht #TerraX #Erde #Welt #Mathe #Mathematik #Logik #Formen #Formeln #pi #kreiszahl #zdf #hexagon #kreis #parabel #waben #fibonacci #nautilus #kaninchen #hasen #fibonacci-reihe #formel #monalisa #brücke #bogenbrücke #känguru #biene #auto #autoindustrie #nature #natur #fortschritt #lesch #biologie #schöpfung
Die Formeln und Formen der Erde
One person like that
“Math DOES resound beauty.” -
Music From The #Fibonacci Sequence -
https://www.youtube.com/watch?v=IGJeGOw8TzQ -
Via Claudio Barbosa - #Música #Fibonacci -
aSongScout
Publicado em 17 de jun de 2018
"I made a piano piece from the Fibonacci Sequence by assigning numbers to the E major scale.
Sheet Music at http://www.patreon.com/aSongScout -
Arranged and Performed by David Macdonald -
4 Shares
https://ozorianprophet.eu/discussion/universal-day-of-fibonacci-november-23/
"From a single cell or seed to all of mankind and galaxies, Fibonacci numbers appear in micro and macro phenomena of Nature, and sequences of these numbers can be found in the growth of every living thing, a fundamental magical coordination system that Nature’s seemingly random complexities have in common."
2 Likes
1 Comments