Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
4218 views
#Line 1-11 blank.

Evaluate the following using SAGE. Use the show command to make the output "pretty".

  1. All 6 trig functions on 5π/6

  2. All 6 trig function on 9π/2

  3. sin-1(-.5)

  4. Solve sin(θ)=-.75 for θ

  5. Solve tan(φ)=100 for φ

#Complete the above problems in the space below 1. show(sin(5pi/6)=1/2, cos(5pi/6)=-sqrt3/2, tan(5pi/6)=-sqrt3/3, csc(5pi/6)=2, sec(5pi/6)=-2sqrt3/3, cot(5pi/6)=-sqrt3) 2.show(sin(9pi/2)=1, cos(9pi/2)=0, tan(9pi/2)=undefined, csc(9pi/2)=1, sec(9pi/2)=undefined, cot(9pi/2)=0) 3. show(11pi/6)(7pi/6) 4.show(48.6 degrees) 5.show(89.4 degrees)