Skalárszorzatra
Skalárszorzatra, which translates to scalar multiplication in Hungarian, is a fundamental operation in linear algebra. It involves multiplying a vector by a scalar, which is a real or complex number. The result of this operation is another vector that has the same direction as the original vector but a different magnitude, or a reversed direction if the scalar is negative.
If a vector v is multiplied by a scalar c, the resulting vector cv has components that
Scalar multiplication has important properties, including distributivity over vector addition (c(u + v) = cu + cv) and associativity
---