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) # doesnt work
Thanks
| 1 | initial version |
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) # doesnt work
Thanks
| 2 | retagged |
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) # doesnt work
Thanks
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.