On 04/20/2010 10:44 PM, Alex Leone wrote:
sage: g1 = var('g1')
sage: g1
g1
sage: g1.full_simplify()
(-1)^k*k/(4*k^2 - 1)
Where is the k coming from?!!
Probably from some package that the calculus version of maxima loads:
----------------------------------------------------------------------
| Sage Version 4.3.4, Release Date: 2010-03-19 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: sage.calculus.calculus.maxima('g1')
k*(-1)^k/(4*k^2-1)
That's what we get for using variable names that may or may not be
defined already in the maxima namespace.
Thanks,
jason
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org