Calculateur de produit vectoriel (vecteurs 3D)
Données
Résultats
\begin{aligned} c_1 &= a_2 b_3 - a_3 b_2 \\ &= (2)(6) - (3)(5) \\ &= ? \end{aligned}
\begin{aligned} c_2 &= a_3 b_1 - a_1 b_3 \\ &= (3)(4) - (1)(6) \\ &= ? \end{aligned}
\begin{aligned} c_3 &= a_1 b_2 - a_2 b_1 \\ &= (1)(5) - (2)(4) \\ &= ? \end{aligned}
\begin{aligned} |\mathbf{c}| &= \sqrt{c_1^2 + c_2^2 + c_3^2} \\ &= \sqrt{(?)^2 + (?)^2 + (?)^2} \\ &= ? \end{aligned}
\begin{aligned} A &= |\mathbf{a} \times \mathbf{b}| \\ &= ? \end{aligned}