Quote: "HowDo, it actually comes from the Pythagorean Theorem. In a right triangle: A^2 + B^2 = C^2"
Well, I guess it has multiple names.
Actually, in linear algebra the length of a vector is defined as
d = sqrt( <a,a> ) (<a,a> is a notation for a dot product).
This definition is valid in all coordinate systems, as it's only using vectors. It's just that in an Euclidean coordinate system this dot product is written as:
<a,b> = ax*bx + ay*by + az*bz
Combined with:
ab =
b -
a (Chasles-Mobius)
<
ab,
ab> = <
b-a,
b-a> = (bx-ax)^2 + (by-ay)^2 + (bz - az)^2
Another way is of course drawing it and using a right triangle.
So basically you can call it what you want. Pythagoras generally refers to the special case of the cosine formula for triangles:
a^2 = b^2 + c^2 - b*c*cos(alpha) where alpha is the opposite angle of side a.
When the triangle is right, this formula changes to
a^2 = b^2 + c^2 as alpha = 90°
Cheers!
Sven B
[edit] I have no idea why I'm telling this...