Sine and Cosine

Introduction

In mathematics, sine and cosine are trigonometric functions of an angle. The sine and cosine of an acute angle are defined in the context of a right triangle.
(Wikipedia: Sine and cosine)

Project #1

Create an interactive GUI program

Use the Python GUI module PySimpleGUI or PyQt.

Project #2

Add tangent and cotangent to your GUI program.

Project #3

Add to your GUI program or create a new GUI program

Project #4

Plot the sine and cosine from 0° to 360°.
(Make it pretty: plot axes, axis labels, plot title, tick marks, etc.)

Use matplotlib.pyplot

Sine/Cosine Definition

image missing

Tangent/Cotangent Definition

image missing

math vs numpy