Exercise 1.1.10

Which point of the cube is i + j ? Which point is the vector sum of i = (1,0,0) and j = (0,1,0) and k = (0,0,1) ? Describe all points (x,y,z) in the cube.

Answers

ij = (1,1,0) is in the base (x y plane). i + j + k = (1,1,1) is the opposite corner from (0,0,0). Points in the cube have 0 x 1,0 y 1,0 z 1.

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