Skip to main content
Evaluate
Tick mark Image
Transpose Matrix
Tick mark Image

Share

\left(\begin{matrix}2&4&7\\-8&3&-1\end{matrix}\right)-\left(\begin{matrix}-2&0&1\\3&4&7\end{matrix}\right)
You can add or subtract two matrices only if both matrices have the same number of rows and columns.
\left(\begin{matrix}2-\left(-2\right)&4&7-1\\-8-3&3-4&-1-7\end{matrix}\right)
To subtract two matrices, subtract the corresponding elements.
\left(\begin{matrix}4&4&6\\-11&-1&-8\end{matrix}\right)
Take the difference of each element of the matrix.