Cross Product Calculator

This Cross Product Calculator helps you find the cross product of two 3D vectors quickly and easily. The cross product is a vector that is perpendicular to both input vectors and is commonly used in physics, engineering, and 3D graphics.

Cross Product Calculator

How to Use the Calculator

  • Enter each vector as 3 comma-separated numbers (e.g. 1, 2, 3).

  • Click the “Calculate Cross Product” button.

  • The result will display the resulting 3D vector.

Formula Used:

Let the two vectors be:

A=[a1,a2,a3],B=[b1,b2,b3]\vec{A} = [a_1, a_2, a_3], \quad \vec{B} = [b_1, b_2, b_3]

Then the cross product A×B is:

A×B=[a2b3a3b2,a3b1a1b3,a1b2a2b1]

Example:

Input:

A=[1,2,3],B=[4,5,6]\vec{A} = [1, 2, 3], \quad \vec{B} = [4, 5, 6]

Advertisements

Solution:

A×B=[(2)(6)(3)(5),(3)(4)(1)(6),(1)(5)(2)(4)]=[3, 6, 3]

Advertisements