It seems my math projects keep breaking things...
Alex
----------------------------------------------------------------------
| Sage Version 3.4, Release Date: 2009-03-11 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: var('n,x',ns=1)
(n, x)
sage: g= (n+1)/x^n - n/x^n
sage: g.collect_common_factors()
/Applications/sage/local/bin/sage-sage: line 197: 1876 Segmentation
fault sage-ipython "$@" -i
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---