John Cremona wrote: > This works instead: > > parametric_plot([exp(-t)*e for e in evec],1,2) > > where it's fine to replace evec by [1,2] (no need for vector([1,2]). > > I think the problem is that exp(-t) * evec is a *vector* of functions > when a *list* of function is what the plot wants.
If that is the case, then you should be able to do list(exp(-t)*evec) to get a list of the components of the vector. Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---