answersLogoWhite

0

For two vectors (A & B) in 3-space, using the (i j k) unit vector notation:

if A = a1*i + a2*j + a3*k, and B = b1*i + b2*j + b3*k the cross product A X B can be found by computing a determinant of the following matrix:

| i j k |

|a1 a2 a3 |

|b1 b2 b3 |

Mathematically, it will look like this: (a2*b3 - a3*b2)*i- (a1*b3 - a3*b1)*j + (a1*b2 - a2*b1)*k

I did do just a little copy/paste from the crossproduct website, which I've posted a link to, which has some good information.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What does it mean when you find the product of something?

When you find the product of something, it means you found the answer to a multiplication problem. For example 14 would be the product of 2 and 7.


What is the Means-Extremes Product Property of Proportions?

The means-extreme property of proportions is the method that allows you to cross multiply an equation to find the answer. An example would be, if a/b = c/d then ad = bc.


How to find the area of a parallelogram with given vertices's in a 3D figure?

You need to take the magnitude of the cross-product of two position vectors. For example, if you had points A, B, C, and D, you could take the cross product of AB and BC, and then take the magnitude of the resultant vector.


How do you the find the product?

you times the two numbers together for example find the product of 5 and 6 =5x6 =30 Product means 'times' (X) Example the product of 5 and 2 is 10 Because 5 X 2 = 10.


What is to find the product of the numerator of one fraction and the denominator of the other fraction?

We call that cross multiplying.


On what product would you find the label for oxidising on?

you would find it on a tipex bottle.


Product of a number?

A product of a number is when you multiply them Example - Find The Product Of 7 & 8, The answer is 56


In maths what does to find a product mean?

To find a product means when you multiply numbers together, the answer is your product.For example, the product of 6 and 3 is 18, because 6 x 3 = 18.


What operation was performed to find a product?

multiplication. when you multiply 2 numbers the answer you get is a product. example: 5 times 4 = 20 20 is the product


What does the cross product represent in vector algebra?

The cross product in vector algebra represents a new vector that is perpendicular to the two original vectors being multiplied. It is used to find the direction of a vector resulting from the multiplication of two vectors.


Where one can find information on basic health insurance?

The best place to find information on health insurance would be on a site that offers it. For example, check out the Blue Cross Blue Shield site for information.


How would you find a certain product number in a database?

Typically you would do a SELECT statement for the table that contains the product list. The details depend on the names of the table, of the fields, and of the information you know; for example if you know that the product description is "xyz", you could issue a command similar to the following:select * from ProductList where ProductName = "xyz";