linalg[blockmatrix] - create a block matrix
|
Calling Sequence
|
|
blockmatrix(m, n, L)
|
|
Parameters
|
|
m, n
|
-
|
block dimensions of the matrix
|
L
|
-
|
list consisting of m*n elements, each of which is a matrix or vector
|
|
|
|
|
Description
|
|
•
|
The call blockmatrix(m, n, [B11,..., B1n,..., Bm1,..., Bmn]) creates an m by n block matrix which is filled in using row major order.
|
•
|
The command with(linalg,blockmatrix) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?