- #1
derryck1234
- 56
- 0
Homework Statement
In R3, consider the line l given by the equations {x=t,y=t,z=t} and the line m given by the equations {x=s,y=2s-1,z=1}. Let P be a point on l, and let Q be a point on m. Find the values of t and s that minimize the distance between the lines by minimizing the squared distance abs(P-Q).
Homework Equations
[P] = A(ATA)-1AT
The Attempt at a Solution
Let the basis for l be span{(1, 1, 1)} and the basis for m be span{(1,2,0),(0,-1,1)}
From here on I actually don't know what to do:( Do I have to apply the formula to both lines?
Please help!