1. Create a scatter plot of Distance(ft)
0
1
2
3
4
Velocity (ft/sec)
0
8
11.3
13.9
16
2. Create a smooth curve graph of Y=e^-x^2 on the interval of x=-5 to x=5 with at least 100 points.[scilab code for is exp(x)]
3. Create a scatter plot of 2 periods y=3sin(x+2) of with at least 100 points.