Notice
Recent Posts
Recent Comments
Link
Vectoronica
Cross product 본문
In this blog, i'm going to talk about the cross product.
1. The cross product : it actually has a lot of differences compared to the dot product. First, The dot proudct is defined in any dimension. So this is defined for any two vectors that are in Rn. But the cross product is only defined in R3. And the dot product results in a scalar, which means you just get a number. But in the cross product, we're going to get another vector. And the vector we're going to get is actually going to be a vector that's orthogonal to the two vectros that we're taking the cross product of.
2. How to do the cross product ?
'데이터 사이언스 > 수학 (선형대수, 미분 등)' 카테고리의 다른 글
Comparison a cross product to a dot product (0) | 2021.05.26 |
---|---|
The relation between the cross product and the sine value having a theta (0) | 2021.05.24 |
Defining a plane in R3 using points and normal vectors (0) | 2021.05.24 |
An angle between vectors (0) | 2021.05.22 |
Triangle Inequality (0) | 2021.05.21 |