Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
M = matrix(4,4,0)
A = matrix(2,2,[1,2,3,4])
M.set_block(0,0,A)
M