Answer on Question #55771 – Math– Linear Algebra
Given matrices A A A , B B B , and C C C , below, preform the indicated operations if possible. If the operation is not possible, explain why.
A = ∣ 2 − 1 0 0 5 0.3 1 4 10 ∣ , B = ∣ 5 0 2 1 − 3 9 2 0 4 ∣ , C = ∣ 1 3 5 ∣ A = \left| \begin{array}{cccc} 2 & -1 & 0 \\ 0 & 5 & 0.3 \\ 1 & 4 & 10 \end{array} \right|, \quad B = \left| \begin{array}{ccc} 5 & 0 & 2 \\ 1 & -3 & 9 \\ 2 & 0 & 4 \end{array} \right|, \quad C = |1 \quad 3 \quad 5| A = ∣ ∣ 2 0 1 − 1 5 4 0 0.3 10 ∣ ∣ , B = ∣ ∣ 5 1 2 0 − 3 0 2 9 4 ∣ ∣ , C = ∣1 3 5∣
a. 3 A + B 3A + B 3 A + B
b. 2 B + C 2B + C 2 B + C
c. C A CA C A
Solution
a) 3 A + B = 3 ⋅ ( 2 − 1 0 0 5 0.3 1 4 10 ) + ( 5 0 2 1 − 3 9 2 0 4 ) = ( 3 ⋅ 2 + 5 3 ⋅ ( − 1 ) + 0 3 ⋅ 0 + 2 3 ⋅ 0 + 1 3 ⋅ 5 + ( − 3 ) 3 ⋅ 0.3 + 9 3 ⋅ 1 + 2 3 ⋅ 4 + 0 3 ⋅ 10 + 4 ) = 3A + B = 3 \cdot \begin{pmatrix} 2 & -1 & 0 \\ 0 & 5 & 0.3 \\ 1 & 4 & 10 \end{pmatrix} + \begin{pmatrix} 5 & 0 & 2 \\ 1 & -3 & 9 \\ 2 & 0 & 4 \end{pmatrix} = \begin{pmatrix} 3 \cdot 2 + 5 & 3 \cdot (-1) + 0 & 3 \cdot 0 + 2 \\ 3 \cdot 0 + 1 & 3 \cdot 5 + (-3) & 3 \cdot 0.3 + 9 \\ 3 \cdot 1 + 2 & 3 \cdot 4 + 0 & 3 \cdot 10 + 4 \end{pmatrix} = 3 A + B = 3 ⋅ ⎝ ⎛ 2 0 1 − 1 5 4 0 0.3 10 ⎠ ⎞ + ⎝ ⎛ 5 1 2 0 − 3 0 2 9 4 ⎠ ⎞ = ⎝ ⎛ 3 ⋅ 2 + 5 3 ⋅ 0 + 1 3 ⋅ 1 + 2 3 ⋅ ( − 1 ) + 0 3 ⋅ 5 + ( − 3 ) 3 ⋅ 4 + 0 3 ⋅ 0 + 2 3 ⋅ 0.3 + 9 3 ⋅ 10 + 4 ⎠ ⎞ =
= ( 6 + 5 − 3 + 0 0 + 2 0 + 1 15 − 3 0.9 + 9 3 + 2 12 + 0 30 + 4 ) = ( 11 − 3 2 1 12 9.9 5 12 34 ) . = \begin{pmatrix} 6 + 5 & -3 + 0 & 0 + 2 \\ 0 + 1 & 15 - 3 & 0.9 + 9 \\ 3 + 2 & 12 + 0 & 30 + 4 \end{pmatrix} = \begin{pmatrix} 11 & -3 & 2 \\ 1 & 12 & 9.9 \\ 5 & 12 & 34 \end{pmatrix}. = ⎝ ⎛ 6 + 5 0 + 1 3 + 2 − 3 + 0 15 − 3 12 + 0 0 + 2 0.9 + 9 30 + 4 ⎠ ⎞ = ⎝ ⎛ 11 1 5 − 3 12 12 2 9.9 34 ⎠ ⎞ .
b) The sum of two matrices is defined when they have the same dimensions (the same number of rows and columns). Matrix B B B has 3 rows and 3 columns, but matrix C C C has 1 row and 3 columns. The matrices have different dimensions, therefore, it is impossible to find their sum.
c) To work with matrix multiplication, the columns of the second matrix should have the same number of entries as in the rows which the first matrix has. The number of columns of matrix C C C is equal to the number of rows of the matrix A A A so we can multiply matrices
D = C A = ( 1 3 5 ) ( 2 − 1 0 0 5 0.3 1 4 10 ) = ( 7 34 50 , 9 ) D = CA = (1 \quad 3 \quad 5) \begin{pmatrix} 2 & -1 & 0 \\ 0 & 5 & 0.3 \\ 1 & 4 & 10 \end{pmatrix} = (7 \quad 34 \quad 50,9) D = C A = ( 1 3 5 ) ⎝ ⎛ 2 0 1 − 1 5 4 0 0.3 10 ⎠ ⎞ = ( 7 34 50 , 9 )
The components of the matrix D D D are calculated as follows:
d 11 = c 11 a 11 + c 12 a 21 + c 13 a 31 = 1 ⋅ 2 + 3 ⋅ 0 + 5 ⋅ 1 = 7 d 12 = c 11 a 12 + c 12 a 22 + c 13 a 32 = 1 ⋅ ( − 1 ) + 3 ⋅ 5 + 5 ⋅ 4 = 34 d 13 = c 11 a 13 + c 12 a 23 + c 13 a 33 = 1 ⋅ 0 + 3 ⋅ 0.3 + 5 ⋅ 10 = 50.9 \begin{aligned}
d_{11} &= c_{11}a_{11} + c_{12}a_{21} + c_{13}a_{31} = 1 \cdot 2 + 3 \cdot 0 + 5 \cdot 1 = 7 \\
d_{12} &= c_{11}a_{12} + c_{12}a_{22} + c_{13}a_{32} = 1 \cdot (-1) + 3 \cdot 5 + 5 \cdot 4 = 34 \\
d_{13} &= c_{11}a_{13} + c_{12}a_{23} + c_{13}a_{33} = 1 \cdot 0 + 3 \cdot 0.3 + 5 \cdot 10 = 50.9
\end{aligned} d 11 d 12 d 13 = c 11 a 11 + c 12 a 21 + c 13 a 31 = 1 ⋅ 2 + 3 ⋅ 0 + 5 ⋅ 1 = 7 = c 11 a 12 + c 12 a 22 + c 13 a 32 = 1 ⋅ ( − 1 ) + 3 ⋅ 5 + 5 ⋅ 4 = 34 = c 11 a 13 + c 12 a 23 + c 13 a 33 = 1 ⋅ 0 + 3 ⋅ 0.3 + 5 ⋅ 10 = 50.9
Answer: a) 3 A + B = ( 11 − 3 2 1 12 9.9 5 12 34 ) 3A + B = \begin{pmatrix} 11 & -3 & 2 \\ 1 & 12 & 9.9 \\ 5 & 12 & 34 \end{pmatrix} 3 A + B = ⎝ ⎛ 11 1 5 − 3 12 12 2 9.9 34 ⎠ ⎞ ; b) The matrices have different dimensions, therefore it is impossible to find their sum; c) C A = ( 7 34 50 , 9 ) CA = (7 \quad 34 \quad 50,9) C A = ( 7 34 50 , 9 ) .
www.AssignmentExpert.com