Post Reply 
Complex solve BUG FW 2016 04 14 (10077)
05-20-2016, 07:01 AM (This post was last modified: 05-20-2016 08:29 AM by Maro.)
Post: #9
RE: Complex solve BUG FW 2016 04 14 (10077)
(05-20-2016 05:18 AM)parisse Wrote:  
Code:

csolve((c1/c2)-(c3/c2)*c4*(1-i*tan(acos(c5)))/(3*conj(x))-x=0);

it seems that (c1/c2) is the problem: if this term is complex it fails on my hardware, no matter if in CAS, program, command line ... On the emulator everything is fine. Same behavior when using "solve" instead of "csolve"

EDIT: SOLUTION: When rearranging the equation to:

Code:

csolve( x=(c1*3*conj(x)-c3*c4*(1-i*tan(acos(c5))))/(c2*3*conj(x)) );

it works! But I still wonder why this rearrangement is needed after the FW update and why the emulator and the hardware behave quite different. Obviously with different FWs and emulator/hardware there is sometimes a cumbersome lack of consistency ...
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-20-2016 07:01 AM



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