Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
851
1
avatar+343 

If we have 2 points in R3example A(2,0,2) and B(0,2,0)

Whitch is the equation of line passing through the paints A,B.

I don't know the type.Thank you

 Jun 11, 2019
 #1
avatar+130462 
+1

Create vector AB  = B - A =   (0, 2,0) - (2, 0 , 2)  =  ( -2,  2, -2)

 

Then the equation of the line is just

 

LAB  =   (2,0,2) + t (-2, 2, -2)

 

cool cool cool

 Jun 11, 2019

2 Online Users