Creating a matrix from other matrices
Sometimes, we want to create a matrix from other smaller matrices. We can do this with the
bmat()
function. The b
here stands for block matrix.
Sometimes, we want to create a matrix from other smaller matrices. We can do this with the
bmat()
function. The b
here stands for block matrix.