Exercise: Represent the Point P in 3-D Cartesian Space as a vector using Cartesian Coordinates, where i, j, and k are the unit vectors along the x, y, and z axes respectively.
P = i + j + k
Find the length (magnitude) of the vector P, |P|.
In order to represent the direction of the vector P, normalize P to have unity length.