Post Reply 
Another Bug in Solve command.
03-05-2017, 12:00 AM (This post was last modified: 03-05-2017 12:00 AM by Han.)
Post: #6
RE: Another Bug in Solve command.
(03-04-2017 11:38 PM)Arno K Wrote:  so what about "purge(x)" before trying something like that, a variable in CAS that is assigned to some value usually leads to unexpected results.
Arno

Additionally, you may want to check if your variables exist as an app variable or home variable.

HVars; // this returns a list of Home variables
AVars; // this returns a list of the current app's variables

If your variables (presumably x and y) are defined as Home or app variables, these may be additional points of conflict in using the solve() command. To delete, use DelAVars("name of variable") -- and similarly for HVars

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Another Bug in Solve command. - math7 - 03-04-2017, 06:06 AM
RE: Another Bug in Solve command. - math7 - 03-04-2017, 09:59 PM
RE: Another Bug in Solve command. - math7 - 03-04-2017, 10:24 PM
RE: Another Bug in Solve command. - Arno K - 03-04-2017, 11:38 PM
RE: Another Bug in Solve command. - Han - 03-05-2017 12:00 AM
RE: Another Bug in Solve command. - math7 - 03-05-2017, 12:06 AM
RE: Another Bug in Solve command. - math7 - 03-05-2017, 12:20 AM
RE: Another Bug in Solve command. - Arno K - 03-05-2017, 12:29 AM
RE: Another Bug in Solve command. - math7 - 03-05-2017, 12:41 AM
RE: Another Bug in Solve command. - math7 - 03-05-2017, 12:44 AM



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