Based on the function of sin(x), write a function for cos(x). Will you get strange results similar to that of sin(x).
it is always possible to rearrange the terms to a new form:
What is the advantages of the second form over the first one? Please count the number of multiplications. Which form would propagate errors faster? Write a function that takes a degree n polynomial (coefficients in an array) and a x and evaluates the polynomial at x using the second form.