First time here? Check out the FAQ!
answered 12 years ago
M = matrix(4,4,0) A = matrix(2,2,[1,2,3,4]) M.set_block(0,0,A) M