Answered step by step
Verified Expert Solution
Question
1 Approved Answer
help me to solve this Questions! 3. 15 pts: Perform the steps below. a) Create a variable tempF to store the temperature in degrees Fahrenheit
help me to solve this Questions!
3. 15 pts: Perform the steps below. a) Create a variable tempF to store the temperature in degrees Fahrenheit (32F). b) Suppress the output when you enter the value of tempF. c) Convert this to degrees Celsius (C) and store the result in a variable named tempc. C = (F-32) * 5/9 4. 20 pts: Use the help function to get help about functions deg2rad and rad2deg. Take an angle of 45 degrees and convert them to radians. Take pi radians and convert to degrees. 5.20 pts: (a) Create a variable named theta_d. Assign an angle of 60 degrees to it. Prove the trigonometric identity Here the is the variable 'theta_d' you created. (b) Convert the theta_d into radians and store in a new variable theta_r and then repeat (a) to prove the trigonometric identity again. (don't use function deg2rad) Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started