Post Reply 
Bugs in Solve command.
03-07-2017, 05:57 AM
Post: #10
RE: Bugs in Solve command.
(03-07-2017 05:45 AM)math7 Wrote:  Thanks Han, but it does not work yet. In the captures below it shows what comes out, I did as you said with the Delavars command (AVars) and then run the same command and now gives no response, it is very strange. I then enter the application function and exited it but when I run the same issue comes the same error message, I feel frustrated.

Have you used other programs that have modified your variables?

First, type x and a to see if there are numerical values stored in either one. If you see numerical values, then that means they have been created somewhere.

HVars; (this will list the current Home variables)
AVars; (this will list the variables in the current app)

restart; (this will clear out all existing CAS variables)
DelHVars(HVars); (this will delete all Home variables)
DelAVars(AVars); (this will delete all app variables within the current app)

The last thing to check is whether you have an programs that EXPORT the variables a and/or x. Again, you will know based on what typing a or typing x puts onto the screen.

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


Messages In This Thread
Bugs in Solve command. - math7 - 03-04-2017, 05:39 AM
RE: Bugs in Solve command. - parisse - 03-05-2017, 07:31 AM
RE: Bugs in Solve command. - math7 - 03-06-2017, 03:21 AM
RE: Bugs in Solve command. - parisse - 03-06-2017, 06:53 AM
RE: Bugs in Solve command. - compsystems - 03-08-2017, 01:31 PM
RE: Bugs in Solve command. - Tim Wessman - 03-06-2017, 10:12 AM
RE: Bugs in Solve command. - math7 - 03-07-2017, 12:31 AM
RE: Bugs in Solve command. - math7 - 03-07-2017, 05:24 AM
RE: Bugs in Solve command. - Han - 03-07-2017, 05:28 AM
RE: Bugs in Solve command. - math7 - 03-07-2017, 05:45 AM
RE: Bugs in Solve command. - Han - 03-07-2017 05:57 AM
RE: Bugs in Solve command. - math7 - 03-07-2017, 06:20 AM
RE: Bugs in Solve command. - math7 - 03-07-2017, 06:39 AM
RE: Bugs in Solve command. - Arno K - 03-07-2017, 11:26 AM
RE: Bugs in Solve command. - akmon - 03-07-2017, 01:31 PM
RE: Bugs in Solve command. - Arno K - 03-07-2017, 02:49 PM
RE: Bugs in Solve command. - akmon - 03-07-2017, 11:58 PM
RE: Bugs in Solve command. - Arno K - 03-08-2017, 08:02 AM
RE: Bugs in Solve command. - Han - 03-07-2017, 03:48 PM
RE: Bugs in Solve command. - akmon - 03-07-2017, 04:58 PM
RE: Bugs in Solve command. - math7 - 03-07-2017, 05:59 PM
RE: Bugs in Solve command. - Han - 03-07-2017, 07:47 PM
RE: Bugs in Solve command. - Tim Wessman - 03-07-2017, 08:41 PM
RE: Bugs in Solve command. - Helge Gabert - 03-07-2017, 10:32 PM
RE: Bugs in Solve command. - math7 - 03-08-2017, 01:09 AM
RE: Bugs in Solve command. - math7 - 03-08-2017, 12:54 AM



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