> I think we can break numpy compatibility here. (IIRC they are not that
> happy with their matrix interface anyway.)
>
> For me Matrix([1,2,3]) returning a column vector is just convenient,
> because it is closer to the mathematical conventions and most often
> used. If you want a row vector, you can use the explicit
> Matrix([[1,2,3]]) (or transposition of course).

So do you think no change should take place or do you think having
Matrix and others (Set, Tuple, Dict) behave the same way -- not wrap
their args in a container -- is important?

/c

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to