If where is a matrix, then find the sum of all elements in matrix .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Firstly, since the product ⎝ ⎛ 4 1 3 ⎠ ⎞ × A is a 3 × 3 matrix, A must be a 1 × 3 matrix. Thus we have ⎝ ⎛ 4 1 3 ⎠ ⎞ × ( a 1 a 2 a 3 ) = ⎝ ⎛ 4 a 1 1 a 1 3 a 1 4 a 2 1 a 2 3 a 2 4 a 3 1 a 3 3 a 3 ⎠ ⎞ = ⎝ ⎛ − 4 − 1 − 3 8 2 6 4 1 3 ⎠ ⎞
Since these two matrices are equal, their entries must be equal. Choosing the second row (any row will suffice), a 1 = − 1 , a 2 = 2 and a 3 = 1 . Thus a 1 + a 2 + a 3 = 2 .