Find c0 and c1 so that the following is true:

a = ( -4, 2 )T
b = ( 8, 3 )T
c = ( c0, c1 )T

a + b + c = 0

A good answer might be:

 a + b + c = 0
 a + b = -c

 ( 4,  5 )T  = -( c0, c1 )T
-( 4,  5 )T  =  ( c0, c1 )T
 (-4, -5 )T  =  ( c0, c1 )T

 c0 = -4
 c1 = -5

End of the Chapter

Here are some of the topics this chapter covered:

Click on a term to see where it was discussed in this chapter. Remember to click on the "Back" arrow of your browser to get back to this page. The next chapter will suggest ways in which what you have learned may be useful.


Click here     Click Here to go back to the Table of Contents

You have reached the end of the chapter.