Does Maple give the possibility to switch between degrees and radians while making calculations? If so, how do you switch?
|
Maple doesn't have "degree mode". But you could simply define the trig functions you need, and theu use them to do what you want. For example on a line after the prompt > write
and after that use "degsin" where you want sine of an angle in degrees. Do the same for the other five direct trig functions cos,tan, etc. For the inverse trig functions, the change is done after evaluation, so that you could define for example
and similarly for the other five inverse trig functions. You'd have to set these up every session, or there are ways in maple to store them in a file somwhere and load it at use time. |
|||
|
|
|
I found out that Maple has a function called
Always include the
Here |
|||
|
|