Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 9 years ago

phoenix gravatar image

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 0a,bk and X is some 4×4 matrix and that will assign the matrix X at the (a,b) array position)