কীভাবে 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)
সমাধান করা উদাহরণ
ইনপুট
A=[1,0,0] · B=[0,1,0]
ফলাফল
A×B = [0,0,1] (unit z-vector)
x̂ × ŷ = ẑ by right-hand rule
গণনা করতে প্রস্তুত? বিনামূল্যে Vector Cross Product ক্যালকুলেটর চেষ্টা করুন
নিজে চেষ্টা করে দেখুন →