SOLUTION: <pre> Let C= and D= [-4 -4] [ 0 -2] [ 0 2] [ 5 7] [ 4 5] [-1 2] Find C+D.</pre>

Algebra ->  Matrices-and-determiminant -> SOLUTION: <pre> Let C= and D= [-4 -4] [ 0 -2] [ 0 2] [ 5 7] [ 4 5] [-1 2] Find C+D.</pre>      Log On


   



Question 704449:
Let C=    and D=
[-4 -4]  [ 0 -2]
[ 0  2]  [ 5  7]
[ 4  5]  [-1  2]

Find C+D.

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
All you do is add the corresponding elements:

        [-4 -4]   [ 0 -2]   [-4+0 -4-2]   [-4 -6]
C + D = [ 0  2] + [ 5  7] = [ 0+5  2+7] = [ 5  9]
        [ 4  5]   [-1  2]   [ 4-1  5+2]   [ 3  7]

Edwin