Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Sine vs Cosine Visualization

Description

Mathematical visualization of sine and cosine waves using matplotlib. Educational tool for understanding trigonometric functions.

Features

  • Sine and cosine wave plotting
  • Range: -2π to 2π
  • 256 data points
  • Grid display
  • π-based axis labels

Stack

  • Language: Python
  • Libraries: numpy==1.24.3, matplotlib==3.7.1
  • Complexity: Intermediate

Installation

pip install -r requirements.txt
python main.py

License

Open source for educational purposes.