Algebra as Structure Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

hard
Does matrix multiplication have the same structural properties as number multiplication? Check commutativity.

Solution

  1. 1
    Step 1: Numbers: 3ร—4=4ร—3=123 \times 4 = 4 \times 3 = 12. Commutative โœ“
  2. 2
    Step 2: Matrices: ABโ‰ BAAB \neq BA in general.
  3. 3
    Step 3: Example: [1000][0100]=[0100]\begin{bmatrix}1&0\\0&0\end{bmatrix}\begin{bmatrix}0&1\\0&0\end{bmatrix} = \begin{bmatrix}0&1\\0&0\end{bmatrix} but reversed =[0000]= \begin{bmatrix}0&0\\0&0\end{bmatrix}.
  4. 4
    Different structure! Matrix multiplication is associative but NOT commutative.

Answer

No โ€” matrix multiplication is not commutative.
Structural thinking reveals that changing the objects (numbers โ†’ matrices) can change which properties hold. Matrix multiplication keeps associativity but loses commutativity โ€” a key structural difference.

About Algebra as Structure

The perspective that algebra is the systematic study of abstract mathematical structures and the operations defined on them.

Learn more about Algebra as Structure โ†’

More Algebra as Structure Examples