Today I was reading the wikipedia entry for sage (http:// en.wikipedia.org/wiki/Sage_%28mathematics_software%29), and decided to try the first example :
sage: show(solve(a*x^2 + b*x +c == 0, x ) [0]) --------------------------------------------------------------------------- NameError Traceback (most recent call last) /home/doug/net/sage/<ipython console> in <module>() NameError: name 'a' is not defined Did I mistype something? I'm using sage 4.4.2 ( built yesterday from source ) on Fedora 11. All the "standard" tests passed ( sage -testall -long ). TIA, Doug N -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
