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.
fibonacci_animation.py
→ Python script to generate and animate the Fibonacci sequence.fibonacci_animation.gif
→ Output animation of the Fibonacci sequence.
- 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.