logo back up home forward   further reading more topics »

Maths - Bivectors

The vector cross gives a bivector rather than a vector.

Its not very strange that the product of two vectors is not a vector itself, its the same principle as the dot product which produces a scalar. In fact the cross product and dot products are complimentary.

In 3 dimensions a bivector behaves like a vector therefore, in most cases, we treat the result of cross product as a vector.

However there are some advantages in keeping track as to whether such quantities are vectors or bivectors:

Multiplying the bivector by a vector will toggle it back to a vector, so it is like an exclusive-or operation, multiplying the same types gives a bivector multiplying different types gives a vector:

vector × vector = bivector
bivector × bivector = bivector
vector × bivector = vector
bivector × vector = vector

Vector Cross Product

cross product

The vector cross product gives a vector (or more strictly - a bivector) which is perpendicular to both the vectors being multiplied. The resulting vector A × B is defined by:

x = Ay * Bz - By * Az
y = Az * Bx - Bz * Ax
z = Ax * By - Bx * Ay

where x,y and z are the components of A × B

This page explains this.

For a more general introduction to bivectors see the pages about Clifford Algebra/Geometric Algebra.


metadata block
see also:

tutorial

Correspondence about this page

Book Shop - Further reading.

Where I can, I have put links to Amazon for books that are relevant to the subject, click on the appropriate country flag to get more details of the book or to buy it from them.

cover Mathematics for 3D game Programming - Includes introduction to Vectors, Matrices, Transforms and Trigonometry. (But no euler angles or quaternions). Also includes ray tracing and some linear & rotational physics also collision detection (but not collision response).

cover Covers VRML 2 (but not the upcoming X3D standard). A good introduction to all VRML2 node types and how to build them.

Other Math Books

Commercial Software Shop

Where I can, I have put links to Amazon for commercial software, not directly related to the software project, but related to the subject being discussed, click on the appropriate country flag to get more details of the software or to buy it from them.

cover Mathmatica

Can you help?

Please send me any improvements to here. I would appreciate ideas to make the pages more useful including error correction, ideas for new pages, improvements to wording. It helps if you quote the full URL of the page.

 

Terminology and Notation

Specific to this page here:

 

program

I am working on a project which uses these principles, if you would like to help me with this you are welcome to join in, here:

http://sourceforge.net/projects/mjbworld/

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2008 Martin John Baker - All rights reserved.