Comment #6 on issue 3381 by smi...@gmail.com: Remove deprecated zeros([r, c]) and ones([r, c]) syntax
http://code.google.com/p/sympy/issues/detail?id=3381

I think it had to do with the fact that anything else that needs a dimension doesn't have to enter that dimension in a list. And you automatically get a square result if you only enter one dimenstion (zeros(3) gives a 3x3 matrix of zeros). Recall that we have a weird incompatibility with numpy in how a row or column matrix is represented. I'll see if I can dig that up.

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

Reply via email to