On Wednesday 07 May 2008 05:21, Mike Hansen wrote:
> Is the following desired behavior?
>
> (%i1) m: matrix([1,2,3]);
> (%o1) [ 1 2 3 ]
> (%i2) m . transpose(m);
> (%o2) 14
>
> One would expect multiplying a 1xn matrix by a nx1 matrix to return a
> 1x1 matrix rather than just the value.
(%i1) scalarmatrixp : false$
(%i2) M : matrix([1,2,3])$
(%i3) M . transpose(M);
(%o3) [ 14 ]
--
Alexey Beshenov <al at beshenov.ru>
http://beshenov.ru/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.math.utexas.edu/pipermail/maxima/attachments/20080507/8bf70fff/attachment.pgp