Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 348 Bytes

File metadata and controls

9 lines (8 loc) · 348 Bytes

Waves and Harmonics

  • Start by making a class "Wave".
  • Create functions in wave which implement different formulae.
  • Use these functions to solve the harmonics
  • You will be needing the knowledge of 'classes', 'loops', and 'functions'.
  • Display the generated harmonics in a graph plot.
  • For this you will need to learn 'matplotlib'.