Math 172 - IN1 Course Folder-collect / Project 2 - Trig Lab 1 / 9b5ff307-af26-42ff-9add-f38d0be9d200 / Step 2 - Trig Lab Assignment Worksheet.sagews
4218 viewsEvaluate the following using SAGE. Use the show command to make the output "pretty".
All 6 trig functions on 5π/6
All 6 trig function on 9π/2
sin-1(-.5)
Solve sin(θ)=-.75 for θ
Solve tan(φ)=100 for φ
Error in lines 1-1
Traceback (most recent call last):
File "/cocalc/lib/python2.7/site-packages/smc_sagews/sage_server.py", line 996, in execute
exec compile(block+'\n', '', 'single') in namespace, locals
File "", line 1, in <module>
NameError: name 'theta' is not defined
0 == 100
Error in lines 2-2
Traceback (most recent call last):
File "/cocalc/lib/python2.7/site-packages/smc_sagews/sage_server.py", line 996, in execute
exec compile(block+'\n', '', 'single') in namespace, locals
File "", line 1, in <module>
TypeError: unsupported operand type(s) for /: 'sage.symbolic.expression.Expression' and 'Function_tan'