First time here? Check out the FAQ!
answered 2013-04-19 04:38:27 +0100
After peruse a lot of files and docs maybe I have found a simple solution:
sage: var('j,w,t')
(j, w, t)
sage: j = complex(I)
sage: exp( j * w * t )
e^( 1j * w * t )