You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

and are fundamental operations in linear algebra. They form the building blocks for more complex manipulations, allowing us to combine and scale matrices in various ways. These operations are essential for solving systems of equations and transforming vectors.

Understanding these operations is crucial for grasping more advanced concepts in linear algebra. Matrix addition lets us combine information from different sources, while multiplication allows us to scale or shrink matrices uniformly. These tools are vital for working with linear transformations and solving real-world problems.

Matrix addition and scalar multiplication

Definition and notation

Top images from around the web for Definition and notation
Top images from around the web for Definition and notation
  • Matrix addition is the process of adding two matrices of the same size by adding corresponding elements in each matrix
  • The sum of two matrices A and B, denoted [A + B](https://www.fiveableKeyTerm:a_+_b), is defined as the matrix obtained by adding corresponding elements: (A+B)ij=Aij+Bij(A + B)_{ij} = A_{ij} + B_{ij} for all ii and jj
  • Scalar multiplication is the process of multiplying a matrix by a scalar (a real number) by multiplying each element of the matrix by the scalar
  • The scalar multiple of a matrix A by a scalar cc, denoted [cA](https://www.fiveableKeyTerm:ca)[cA](https://www.fiveableKeyTerm:ca), is defined as the matrix obtained by multiplying each element of A by cc: (cA)ij=c(Aij)(cA)_{ij} = c(A_{ij}) for all ii and jj

Examples

  • If A=[1234]A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} and B=[5678]B = \begin{bmatrix} 5 & 6 \\ 7 & 8 \end{bmatrix}, then A+B=[681012]A + B = \begin{bmatrix} 6 & 8 \\ 10 & 12 \end{bmatrix}
  • If A=[1234]A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} and c=3c = 3, then cA=[36912]cA = \begin{bmatrix} 3 & 6 \\ 9 & 12 \end{bmatrix}

Matrix addition and subtraction

Computing the sum and difference of matrices

  • To add matrices, ensure that the matrices have the same dimensions (i.e., the same number of rows and columns)
  • Add the corresponding elements of the matrices to obtain the sum matrix
  • To subtract matrices, ensure that the matrices have the same dimensions
  • Subtract the corresponding elements of the second matrix from the first matrix to obtain the difference matrix
  • The difference of two matrices A and B, denoted [A - B](https://www.fiveableKeyTerm:a_-_b), is defined as the matrix obtained by subtracting corresponding elements: (AB)ij=AijBij(A - B)_{ij} = A_{ij} - B_{ij} for all ii and jj

Examples

  • If A=[2468]A = \begin{bmatrix} 2 & 4 \\ 6 & 8 \end{bmatrix} and B=[1234]B = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}, then A+B=[36912]A + B = \begin{bmatrix} 3 & 6 \\ 9 & 12 \end{bmatrix}
  • If A=[57911]A = \begin{bmatrix} 5 & 7 \\ 9 & 11 \end{bmatrix} and B=[1234]B = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}, then AB=[4567]A - B = \begin{bmatrix} 4 & 5 \\ 6 & 7 \end{bmatrix}

Scalar multiplication of matrices

Calculating the scalar multiple of a matrix

  • To calculate the scalar multiple of a matrix, multiply each element of the matrix by the given scalar
  • The resulting matrix will have the same dimensions as the original matrix
  • If AA is an m×nm \times n matrix and cc is a scalar, then the scalar multiple cAcA is an m×nm \times n matrix with elements (cA)ij=c(Aij)(cA)_{ij} = c(A_{ij}) for all ii and jj

Examples

  • If A=[1234]A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} and c=2c = 2, then cA=[2468]cA = \begin{bmatrix} 2 & 4 \\ 6 & 8 \end{bmatrix}
  • If A=[36912]A = \begin{bmatrix} 3 & 6 \\ 9 & 12 \end{bmatrix} and c=1c = -1, then cA=[36912]cA = \begin{bmatrix} -3 & -6 \\ -9 & -12 \end{bmatrix}

Properties of matrix operations

Matrix addition properties

  • Matrix addition is commutative: A+B=B+AA + B = B + A for all matrices AA and BB of the same size
  • Matrix addition is associative: (A+B)+C=A+(B+C)(A + B) + C = A + (B + C) for all matrices AA, BB, and CC of the same size
  • The , denoted 00, is the identity element for matrix addition: A+0=AA + 0 = A for any matrix AA
  • For any matrix AA, there exists an additive inverse A-A such that A+(A)=0A + (-A) = 0

Scalar multiplication properties

  • Scalar multiplication is distributive over matrix addition: c(A+B)=cA+cBc(A + B) = cA + cB for any scalar cc and matrices AA and BB of the same size
  • Scalar multiplication is compatible with scalar addition: (c+d)A=cA+dA(c + d)A = cA + dA for any scalars cc and dd and matrix AA
  • Scalar multiplication is compatible with scalar multiplication: c(dA)=(cd)Ac(dA) = (cd)A for any scalars cc and dd and matrix AA
  • The scalar 11 is the identity element for scalar multiplication: 1A=A1A = A for any matrix AA
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary