Matrix Subtraction Calculator

Subtract two matrices of the same size.

About Matrix Subtraction

Matrix subtraction involves subtracting two matrices \( A \) and \( B \) of the same size \( m \times n \). The result matrix \( C \) has elements:

For example, for \( A = \begin{bmatrix} 5 & 6 \\ 7 & 8 \end{bmatrix} \) and \( B = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} \), the result is \( \begin{bmatrix} 4 & 4 \\ 4 & 4 \end{bmatrix} \).

Advertisement

(Google AdSense will appear here)