Hi: My thanks to Harald S., this was an excellent example.
This example worked great and solved another issue I was having using list_plot with the results. How do you figure out what object type is required for input to other functions? For example, using zip() to produce a list to use with list_plot (which worked great!)? I was getting an error with the numpy arrays. The dtype=float fixed the issue with the input to polyfit(), but it still produced an error with list_plot() and plot(). I am using command?<tab> to bring up the help docs. slybro On Sun, Jan 11, 2009 at 11:27 AM, Harald Schilly <[email protected]>wrote: > > On Jan 11, 5:29 am, slybro <[email protected]> wrote: > > I am having trouble using the polyfit function. ... > > few days ago i did this quick example: http://sagenb.org/home/pub/141/ > > h > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
