Find Shortest Distance
This example goes over finding the shortest distance between a vector
Problem:
Find the shortest distance from
Solution
There are two options to solve this problem due to the Projection Theorem:
Option 1:
Find
Option 2:
Find
In our case the dimension of of
We know that