Mathematical visualization of sine and cosine waves using matplotlib. Educational tool for understanding trigonometric functions.
- Sine and cosine wave plotting
- Range: -2π to 2π
- 256 data points
- Grid display
- π-based axis labels
- Language: Python
- Libraries:
numpy==1.24.3,matplotlib==3.7.1 - Complexity: Intermediate
pip install -r requirements.txt
python main.pyOpen source for educational purposes.