| Author |
Comment/Response |
Sinval Santos
|
02/18/00 05:48am
Be the following table:
In[1]:= Table[ArcSin[x], {x, -1, 1}]
Out[1]= {-Pi/2, 0, Pi/2}
How to do to come back the result 3 Pi/2 instead of -Pi/2?
In many calculations I need that the angle varies of 0 to 2Pi. When the angle is larger than 180 degrees Mathematica the corresponding it comes back negative in the fourth or third quadrants.
How to avoid this?
Sinval, user of Mathematica - 4
URL: , |
|