253,299 views
15 votes
15 votes
Jun 05, 10:22:25 PMWatch help videoGiven the matrices A and B shown below, find A + B.43.3.A =5-5 – 27-3 4.4 2B4 132.

Jun 05, 10:22:25 PMWatch help videoGiven the matrices A and B shown below, find A-example-1
User Tim Brandes
by
3.1k points

1 Answer

15 votes
15 votes

Given 2 matrix A and B, A+B means the sum of the matrices. The sum of two matrices can be done by summing each element of the first matrix to the corresponding element of the secont matrix. So:


\begin{bmatrix}{-4} & {-5} & {-2} \\ {5} & {-3} & {4} \\ {-5} & {4} & {2}\end{bmatrix}+\begin{bmatrix}{3} & {3} & {-1} \\ {-4} & {1} & {3} \\ {5} & {4} & {2}\end{bmatrix}=\begin{bmatrix}{-4+3} & {-5+3} & {-2-1} \\ {5-4} & {-3+1} & {4+3} \\ {-5+5} & {4+4} & {2+2}\end{bmatrix}=\begin{bmatrix}{-1} & {-2} & {-3} \\ {1} & {-2} & {7} \\ {0} & {8} & {4}\end{bmatrix}

User Cristine
by
3.1k points