We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcc6e4 commit 2b064e1Copy full SHA for 2b064e1
src/sage/matrix/args.pyx
@@ -230,9 +230,10 @@ cdef class MatrixArgs:
230
[3/5 0]
231
[ 0 3/5]
232
233
- sage: ma = MatrixArgs(entries=matrix(2,2)); ma.finalized(); ma.matrix()
234
- <MatrixArgs for Full MatrixSpace of 2 by 2 dense matrices over Integer Ring; typ=MATRIX; entries=[0 0]
235
- [0 0]>
+ sage: ma = MatrixArgs(entries=matrix(2,2)); ma.finalized()
+ <MatrixArgs for Full MatrixSpace of 2 by 2 dense matrices
+ over Integer Ring; typ=MATRIX; entries=[0 0]
236
+ [0 0]>
237
sage: ma.matrix()
238
[0 0]
239
0 commit comments