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 17<br />

A3 � ��A � A2 �; MatrixForm�A3�<br />

��u � v � y� � 2u� x � y v�x�y �<br />

��u � v � x� �2u� v � y � u � x � y �<br />

Because this matrix has no body, there will eventually be a power which is zero, dependent<br />

on the dimension of the space, which in this case is 4. Here we see that it is the fourth power.<br />

A4 � ����A � A3 ��; MatrixForm�A4 �<br />

0 0<br />

�<br />

0 0 �<br />

Powers of matrices with a body<br />

By giving the matrix a body, we can see that higher powers may no longer be zero.<br />

B � A � IdentityMatrix�2�; MatrixForm�B�<br />

1 � x y<br />

�<br />

u 1�v �<br />

B 4 � ����B � ��B � ��B � B����; MatrixForm�B 4 �<br />

�<br />

1 � 4x� 6u� y � 4u� v � y � 8u� x � y 4 y� 6v� y � 6x� y � 4v� x � y<br />

4u� 6u� v � 6u� x � 4u� v � x 1� 4v� 6u� y � 8u� v � y � 4u� x<br />

<strong>Grassmann</strong>IntegerPower<br />

Although we will see later that the <strong>Grassmann</strong><strong>Algebra</strong> function <strong>Grassmann</strong>MatrixPower<br />

will actually deal with more general cases than the positive integer powers discussed here,<br />

we can write a simple function <strong>Grassmann</strong>IntegerPower to calculate any integer power.<br />

Like <strong>Grassmann</strong>MatrixPower we can also easily store the result for further use in the<br />

same Mathematica session. This makes subsequent calculations involving the powers<br />

already calculated much faster.<br />

<strong>Grassmann</strong>IntegerPower[M_,n_?PositiveIntegerQ]:=<br />

Module[{P},P=NestList[�[�[M�#]]&,M,n-1];<br />

<strong>Grassmann</strong>IntegerPower[M,m_,Dimension]:=First[Take[P,{m}]];<br />

Last[P]]<br />

As an example we take the matrix B created above.<br />

2001 4 26

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

Saved successfully!

Ooh no, something went wrong!