73.3k views
2 votes
Which is the distance between points A and B

User Andybeli
by
8.1k points

1 Answer

7 votes
Given A and B are points in nth dimensions.
E.g. (a1, a2, ..., an), (b1, b3, ..., bn)
The vector from point A to point B is given by B-A.
Taking the modulus or magnitude of this will give us the distance.
Therefore distance = || B-A ||
User Santanu Sahoo
by
9.0k points