Welcome! You have found the homepage of the Fall 2022 manifestation of Math 780.
In class, we discussed how manipulating sin
and cos
accounts
for different types of oscillation.
The following code will plot sin(x)
(blue) and A*sin(B*(x+C))+D
(green)
after the user defines A
, B
, C
, and D