M HYPE SPLASH
// general

Generalized Gell-Mann Matrices

By Andrew Adams
$\begingroup$

The Generalized Hermitian Gell-Mann Matrices (in dimension $d$ ) consist of the $h_k^d$, where $1\leq k \leq d$, and the $f_{k,j}^d$, where $1\leq k, j\leq d$.

There should be $2^d -1$ matrices in dimension $d$. But here there is only $d-1$ from the $h$ type and maybe $d^2 -d$ of the $f$ type?

$\endgroup$ 2

1 Answer

$\begingroup$

No, there's $d^2 - 1$ matrices in dimension $d$, not $2^d-1$. Here is a prescription for generating the matrices.

The $d^2-1$ matrices can be categorized as follows:

  • $d-1$ diagonal matrices,
  • ${d}\choose{2}$ "symmetric" matrices
  • ${d}\choose{2}$ "anti-symmetric" matrices

In total this becomes:

$$\tag{1} \frac{d(d-1)}{2} + \frac{d(d-1)}{2} + (d-1) = d^2-1. $$

This decomposition is also given explicitly in Eqs. 3-5 of this paper.

In the Wikipedia article that you referenced, the identity matrix is included, so there would be $d^2$ matrices, not just $d^2 - 1$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy