Sustainable Computing Research Group ( SCoRe )
Sin vs Cos
plot the both sin and cos values on same same plane using python.
Steps: 1.create a list with values from 0 to 720 assume those values are in degrees.(take this as x axis)
2.calculate the radiant vales of step 1(you can use an inbuilt function like radiant s of a library like numpy).
3.calculate the sine vales of values in radiant s. 4.calculate the cosine values of values in radiant s.
5.plot both cosine and sine vales. (You can use a library like pylab)
Task tags
Students who completed this task
Andrei Gasparovici