Alex Ghitza wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Andy, > > I had the exact same question a few days ago. There are > many issues involved here, but the short answer to your > question (provided by Carl Witty) is: > > you can plot x^(1/3) with > > show(plot(lambda x : RR(x).nth_root(3), -10, 10), figsize=[5,5], > ymin=-10, ymax=10) > > You don't need to specify xmin and xmax in show since they're > given in the plot command.
Good call. I've published a worksheet illustrating this for the next person to ask it :). https://www.sagenb.org/home/pub/1702/ Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
