TrigToExp
TrigToExp[expr] converts trigonometric functions in expr to exponentials.
Examples
TrigToExp[Sin[x]]
(* (E^(I x) - E^(-I x))/(2 I) *)Please visit the official Wolfram Language Reference for more details.
TrigToExp[expr] converts trigonometric functions in expr to exponentials.
TrigToExp[Sin[x]]
(* (E^(I x) - E^(-I x))/(2 I) *)Please visit the official Wolfram Language Reference for more details.