Hi Rafael,

On Fri, Dec 05, 2008 at 05:13:22AM -0800, Rafael wrote:
> sage: m*evec
> ---------------------------------------------------------------------------
> TypeError                                 Traceback (most recent call
> last)
> 
> So it seems I need to convert evec, which is a sequence,  to a vector.
> Is there a way to do this (other than retyping as above)?

sage: m*evec[0]
(5, 5, 5)

regards,
Jan

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to