Post Reply 
Issue with CAS solve command?
06-03-2014, 08:30 AM
Post: #5
RE: Issue with CAS solve command?
There are two bugs here: the first one happens when you copy/paste, the EQW translates ^.5 to sqrt(), which makes the equation an exact equation. Then because of the quotes, sqrt() is not evaled to pow(,1/2) and not recognized as a fractional powers by the exact solver, and that raises at some point an assertion failure -> crash. I've fixed the exact solver not to crash, but it will return an empty list for the exact equation if quotes are present, because the CAS expects sqrt to be evaled to pow(,1/2). A workaround is either to remove quotes or enter an approx number elsewhere in your equation, for example for 10. or 5.5, so that the EQW does not convert your equation to something exact.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Issue with CAS solve command? - Rich - 06-02-2014, 11:49 PM
RE: Issue with CAS solve command? - Rich - 06-03-2014, 01:40 AM
RE: Issue with CAS solve command? - parisse - 06-03-2014 08:30 AM
RE: Issue with CAS solve command? - Rich - 06-03-2014, 11:06 AM



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