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 product and gives and scalar, instead of a matrix. How can this be solved? Thank you guys! DOX. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org