Does the object var('x') (the symbolic variable x) exist by default in
the interactive Sage session?Here is what I got in my terminal: $ cd sage-3.4.2/ $ ./sage ---------------------------------------------------------------------- | Sage Version 3.4.2, Release Date: 2009-05-05 | Type notebook() for the GUI, and license() for information. ---------------------------------------------------------------------- sage: x x sage: type(x) <class 'sage.calculus.calculus.SymbolicVariable'> sage: Is this a default setting? (Or a "Bug"?) (I am running Sage-3.4.2 on Linux i386 (pre-compiled version downloaded from sagemath.org)) Cheers, Gustavo de Oliveira --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
