elementprodukt
Elementprodukt is a term used in mathematics and related fields to describe the element-wise product of two sequences or arrays of the same size. In this operation, each entry of the result is the product of the corresponding entries from the operands. It is widely known in linear algebra as the Hadamard product (also called the Schur product) and is applicable to vectors as well as matrices.
Formally, if a = (a1, ..., an) and b = (b1, ..., bn) are vectors, their elementprodukt is a ∘ b
Key properties include that the elementprodukt is commutative (a ∘ b = b ∘ a) and associative with respect
Applications span data processing, image and signal processing, and machine learning, where elementwise operations are used