This question already has an answer here:
like this:

I know join[...] works, but it is a bit troublesome for multiple matrices.I tried DiagonalMatrix[...], but DiagonalMatrix can only form matrix from a list of elements.
|
This question already has an answer here: like this:
I know join[...] works, but it is a bit troublesome for multiple matrices.I tried DiagonalMatrix[...], but DiagonalMatrix can only form matrix from a list of elements. |
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Edit: Much more elegant form (thanks to Mr.Wizard)
Example:
|
|||||||||||||||
|
You can
Here is another way to do this, illustrating a forcing of
Or a bit more cleanly using
|
|||||||||||
|
ArrayFlatten. – b.gatessucks Feb 18 at 9:17