Previous Up Next

10.2.9  Transforming arcsin into arccos

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

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

Example

asin2acos(acos(x)+asin(x))

Output (after simplification):

     
π
2
          

Previous Up Next