[Math] In Geometric Algebra, is there a geometric product between matrices

clifford-algebrasgeometric-algebras

Thanks for your help in advance.

I literally just started to self-study about geometric algebra.

I have some coursework background in linear algebra and was trying to make an educational bridge between what I know and what I'm trying to learn.

My question: Is there a geometric product for matrices in geometric algebra, like there is a geometric product for vectors? If so, how would one compute the geometric product between matrices?

Thanks

Best Answer

Let me address this more on the side of how linear algebra is presented in some GA material.

In traditional linear algebra, you use a lot of matrices and column/row vectors because this gives you an easy way to compute the action of a linear map or operator on a vector. What I want to emphasize is that this is a representation. It's a way of talking about linear maps, but it's not the only way.

In GA, there are reasons we don't often use matrices explicitly. One reason is that we have a natural extension of a linear operator to all kinds of blades, not just vectors. If you have a linear operator $\underline T$, and you want to compute its action on a bivector $a \wedge b$ with matrices, you would have to compute a totally different matrix from the one you would use just considering $\underline T$ acting on a vector (this matrix's components would describe its action on basis bivectors, not basis vectors). This is one reason why matrices become rather useless.

Thus, since we tend to look at linear maps and operators merely as linear functions, we have to develop ways to talk about common linear algebra concepts without reference to matrices at all. This is how we talk about a basis-independent of the determinant using the pseudoscalar $I$, saying $\underline T(I) = I \det \underline T$ for instance. Texts on GA and GC also develop ways to talk about traces and other interesting linear algebra concepts without reference to matrices.

With all that in mind, since we don't talk about matrices when doing linear algebra in GA, we don't have to think about geometric products of matrices. We just talk about compositions of maps (which would be represented through matrix multiplication) when applying several maps in succession.

Related Question