Comment #6 on issue 1633 by [email protected]: sympy change zeros() behaviour
http://code.google.com/p/sympy/issues/detail?id=1633

At least (I do not remember from what version) there is another way:

    >>> zeros((3, 2))
    [0, 0]
    [0, 0]
    [0, 0]

But the documentation in docs.sympy.org may be obsoleted for similar methods.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to