To illustrate the multiplication of matrices, and also the fact that matrix multiplication is not necessarily commutative, consider the matrices
A=begin{bmatrix}1 & -2&1 0 & 2&-12&1&1 end{bmatrix}
B=begin{bmatrix}2 & 1&-1 1 & -1&02&-1&1 end{bmatrix}
amanf 2020-11-30Answered
To illustrate the multiplication of matrices, and also the fact that matrix multiplication is not necessarily commutative, consider the matrices