If we do this it would be possible to write stuff like `eye(2)*[x, y]`
and it will work.

In many places we have `args = sympify(args)` where args is a list or
a tuple. This will work in most cases (as Matrix has the necessary
interfaces), but it will be slower. It should be changed to
`map(sympify, args)`.

Or it can at least be done with a keyword argument `iter_to_matrix`?

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

Reply via email to