Maxima Function
mat_unblocker (M)
If M is a block matrix, unblock M one level. If M is a matrix,
mat_unblocker (M)
returns M; otherwise, signal an error.
Thus if each entry of M is matrix, mat_unblocker (M)
returns an
unblocked matrix, but if each entry of M is a block matrix, mat_unblocker (M)
returns a block matrix with one less level of blocking.
If you use block matrices, most likely you'll want to set matrix_element_mult
to
"."
and matrix_element_transpose
to 'transpose
. See also .
Example: