Can I use the block_matrix command to create arbitrary sizes of block matrix arrays?
Like say I want to create a 4k×4k size matrix by putting together certain 4×4 matrices into a k×k array.
- Can the "block_matrix" command help me create such a 4k×4k array of 0s called A ? (such later I can say something like A[a,b]=X where 0≤a,b≤k and X is some 4×4 matrix and that will assign the matrix X at the (a,b) array position)