Previous Up Next

10.2.7  Transforming arccos into arcsin

The acos2asin command transforms arc cosines in an expression to arc sines by using the identity

arccos(x)=
π
2
−arcsin(x). 

Example

acos2asin(acos(x)+asin(x))

Output (after simplification):

     
π
2
          

Previous Up Next