Adding the column matrices a and b yields the column matrix c as shown below
a = ( 3, 2 )T
b = ( -2, 1 )T
a + b = c = ( 1, 3 )T
where a, b, and c represent vectors
The matrix c is the correct representation of the vector c.
File: cm.htm | [Next] | [Prev] |