Updates:
        Status: Invalid

Comment #2 on issue 2274 by asmeurer: Matrix generators
http://code.google.com/p/sympy/issues/detail?id=2274

We already have randMatrix.


In [2]: randMatrix(3, 4, min=-10, max=10)
Out[2]:
⎡10  -1  -9  5 ⎤
⎢              ⎥
⎢0   -2  -2  7 ⎥
⎢              ⎥
⎣-9  -7  -9  10⎦

In [3]: randMatrix(3, 4, min=-10, max=10)
Out[3]:
⎡10   10  -5  -2⎤
⎢               ⎥
⎢-1   -1  3   6 ⎥
⎢               ⎥
⎣-10  -7  -2  10⎦


--
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