#does anybody know how to do this? the direction vector and the point given for l2 dont seem to match
7 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
💰 Unlock the potential of memes with Pepeetf!
🚀 Sick of big banks trying to hijack the crypto space? It's time for a change. Pepeetf puts the power back in the hands of the meme community with the first-ever Meme-coin ETF. Join the movement @pepeetfofficial
#Pepe #ETF #Meme-Coin #Meme
Suppose you have two lines.
L1: r = r1 + s1 t1
L2: r = r2 + s2 t2
Then the distance between them is:
d(L1, L2) = |(s1⨯s2)·(r2 - r1)|/|s1⨯s2|
Right, but i dont have l2, I have a line parallel to it and a point on it, how do i find it in parametric form?
Let t = (x+1)/2, then you can solve for the parametric form of the given line L3
Let's denote that parametric form as r = r3 + t s2
Then L2 is just r = r2 + t s2, where r2 is the given point (-3, 1, 2)