| 1 | initial version |
My advice: import sage.all as sage at the beginning of each python file, and then use for instance sage.var('x') etc in your scripts.
| 2 | No.2 Revision |
My advice: put import sage.all as sage at the beginning of each python file, and then use for instance sage.var('x') etc in your scripts.
| 3 | No.3 Revision |
My advice: put import sage.all as sage at the beginning of each python file, and then use for instance sage.var('x') etc in your scripts.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.