What is the easiest way to define a complex number in exponential form in maple?

178 Views Asked by At

What is the easiest way to define a complex number in exponential form in maple? Is there a built-in function?

eg: $\underline{Z} = 600 \cdot e^{-j45^\circ}$

1

There are 1 best solutions below

0
On BEST ANSWER

Maple works in radians.

Maple is very happy to work with expressions of the form $\tt 5*exp(I*Pi)$.

For example:

$$\tt Re(5*exp(I*Pi));$$

$$\tt -5$$