On Aug 21, 7:18 am, Tim Lahey <[EMAIL PROTECTED]> wrote:

> 2. Like M. Hampton, I miss implicit variables. ...

One thing I came across is, that symbolic expressions with predefined
variables (i.e. they are not variables) confuse someone when used in
functions.
for example
x = 5
solve([x^2==3], x)
then solve does nothing. I think, because there is an explicit x, it
would be nice to have at least a warning message telling the user that
x is not a symbolic variable, but already assigned.

H
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to