The bivector imaginary pseudoscalar

i2 = Mul2[{0, {1, 0}, 0}, {0, {0, 1}, 0}] ; (* the pseudoscalar and complex number unit imaginary *)

i2//MatrixForm

( {{0}, {{0, 0}}, {1}} )

Mul2[i2, i2]//MatrixForm

( {{-1}, {{0, 0}}, {0}} )


Created by Mathematica  (April 17, 2005) Valid XHTML 1.1!