# Supermatrix

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Supermatrix
> Markdown URL: https://mediated.wiki/source/Supermatrix.md
> Source: https://en.wikipedia.org/wiki/Supermatrix
> Source revision: 1344397713
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

This article is about supermatrices in [super linear algebra](/source/Super_linear_algebra). In other contexts, “supermatrix” is sometimes used as a synonym for [block matrix](/source/Block_matrix).

In [mathematics](/source/Mathematics) and [theoretical physics](/source/Theoretical_physics), a **supermatrix** is a **Z**2-graded analog of an ordinary [matrix](/source/Matrix_(mathematics)). Specifically, a supermatrix is a 2×2 [block matrix](/source/Block_matrix) with entries in a [superalgebra](/source/Superalgebra) (or [superring](/source/Superring)). The most important examples are those with entries in a [commutative superalgebra](/source/Commutative_superalgebra) (such as a [Grassmann algebra](/source/Grassmann_algebra)) or an ordinary [field](/source/Field_(mathematics)) (thought of as a purely even commutative superalgebra).

Supermatrices arise in the study of [super linear algebra](/source/Super_linear_algebra) where they appear as the coordinate representations of a [linear transformations](/source/Linear_transformation) between finite-dimensional [super vector spaces](/source/Super_vector_space) or free [supermodules](/source/Supermodule). They have important applications in the field of [supersymmetry](/source/Supersymmetry).

## Definitions and notation

Let *R* be a fixed [superalgebra](/source/Superalgebra) (assumed to be [unital](/source/Unital_algebra) and [associative](/source/Associative)). Often one requires *R* be [supercommutative](/source/Supercommutative) as well (for essentially the same reasons as in the ungraded case).

Let *p*, *q*, *r*, and *s* be nonnegative integers. A **supermatrix** of dimension (*r*|*s*)×(*p*|*q*) is a [matrix](/source/Matrix_(mathematics)) with entries in *R* that is partitioned into a 2×2 [block structure](/source/Block_matrix)

- X = [ X 00 X 01 X 10 X 11 ] {\displaystyle X={\begin{bmatrix}X_{00}&X_{01}\\X_{10}&X_{11}\end{bmatrix}}}

with *r*+*s* total rows and *p*+*q* total columns (so that the submatrix *X*00 has dimensions *r*×*p* and *X*11 has dimensions *s*×*q*). An ordinary (ungraded) matrix can be thought of as a supermatrix for which *q* and *s* are both zero.

A *square* supermatrix is one for which (*r*|*s*) = (*p*|*q*). This means that not only is the unpartitioned matrix *X* [square](/source/Square_matrix), but the diagonal blocks *X*00 and *X*11 are as well.

An **even supermatrix** is one for which the diagonal blocks (*X*00 and *X*11) consist solely of even elements of *R* (i.e. homogeneous elements of parity 0) and the off-diagonal blocks (*X*01 and *X*10) consist solely of odd elements of *R*.

- [ e v e n o d d o d d e v e n ] {\displaystyle {\begin{bmatrix}\mathrm {even} &\mathrm {odd} \\\mathrm {odd} &\mathrm {even} \end{bmatrix}}}

An **odd supermatrix** is one for which the reverse holds: the diagonal blocks are odd and the off-diagonal blocks are even.

- [ o d d e v e n e v e n o d d ] {\displaystyle {\begin{bmatrix}\mathrm {odd} &\mathrm {even} \\\mathrm {even} &\mathrm {odd} \end{bmatrix}}}

If the scalars *R* are purely even there are no nonzero odd elements, so the even supermatices are the [block diagonal](/source/Block_diagonal) ones and the odd supermatrices are the off-diagonal ones.

A supermatrix is **homogeneous** if it is either even or odd. The **parity**, |*X*|, of a nonzero homogeneous supermatrix *X* is 0 or 1 according to whether it is even or odd. Every supermatrix can be written uniquely as the sum of an even supermatrix and an odd one.

## Algebraic structure

Supermatrices of compatible dimensions can be added or multiplied just as for ordinary matrices. These operations are exactly the same as the ordinary ones with the restriction that they are defined only when the blocks have compatible dimensions. One can also multiply supermatrices by elements of *R* (on the left or right), however, this operation differs from the ungraded case due to the presence of odd elements in *R*.

