Skip to content

Fibonacci Animation: A Python project that generates and visually animates the Fibonacci sequence using Matplotlib. The program demonstrates the growth of Fibonacci numbers in a dynamic spiral, making mathematical patterns easy to understand and visually engaging. Supports saving the animation as a GIF or MP4.

Notifications You must be signed in to change notification settings

S-Jashwanth/Fibonacci-Animation-using-Matplotlib

Repository files navigation

Fibonacci Animation

This repository contains a Python program that generates and visualizes the Fibonacci sequence using Matplotlib. The animation demonstrates the growth of Fibonacci numbers in a spiral pattern.


Files

  • fibonacci_animation.py → Python script to generate and animate the Fibonacci sequence.
  • fibonacci_animation.gif → Output animation of the Fibonacci sequence.

Requirements

  • Python 3.x
  • numpy
  • matplotlib

You can install the required packages using:

pip install numpy matplotlib
# Fibonacci-Animation-using-Matplotlib
Fibonacci Animation: A Python project that generates and visually animates the Fibonacci sequence using Matplotlib. The program demonstrates the growth of Fibonacci numbers in a dynamic spiral, making mathematical patterns easy to understand and visually engaging. Supports saving the animation as a GIF.

About

Fibonacci Animation: A Python project that generates and visually animates the Fibonacci sequence using Matplotlib. The program demonstrates the growth of Fibonacci numbers in a dynamic spiral, making mathematical patterns easy to understand and visually engaging. Supports saving the animation as a GIF or MP4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages