simplify_full and others disappeared in Sage 6.2??

33 views
Skip to first unread message

Stan Schymanski

unread,
Sep 19, 2014, 8:00:06 AM9/19/14
to sage-s...@googlegroups.com
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
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-1-aae53f5ee518> in <module>()
----> 1 simplify_full

NameError: name 'simplify_full' is not defined

Thanks for your help already!


kcrisman

unread,
Sep 19, 2014, 8:22:17 AM9/19/14
to sage-s...@googlegroups.com
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 
Reply all
Reply to author
Forward
0 new messages