14.02.2013 Views

Grassmann Algebra

Grassmann Algebra

Grassmann Algebra

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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

Finally, if we try to find the inverse of a matrix with a singular body we get the expected<br />

type of error messages.<br />

A � ��1 � x, 2 � y�, �1 � z, 2 � w��; MatrixForm�A�<br />

1 � x 2�y �<br />

1 � z 2�w �<br />

<strong>Grassmann</strong>MatrixInverse�A�<br />

Inverse ::sing : Matrix ��1, 2�, �1, 2�� is singular .<br />

13.8 Matrix Equations<br />

� Two types of matrix equations<br />

If we can recast a system of equations into a matrix form which maintains the correct<br />

ordering of the factors, we can use the matrix inverse to obtain the solution. Suppose we<br />

have an equation M�X�Y where M is an invertible matrix of <strong>Grassmann</strong> numbers, X is a<br />

vector of unknown <strong>Grassmann</strong> numbers, and Y is a vector of known <strong>Grassmann</strong> numbers.<br />

Then the solution X is given by:<br />

����<strong>Grassmann</strong>MatrixInverse�M��Y��<br />

Alternatively, if the equations need to be expressed as X�M�Y in which case the solution X is<br />

given by:<br />

����Y � <strong>Grassmann</strong>MatrixInverse�M���<br />

<strong>Grassmann</strong><strong>Algebra</strong> implements these as <strong>Grassmann</strong>LeftLinearSolve and<br />

<strong>Grassmann</strong>RightLinearSolve respectively.<br />

2001 4 26<br />

? <strong>Grassmann</strong>LeftLinearSolve<br />

<strong>Grassmann</strong>LeftLinearSolve�M,Y� calculates a<br />

matrix or vector X which solves the equation M�X��Y.

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

Saved successfully!

Ooh no, something went wrong!