----- Original Message ----- 
From: "didier deshommes" <[EMAIL PROTECTED]>

> It's a function of associated with an object, so you have to have your
> obejct first. For example, if you want to find the cubic root root of
> 512, you do something like this:
> {{{
> sage: e=512
> sage: e.nth_root(3)
> 8
> }}}

512.nth_root(3) also works. By the way, wouldn't that be more natural if 
that worked as 3.rd_root(512) instead?

Alec 



--~--~---------~--~----~------------~-------~--~----~
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to