Question 229754
find the magnitude of AB(line above) from A(2,3,5) to B(-1,0,4)
---------------
{{{mag = sqrt(diffx^2 + diffy^2 + diffz^2)}}}
{{{mag = sqrt(9 + 9 + 1)}}}
{{{mag = sqrt(19)}}}