Chapter 15 // Exercise 4
Graph a sine(sin()), cosine (cos()), the sum of those (sin(x)+cos(x)), and the sum of the squares of those (sin(x)*sin(x)+cos(x)*cos(x)) on a single graph. Do provide axes and labels.
Github: https://github.com/l-paz91/principles-practice/blob/master/Chapter%2015/Exercise%204
No comments:
Post a Comment