Hello,
I've gone between prime and 15 and settled on trying to implement some radial orthoganal moments in 15 due to better plotting and familiarity with keystrokes when editing equations. Here is the problem I am running into. Apologies up front...I'm at home and don't have Mathcad, or access to the files that are causing problems.
I'm working on a calculation that involves r * exp(-i*n*theta). Not having good results, and digging into the smaller parts, it appears that 15 has some issue with evaluation of exp(-i*theta).
If i set a range of theta like such:
nTheta = 300, theta = -pi, 2*pi/300 .. pi
R.out:= exp(-1i*theta)
R.out = returns values of the order 10^272. Has anyone seen anything similar to this. I believe exp(i*theta) should have magnitude 1 with a varying angle, so this makes no sense to me.
Thanks