Home

Euclidiana

Euclidiana is an adjective rooted in Euclid of Alexandria, used in mathematics to refer to concepts connected with Euclidean geometry and Euclidean distance. In several languages, such as Spanish and Portuguese, euclidiana is the feminine form of the corresponding adjective.

In mathematics, Euclidean geometry is the classical study of flat space based on Euclid’s postulates. It deals

A closely related concept is the Euclidean distance, the length of the shortest path between two points

Applications of Euclidean concepts appear across science and engineering. The Euclidean distance is widely used in

See also Euclid, Euclidean space, Euclidean norm, and non-Euclidean geometries.

with
points,
lines,
planes,
angles,
and
figures
in
two
or
three
dimensions,
with
the
parallel
postulate
leading
to
familiar
theorems
and
constructions.
Euclidean
geometry
provides
the
standard
framework
for
most
classical
measurements
and
shapes.
in
Euclidean
space.
For
two
points
p
=
(p1,
...,
pn)
and
q
=
(q1,
...,
qn)
in
n-dimensional
space,
the
Euclidean
distance
is
d(p,
q)
=
sqrt(
sum_i
(p_i
-
q_i)^2
).
This
distance
is
a
metric:
it
is
non-negative,
equals
zero
only
when
p
=
q,
is
symmetric,
and
satisfies
the
triangle
inequality.
The
Euclidean
distance
arises
from
the
dot
product
and
the
Pythagorean
theorem
and
is
invariant
under
rotations
and
translations.
computer
graphics,
data
analysis,
clustering,
machine
learning,
physics,
and
navigation
as
a
natural
measure
of
similarity
or
separation
between
points.
Variants
and
alternatives
include
the
Manhattan
(L1)
distance
and
other
Minkowski
metrics,
which
yield
different
geometric
and
computational
properties.