Vector Cross Product ची गणना कशी करावी
Vector Cross Product म्हणजे काय?
The cross product A×B of two 3D vectors produces a new vector perpendicular to both. Its magnitude equals the area of the parallelogram spanned by the two vectors. Direction follows the right-hand rule.
चरण-दर-चरण मार्गदर्शक
- 1A×B = [a₂b₃−a₃b₂, a₃b₁−a₁b₃, a₁b₂−a₂b₁]
- 2Magnitude: |A×B| = |A||B|sin(θ)
- 3A×B = −(B×A) (anti-commutative)
Worked Examples
इनपुट
A=[1,0,0] · B=[0,1,0]
परिणाम
A×B = [0,0,1] (unit z-vector)
x̂ × ŷ = ẑ by right-hand rule
गणना करण्यास तयार आहात? विनामूल्य Vector Cross Product कॅल्क्युलेटर वापरून पहा
ते स्वतः वापरून पहा →