For the record, Maple also provides a specialized matrix/vector constructor <1,2,3> = column vector, <1|2|3> = row vector and nested <> brackets created matrices by gluing vectors together, so
<<1,2>|<3,4>> = transpose( <<1|3>,<2|4>>) -- 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