14.02.2013 Views

Grassmann Algebra

Grassmann Algebra

Grassmann Algebra

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Explor<strong>Grassmann</strong>Matrix<strong>Algebra</strong>.nb 14<br />

�A � B� T � B T � A T � Ao � Bo � 0<br />

� Checking the transpose of a product<br />

13.2<br />

It is useful to be able to run a check on a theoretically derived relation such as this. To<br />

reduce duplication effort in the checking of several cases we devise a test function called<br />

TestTransposeRelation.<br />

TestTransposeRelation[A_,B_]:=<br />

Module[{T},T=Transpose;<br />

�[T[�[A�B]]]� �[�[T[B]�T[A]]-2�[T[OddGrade[B]]�T[OddGrade[A]]]]]<br />

As an example, we test it for two 2�2 matrices in 2-space:<br />

A �� MatrixForm<br />

2 � 3e1 e1 � 6e2<br />

�<br />

�<br />

5 � 9e1 � e2 e2 � e1 � e2<br />

M �� MatrixForm<br />

� a1,1 � e1 b1,1 � e2 c1,1 � d1,1 e1 � e2 a1,2 � e1 b1,2 � e2 c1,2 � d1,2 e1 � e2<br />

�<br />

a2,1 � e1 b2,1 � e2 c2,1 � d2,1 e1 � e2 a2,2 � e1 b2,2 � e2 c2,2 � d2,2 e1 � e2<br />

TestTransposeRelation�M, A�<br />

True<br />

It should be remarked that for the transpose of a product to be equal to the product of the<br />

transposes in reverse order, the evenness of the matrices is a sufficient condition, but not a<br />

necessary one. All that is required is that the exterior product of the odd components of the<br />

matrices be zero. This may be achieved without the odd components themselves necessarily<br />

being zero.<br />

2001 4 26

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!