Problem Set 2 - Exercise 3

Write a program that displays the behaviour of these two functions in the interval of [-1,1] (analyse their behaviour as x and y approach zero); 𝑓1 = sin(x)/x, 𝑓2= (sin(x)/x) * (sin(y)/y)

Slider Visualisation

f1(x) Value:

f2(x, y) Value:

Chart.js Visualisation

Plotly Visualisation

Scrollable List