Homework Statement
Cross vector A with vector B.
A = <0,3,4> B = <4,-4,7>
Homework Equations
a x b = (a2b3 - a3b2) i + (a3b1 - a1b3) j + (a1b2 - a2b1) k
(I think)
The Attempt at a Solution
AxB= i(21-16)-j(16-0)+k(0-12) = <5,-16,12>
I'm unsure if the component 'j' is correct...