TrigToExp
TrigToExp(expr)converts trigonometric functions in
exprto exponentials.
See
Examples
>> TrigToExp(Cos(x))1/2*E^(I*x)+1/2*E^(-I*x)Implementation status
- ☑ - partially implemented
TrigToExp(expr)converts trigonometric functions in
exprto exponentials.
See
>> TrigToExp(Cos(x))1/2*E^(I*x)+1/2*E^(-I*x)