Let *M**r*|*s*×*p*|*q*(*R*) denote the set of all supermatrices over *R* with dimension (*r*|*s*)×(*p*|*q*). This set forms a [supermodule](/source/Supermodule) over *R* under supermatrix addition and scalar multiplication. In particular, if *R* is a superalgebra over a field *K* then *M**r*|*s*×*p*|*q*(*R*) forms a [super vector space](/source/Super_vector_space) over *K*.

Let *M**p*|*q*(*R*) denote the set of all square supermatices over *R* with dimension (*p*|*q*)×(*p*|*q*). This set forms a [superring](/source/Superring) under supermatrix addition and multiplication. Furthermore, if *R* is a [commutative superalgebra](/source/Commutative_superalgebra), then supermatrix multiplication is a bilinear operation, so that *M**p*|*q*(*R*) forms a superalgebra over *R*.

### Addition

Two supermatrices of dimension (*r*|*s*)×(*p*|*q*) can be added just as in the [ungraded case](/source/Matrix_addition) to obtain a supermatrix of the same dimension. The addition can be performed blockwise since the blocks have compatible sizes. It is easy to see that the sum of two even supermatrices is even and the sum of two odd supermatrices is odd.

### Multiplication

One can multiply a supermatrix with dimensions (*r*|*s*)×(*p*|*q*) by a supermatrix with dimensions (*p*|*q*)×(*k*|*l*) as in the [ungraded case](/source/Matrix_multiplication) to obtain a matrix of dimension (*r*|*s*)×(*k*|*l*). The multiplication can be performed at the block level in the obvious manner:

- [ X 00 X 01 X 10 X 11 ] [ Y 00 Y 01 Y 10 Y 11 ] = [ X 00 Y 00 + X 01 Y 10 X 00 Y 01 + X 01 Y 11 X 10 Y 00 + X 11 Y 10 X 10 Y 01 + X 11 Y 11 ] . {\displaystyle {\begin{bmatrix}X_{00}&X_{01}\\X_{10}&X_{11}\end{bmatrix}}{\begin{bmatrix}Y_{00}&Y_{01}\\Y_{10}&Y_{11}\end{bmatrix}}={\begin{bmatrix}X_{00}Y_{00}+X_{01}Y_{10}&X_{00}Y_{01}+X_{01}Y_{11}\\X_{10}Y_{00}+X_{11}Y_{10}&X_{10}Y_{01}+X_{11}Y_{11}\end{bmatrix}}.}

Note that the blocks of the product supermatrix *Z* = *XY* are given by

- Z i j = X i 0 Y 0 j + X i 1 Y 1 j . {\displaystyle Z_{ij}=X_{i0}Y_{0j}+X_{i1}Y_{1j}.\,}

If *X* and *Y* are homogeneous with parities |*X*| and |*Y*| then *XY* is homogeneous with parity |*X*| + |*Y*|. That is, the product of two even or two odd supermatrices is even while the product of an even and odd supermatrix is odd.

### Scalar multiplication

[Scalar multiplication](/source/Scalar_multiplication) for supermatrices is different than the ungraded case due to the presence of odd elements in *R*. Let *X* be a supermatrix. Left scalar multiplication by α ∈ *R* is defined by

- α ⋅ X = [ α X 00 α X 01 α ^ X 10 α ^ X 11 ] {\displaystyle \alpha \cdot X={\begin{bmatrix}\alpha \,X_{00}&\alpha \,X_{01}\\{\hat {\alpha }}\,X_{10}&{\hat {\alpha }}\,X_{11}\end{bmatrix}}}

where the internal scalar multiplications are the ordinary ungraded ones and α ^ {\displaystyle {\hat {\alpha }}} denotes the grade involution in *R*. This is given on homogeneous elements by

- α ^ = ( − 1 ) | α | α . {\displaystyle {\hat {\alpha }}=(-1)^{|\alpha |}\alpha .}

Right scalar multiplication by α is defined analogously:

- X ⋅ α = [ X 00 α X 01 α ^ X 10 α X 11 α ^ ] . {\displaystyle X\cdot \alpha ={\begin{bmatrix}X_{00}\,\alpha &X_{01}\,{\hat {\alpha }}\\X_{10}\,\alpha &X_{11}\,{\hat {\alpha }}\end{bmatrix}}.}

If α is even then α ^ = α {\displaystyle {\hat {\alpha }}=\alpha } and both of these operations are the same as the ungraded versions. If α and *X* are homogeneous then α⋅*X* and *X*⋅α are both homogeneous with parity |α| + |*X*|. Furthermore, if *R* is supercommutative then one has

