Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Direct sum of matrix spaces

Is it possible to construct a direct sum of matrix spaces?

For example:

M1 = MatrixSpace(QQ, 1)
M2 = MatrixSpace(QQ, 2)
M = DirectSum(M1, M1, M2)    # doesn’t work

Thanks

click to hide/show revision 2
retagged

Direct sum of matrix spaces

Is it possible to construct a direct sum of matrix spaces?

For example:

M1 = MatrixSpace(QQ, 1)
M2 = MatrixSpace(QQ, 2)
M = DirectSum(M1, M1, M2)    # doesn’t work

Thanks