You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
TypeError: unsupported operand parent(s) for *: 'Full MatrixSpace of 1 by 8 dense matrices over Integer Ring' and 'Ambient free module of rank 9 over the principal ideal domain Integer Ring'
4333
+
sage: Matrix(ZZ, []) * b3
4334
+
A 0-dimensional polyhedron in ZZ^0 defined as the convex hull of 1 vertex
4335
+
sage: Matrix(ZZ, [[],[]]) * b3
4336
+
Traceback (most recent call last):
4337
+
...
4338
+
TypeError: unsupported operand parent(s) for *: 'Full MatrixSpace of 2 by 0 dense matrices over Integer Ring' and 'Ambient free module of rank 9 over the principal ideal domain Integer Ring'
0 commit comments