- α ⋅ X = ( − 1 ) | α | | X | X ⋅ α . {\displaystyle \alpha \cdot X=(-1)^{|\alpha ||X|}X\cdot \alpha .}

## As linear transformations

Ordinary matrices can be thought of as the coordinate representations of [linear maps](/source/Linear_map) between [vector spaces](/source/Vector_space) (or [free modules](/source/Free_module)). Likewise, supermatrices can be thought of as the coordinate representations of linear maps between [super vector spaces](/source/Super_vector_space) (or [free supermodules](/source/Free_supermodule)). There is an important difference in the graded case, however. A homomorphism from one super vector space to another is, by definition, one that preserves the grading (i.e. maps even elements to even elements and odd elements to odd elements). The coordinate representation of such a transformation is always an *even* supermatrix. Odd supermatrices correspond to linear transformations that reverse the grading. General supermatrices represent an arbitrary ungraded linear transformation. Such transformations are still important in the graded case, although less so than the graded (even) transformations.

A [supermodule](/source/Supermodule) *M* over a [superalgebra](/source/Superalgebra) *R* is *free* if it has a free homogeneous basis. If such a basis consists of *p* even elements and *q* odd elements, then *M* is said to have rank *p*|*q*. If *R* is supercommutative, the rank is independent of the choice of basis, just as in the ungraded case.

Let *R**p*|*q* be the space of column supervectors—supermatrices of dimension (*p*|*q*)×(1|0). This is naturally a right *R*-supermodule, called the *right coordinate space*. A supermatrix *T* of dimension (*r*|*s*)×(*p*|*q*) can then be thought of as a right *R*-linear map

- T : R p | q → R r | s {\displaystyle T:R^{p|q}\to R^{r|s}\,}

where the action of *T* on *R**p*|*q* is just supermatrix multiplication (this action is not generally left *R*-linear which is why we think of *R**p*|*q* as a *right* supermodule).

Let *M* be free right *R*-supermodule of rank *p*|*q* and let *N* be a free right *R*-supermodule of rank *r*|*s*. Let (*e**i*) be a free basis for *M* and let (*f**k*) be a free basis for *N*. Such a choice of bases is equivalent to a choice of isomorphisms from *M* to *R**p*|*q* and from *N* to *R**r*|*s*. Any (ungraded) linear map

- T : M → N {\displaystyle T:M\to N\,}

can be written as a (*r*|*s*)×(*p*|*q*) supermatrix relative to the chosen bases. The components of the associated supermatrix are determined by the formula

- T ( e i ) = ∑ k = 1 r + s f k T k i . {\displaystyle T(e_{i})=\sum _{k=1}^{r+s}f_{k}\,{T^{k}}_{i}.}

The block decomposition of a supermatrix *T* corresponds to the decomposition of *M* and *N* into even and odd submodules:

- M = M 0 ⊕ M 1 N = N 0 ⊕ N 1 . {\displaystyle M=M_{0}\oplus M_{1}\qquad N=N_{0}\oplus N_{1}.}

## Operations

Many operations on ordinary matrices can be generalized to supermatrices, although the generalizations are not always obvious or straightforward.

### Supertranspose

The **supertranspose** of a supermatrix is the **Z**2-graded analog of the [transpose](/source/Transpose). Let

- X = [ A B C D ] {\displaystyle X={\begin{bmatrix}A&B\\C&D\end{bmatrix}}}

be a homogeneous (*r*|*s*)×(*p*|*q*) supermatrix. The supertranspose of *X* is the (*p*|*q*)×(*r*|*s*) supermatrix

- X s t = [ A t ( − 1 ) | X | C t − ( − 1 ) | X | B t D t ] {\displaystyle X^{st}={\begin{bmatrix}A^{t}&(-1)^{|X|}C^{t}\\-(-1)^{|X|}B^{t}&D^{t}\end{bmatrix}}}

where *A**t* denotes the ordinary transpose of *A*. This can be extended to arbitrary supermatrices by linearity. Unlike the ordinary transpose, the supertranspose is not generally an [involution](/source/Involution_(mathematics)), but rather has order 4. Applying the supertranspose twice to a supermatrix *X* gives

- ( X s t ) s t = [ A − B − C D ] . {\displaystyle (X^{st})^{st}={\begin{bmatrix}A&-B\\-C&D\end{bmatrix}}.}

If *R* is supercommutative, the supertranspose satisfies the identity

- ( X Y ) s t = ( − 1 ) | X | | Y | Y s t X s t . {\displaystyle (XY)^{st}=(-1)^{|X||Y|}Y^{st}X^{st}.\,}

