Re: [sage-devel] vector products

2012-01-24 Thread David Joyner
On Tue, Jan 24, 2012 at 9:57 AM, Dox wrote: > Hi everyone, > > Today I rediscover a "problem" with the product of vectors. > > I've defined two vectors u1 and u2, > > sage: u1 = vector([a,b,c]) > sage: u2 = vector([d,f,g]) > > then I try to construct the matrix u1*u2.column() > > sage: M = u1*u2.c

[sage-devel] vector products

2012-01-24 Thread Dox
Hi everyone, Today I rediscover a "problem" with the product of vectors. I've defined two vectors u1 and u2, sage: u1 = vector([a,b,c]) sage: u2 = vector([d,f,g]) then I try to construct the matrix u1*u2.column() sage: M = u1*u2.column() sage: show(M) but it interprets the command as a vector