Suppose u = (-1, 3, 0) and v = (-5, -1, -4). Then:
1. The projection of u along v is <-5/2, -1/2, -4/2>.
2. The projection of u orthogonal to v is <-16/21, 64/21, 4/21>.
Results for this submission
# Entered Input Preview Message
1 <-2.5,-0.5,-2> (-5/2, -1/2, -4/2) The first coordinate is incorrect The second coordinate is incorrect The third coordinate is incorrect
2 <-0.761905,3.04762,0.190476> (-16/21, 64/21, 4/21)
At least one of the answers above is NOT correct.