1. (20 points) A parametrized curve where (x, y) coordinates can be described by the parametric equa- tions X = sin (ao
Posted: Mon Jun 06, 2022 2:28 pm
1. (20 points) A parametrized curve where (x, y) coordinates can be described by the parametric equa- tions X = sin (ao + 6) Y sin (bo) where is the parameter, is called a Lissajous curve with ratio. Generate a plot of the Lissajous curve for 0 ≤ ≤ 2 using 1000 increments where a = 2, b = 7, and 8 = . In the plot, grid must be turned on. The title of the plot should indicate that the figure is a Lissajous curve with ratio a/b using the format string f"Lissajous curve with ratio {a}/{b}".