Post Reply 
Complex solve BUG FW 2016 04 14 (10077)
05-19-2016, 10:22 PM (This post was last modified: 05-19-2016 10:32 PM by Maro.)
Post: #6
RE: Complex solve BUG FW 2016 04 14 (10077)
I have made a short test program for this and have tried it also on the emulator. It is really strange since on the emulator indeed it works with c2 = complex. On the Prime hardware the same test routine doesn't work with c2 = complex (same settings).

Edit: the test routine fails with c2=complex on both, hardware version A and hardware version C; exactly the same behavior as original program.

Code:
EXPORT TEST_Solve()
BEGIN
LOCAL c1,c2,c3,c4,c5;
LOCAL Result,temp;

c1:=231.0ᴇ3;
c2:=0.91+i*0.012;
//c2:=0.91;
c3:=13.2+i*97.55;
c4:=400.0ᴇ6;
c5:=0.9;

temp:="((c1/c2)-(c3/c2)*c4*(1-i*tan(acos(c5)))/(3*conj(x))-x)=0";
Result:=CAS.cSolve(EVAL(temp),"x");

END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Complex solve BUG FW 2016 04 14 (10077) - Maro - 05-19-2016 10:22 PM



User(s) browsing this thread: 1 Guest(s)