define cross product and also write any two properties of this product
Answers
Answer:
In mathematics, the cross product or vector product (occasionally directed area product, to emphasize its geometric significance) is a binary operation on two vectors in three-dimensional space {\displaystyle \mathbb {R} ^{3}}\mathbb {R} ^{3}, and is denoted by the symbol {\displaystyle \times }\times .[1] Given two linearly independent vectors a and b, the cross product, a × b (read "a cross b"), is a vector that is perpendicular to both a and b,[2] and thus normal to the plane containing them. It has many applications in mathematics, physics, engineering, and computer programming. It should not be confused with the dot product (projection product).
If two vectors have the same direction or have the exact opposite direction from one another (i.e., they are not linearly independent), or if either one has zero length, then their cross product is zero.[3] More generally, the magnitude of the product equals the area of a parallelogram with the vectors for sides; in particular, the magnitude of the product of two perpendicular vectors is the product of their lengths.
The cross product is anticommutative (i.e., a × b = − b × a) and is distributive over addition (i.e., a × (b + c) = a × b + a × c).[2] The space {\displaystyle \mathbb {R} ^{3}}\mathbb {R} ^{3} together with the cross product is an algebra over the real numbers, which is neither commutative nor associative, but is a Lie algebra with the cross product being the Lie bracket.
Explanation: