BlainUSM
Joined: 24 Oct 2009 Posts: 30 Location: New England
|
Posted: October 24, 2009 9:43 PM Post subject: |
|
|
Approach 1: I'm guessing that you're trying to find the cosine of 45 degrees. If so, you can change the mode from radians to degrees. To do so, push the "MODE" key on the Ti-89 keypad. Select "DEGREE" instead of "RADIAN". Then press enter to save.
Approach 2: Enter cos(45 degrees) with the following key sequence:
INPUT: "2nd", "COS", "4", "5", "2nd", "|", ")", "ENTER"
OUTPUT: sqrt(2)/2
The second approach will be better if you work mostly with radians and occasionally with degrees whereas the first approach will be better if you work mostly with degrees and only occasionally with radians. |
|