Exercise 1.1.5

Compute u + v + w and 2u + 2v + w. How do you know u,v,w lie in a plane?  These lie in a plane because  w = cu + dv. Find  c and  d u = [ 1 2 3 ],v = [ 3 1 2 ],w = [ 2 3 1 ]

Answers

u + v = (2,3,1) and u + v + w = (0,0,0) and 2u + 2v + w = ( add first answers ) = (2,3,1). The vectors u,v,w are in the same plane because a combination gives (0,0,0). Stated another way: u = vw is in the plane of v and w.

User profile picture
2021-11-20 13:50
Comments