### Parity transpose

The **parity transpose** of a supermatrix is a new operation without an ungraded analog. Let

- X = [ A B C D ] {\displaystyle X={\begin{bmatrix}A&B\\C&D\end{bmatrix}}}

be a (*r*|*s*)×(*p*|*q*) supermatrix. The parity transpose of *X* is the (*s*|*r*)×(*q*|*p*) supermatrix

- X π = [ D C B A ] . {\displaystyle X^{\pi }={\begin{bmatrix}D&C\\B&A\end{bmatrix}}.}

That is, the (*i*,*j*) block of the transposed matrix is the (1−*i*,1−*j*) block of the original matrix.

The parity transpose operation obeys the identities

- ( X + Y ) π = X π + Y π {\displaystyle (X+Y)^{\pi }=X^{\pi }+Y^{\pi }\,}

- ( X Y ) π = X π Y π {\displaystyle (XY)^{\pi }=X^{\pi }Y^{\pi }\,}

- ( α ⋅ X ) π = α ^ ⋅ X π {\displaystyle (\alpha \cdot X)^{\pi }={\hat {\alpha }}\cdot X^{\pi }}

- ( X ⋅ α ) π = X π ⋅ α ^ {\displaystyle (X\cdot \alpha )^{\pi }=X^{\pi }\cdot {\hat {\alpha }}}

as well as

- π 2 = i d {\displaystyle \pi ^{2}=id\,}

- π ∘ s t ∘ π = ( s t ) 3 {\displaystyle \pi \circ st\circ \pi =(st)^{3}}

where *st* denotes the supertranspose operation.

### Supertrace

The [supertrace](/source/Supertrace) of a square supermatrix is the **Z**2-graded analog of the [trace](/source/Trace_(linear_algebra)). It is defined on homogeneous supermatrices by the formula

- s t r ( X ) = t r ( X 00 ) − ( − 1 ) | X | t r ( X 11 ) {\displaystyle \mathrm {str} (X)=\mathrm {tr} (X_{00})-(-1)^{|X|}\mathrm {tr} (X_{11})\,}

where tr denotes the ordinary trace.

If *R* is supercommutative, the supertrace satisfies the identity

- s t r ( X Y ) = ( − 1 ) | X | | Y | s t r ( Y X ) {\displaystyle \mathrm {str} (XY)=(-1)^{|X||Y|}\mathrm {str} (YX)\,}

for homogeneous supermatrices *X* and *Y*.

### Berezinian

The [Berezinian](/source/Berezinian) (or [superdeterminant](/source/Superdeterminant)) of a square supermatrix is the **Z**2-graded analog of the [determinant](/source/Determinant). The Berezinian is only well-defined on even, invertible supermatrices over a commutative superalgebra *R*. In this case it is given by the formula

- B e r ( X ) = det ( X 00 − X 01 X 11 − 1 X 10 ) det ( X 11 ) − 1 . {\displaystyle \mathrm {Ber} (X)=\det(X_{00}-X_{01}X_{11}^{-1}X_{10})\det(X_{11})^{-1}.}

where det denotes the ordinary determinant (of square matrices with entries in the commutative algebra *R*0).

The Berezinian satisfies similar properties to the ordinary determinant. In particular, it is multiplicative and invariant under the supertranspose. It is related to the supertrace by the formula

- B e r ( e X ) = e s t r ( X ) . {\displaystyle \mathrm {Ber} (e^{X})=e^{\mathrm {str(X)} }.\,}

## References

- Varadarajan, V. S. (2004). *Supersymmetry for Mathematicians: An Introduction*. Courant Lecture Notes in Mathematics **11**. American Mathematical Society. [ISBN](/source/ISBN_(identifier)) [0-8218-3574-2](https://en.wikipedia.org/wiki/Special:BookSources/0-8218-3574-2).

- [Deligne, Pierre](/source/Pierre_Deligne); [Morgan, John W.](/source/John_Morgan_(mathematician)) (1999). "Notes on Supersymmetry (following Joseph Bernstein)". *Quantum Fields and Strings: A Course for Mathematicians*. Vol. 1. American Mathematical Society. pp. 41–97. [ISBN](/source/ISBN_(identifier)) [0-8218-2012-5](https://en.wikipedia.org/wiki/Special:BookSources/0-8218-2012-5).

---
Adapted from the Wikipedia article [Supermatrix](https://en.wikipedia.org/wiki/Supermatrix) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Supermatrix?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
