On Mon, Oct 12, 2009 at 3:30 PM, <[email protected]> wrote: > > Thank you. > > It confused me how can I know all about the method. > > Is there some efficient way to know all of them?
The easiest way is to use tab-completion. For example, if ex is your object, type in "ex.simplify_" and then press TAB. It will show all the possible methods that start with simplify_. --Mike --~--~---------~--~----~------------~-------~--~----~ 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 URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
