Loading [MathJax]/jax/output/HTML-CSS/jax.js

Thursday, October 15, 2015

Euclidean Distance

Problem:



Solution:

The formula is correct for computing Euclidean distance between the points (-6, 2) and (-4, -10)

The value can be computed as follow:

d=(64)2+(210)2
d=(10)2+(8)2
d=100+64
d=164
d=4×41
d=241=6.403124237432849

No comments:

Post a Comment