Previous Up Next

9.2.7  Transforming arccos into arcsin

The acos2asin command transforms any acoss in an expression to asins, using the identity arccos(x)=π/2−arcsin(x).

Example

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

Output (after simplification):

     
π
2
          

Previous Up Next