> > Is this just my computer, or has anyone else experienced this: > > ┌────────────────────────────────────────────────────────────────────┐ > │ Sage Version 6.2, Release Date: 2014-05-06 │ > │ Type "notebook()" for the browser-based notebook interface. │ > │ Type "help()" for help. │ > └────────────────────────────────────────────────────────────────────┘ > sage: simplify_full > > I'm pretty sure simplify_full is only a method of symbolic expressions, not a function. E.g.
sage: (x^2+x+1).simplify_full() Good luck, - kcrisman -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
