I'm trying to Plot something relatively simple:
Manipulate[
Plot[Ωm*E^(I*(J - Ωm)*t), {t, 0, 100},
ImageSize -> Large], {J, 1, 100}, {Ωm, 10, 100}]
But Mathematica just returns a blank plot of the first quadrant. I figure that it might be because I'm using a complex exponential (although it's never been a problem before), but I just wanted to make sure

Re[\[CapitalOmega]m*E^(I*(J - \[CapitalOmega]m)*t)]orIm[\[CapitalOmega]m*E^(I*(J - \[CapitalOmega]m)*t)]as the first argument inPlot? – kglr Jul 26 '18 at 17:25