This is a suggestion designed to make it easier for newbies to use Maple.

Example:

 > solve(f=0,x,x=-1..1);
 Error, (in solve) invalid arguments

could be instead:

Error, (in solve) invalid arguments. 
It looks like you have provided a range for solve, which doesn't require one. Related commands include: fsolve, dsolve. Check the Help menu for solve/details.

This could be done by default for the most popular calls, such as solve, plot, etc. with an option to disable the verbose error message for advanced users. Or else to disable it by default but to produce a message advertising the option "verbose" after each call to restart; so that newbies may easily access it.


Please Wait...