Question

python only answer, use trigonometric functions, Print the following table to display the sin value and...

python only answer, use trigonometric functions, Print the following table to display the sin value and cos value of degrees from 0-360 with increments of 10 degrees. Round the value to keep four digits after the decimals

0 0
Add a comment Improve this question Transcribed image text
Answer #1
from math import *

deg = 0
print("degrees                  sin             cos")
while deg <= 360:
    print('     {:d}            {:.4f}          {:.4f}'.format(deg, sin(radians(deg)), cos(radians(deg))))
    deg += 10

degrees sin 0.0000 0.1736 0.3420 0.5000 0.6428 0.7660 0.8660 0.9397 0.9848 1.0000 0.9848 0.9397 0.8660 0.7660 0.6428 0.5000 0

Add a comment
Know the answer?
Add Answer to:
python only answer, use trigonometric functions, Print the following table to display the sin value and...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Use identities to find the exact value of each of the four remaining trigonometric functions of...

    Use identities to find the exact value of each of the four remaining trigonometric functions of the acute angle 0. sin = cos - 2V10 tan 0-0 (Simplify your answer, including any radicals. Use integers or fractions for any numbers in the expression) csc 0-0 (Simplify your answer, including any radicals. Use integers or fractions for any numbers in the expression) sec 0-0 (Simplify your answer, including any radicals. Use integers or fractions for any numbers in the expression) coto-1...

  • Find the exact value of each of the remaining trigonometric functions of e. tan 0 =...

    Find the exact value of each of the remaining trigonometric functions of e. tan 0 = - 5a, cos 0<0 sin 0 = 0 (Simplify your answer. Type an exact answer, using radicals as needed. Use integers or cos 0 = 0 (Simplify your answer. Type an exact answer, using radicals as needed. Use integers or sec 0 = (Simplify your answer. Type an exact answer, using radicals as needed. Use integers or fi csc 0 = (Simplify your answer....

  • Use trigonometric identities, algebraic methods, and inverse trigonometric functions, as necessary, to solve the following trigonometric...

    Use trigonometric identities, algebraic methods, and inverse trigonometric functions, as necessary, to solve the following trigonometric equation on the interval [0, 21). Round your answer to four decimal places, if necessary. If there is no solution, indicate "No Solution." V3tan(x) + 1 = 0 Answer How to enter your answer Keypad Keyboard Shortcuts Enter your answer in radians, as an exact answer when possible. Multiple solutions should be separated by commas. Selecting a radio button will replace the entered answer...

  • Use trigonometric identities, algebraic methods, and inverse trigonometric functions, as necessary, to solve the following trigonometric...

    Use trigonometric identities, algebraic methods, and inverse trigonometric functions, as necessary, to solve the following trigonometric equation on the interval [0, 21). Round your answer to four decimal places, if necessary. If there is no solution, indicate "No Solution." cot(-x) = -2cot(x) – 5 Answer How to enter your answer Keypad Keyboard Shortcuts Enter your answer in radians, as an exact answer when possible. Multiple solutions should be separated by commas. Selecting a radio button will replace the entered answer...

  • Use trigonometric identities, algebraic methods, and inverse trigonometric functions, as necessary, to solve the following trigonometric...

    Use trigonometric identities, algebraic methods, and inverse trigonometric functions, as necessary, to solve the following trigonometric equation on the interval [0, 21). Round your answer to four decimal places, if necessary. If there is no solution, indicate "No Solution." - 20cos(x) – 3cos(x) = -2 Answer How to enter your answer Keypad Keyboard Shortcuts Enter your answer in radians, as an exact answer when possible. Multiple solutions should be separated by commas. Selecting a radio button will replace the entered...

  • Use half-angle formulas to find values of trigonometric functions Question If sin(0) = -2, and is...

    Use half-angle formulas to find values of trigonometric functions Question If sin(0) = -2, and is in Quadrant IV, then what is cos )? Simplify your answer completely. Sorry, that's incorrect. Try again? FEEDBACK Content attribution o Eie ê * 5 - 9 W De here to search

  • **This is for the C Language. Trigonometric Calculator Specification You are required to write a program...

    **This is for the C Language. Trigonometric Calculator Specification You are required to write a program that calculates and displays values of the trigonometric functions sine, cosine, and tangent for user-supplied angular values. The basic program must comply with the following specification. 1. When the program is run, it is to display a short welcome message. TRIG: the trigonometric calculator 2. The program shall display a message prompting the user to enter input from the keyboard. Please input request (h-help,...

  • Use the given conditions to find the values of all six trigonometric functions. (If an answer...

    Use the given conditions to find the values of all six trigonometric functions. (If an answer is undefined, enter UNDEFINED.) sec(x) =tan(x) < 0 sin(x) - cos(x) = tan(x) - CSC(x) - secx) - cot(x) = Use the Law of Sines to solve of possible) the triangle. If two solutions, find both. Round your answers to two decimal places. (ta triangle is not possible, enter IMPOSSIBLE in each corresponding answer bank) A - 105 - 26 C- MY NOTES ASK...

  • Write down the exact value of each of the six trigonometric functions of 60° sin 60º...

    Write down the exact value of each of the six trigonometric functions of 60° sin 60º = (Type an exact answer, using radicals as needed. Use integers or fractions for any numbers in the expression.) cos 60° = 0 (Type an exact answer, using radicals as needed. Use integers or fractions for any numbers in the expression.) tan 60º = (Type an exact answer, using radicals as needed. Use integers or fractions for any numbers in the expression.) CSC 60°...

  • Paragraf 111020030 Stiller 3010012003311416 Q2. (15 pts) Before calculators were readily available, students used tables to...

    Paragraf 111020030 Stiller 3010012003311416 Q2. (15 pts) Before calculators were readily available, students used tables to determine the values of mathematical functions like sine, cosine, and log. In order to create such a table for sine, write a matlab script using the following steps: • Create a vector of angle values from 0 to 2n in increments of 1/10. • Calculate the sine of each of the angles, and group your results into a table that includes the angle and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT