Pistetulo
Pistetulo, also known as the dot product, is a binary operation that takes two vectors of equal length and returns a scalar. For real vectors a = (a1, ..., an) and b = (b1, ..., bn), pistetulo is a1 b1 + a2 b2 + ... + an bn. In common mathematical practice for complex vectors, the standard convention uses complex conjugation on one component, so the inner product is a · b = ∑ ai conjugate(bi).
Geometrically, the pistetulo relates to the lengths of the vectors and the angle between them: a ·
Algebraically, pistetulo is bilinear and symmetric in real vector spaces, meaning it distributes over vector addition
Generalization and usage: pistetulo serves as the standard inner product on Euclidean space and as the starting