Complex numbers can be represented as matrices (https://en.wikipedia.org/wiki/Complex_number#Matrix_representation_of_complex_numbers). Especially the complex number $-i$ has the matrix representation: $$ \left[ \begin{array}{cc} 0 & 1\\ -1 & 0 \end{array} \right] $$ But this is the same as the matrix representation of the Levi-Civita symbol in two dimensions. Why is the Levi-Civita symbol in two dimensions equal to $-i$ ?
There is also a relationship between quaternions and the Levi-Civita symbol in three dimensions. But the Levi-Civita Symbol in three dimensions can be arranged as a 3x3x3 array. Does this mean quaternions can also be represented as 3x3x3 array ? But up to now I always thought that quaternions are represented by 4x4 matrices. So I'm quite confused.
What is the relationship between complex or quaternionic numbers and the Levi-Civita symbol?
There is a connection.
A cross product of type $(r,d)$ is an $r$-ary alternating multilinear operation on a $d$-dimensional real inner product space which spits out a vector orthogonal to all its inputs and sends orthonormal $r$-frames to unit vectors. Here is the classification of all cross products:
I made up the names myself. There is some overlap: types $(2,0)$ and $(2,1)$ are both binary and degenerate, type $(1,2)$ is both unary and geometric, and type $(2,3)$ is both binary and geometric.
Above I used $v_1,\cdots,v_d$ to enumerate $d$ different vectors in $\mathbb{R}^d$. Now let's say I do the physics thing of writing $v^i$ for the $i$th coordinate of a vector $v$. Then the geometric cross product of $u,v,\cdots,w$ (pretend I have $d-1$ different letters) is given in Einstein summation notation by
$$ u^{i_1}v^{i_2}\cdots w^{i_{d-1}}\varepsilon_{i_1\cdots i_{d-1}}.$$
This gives multiplication by $i$ on $\mathbb{C}\cong\mathbb{R}^2$ when $d=2$, and it gives the usual cross product on $\mathbb{R}^3$ when $d=3$, the latter of which is present in quaternion multiplication. Keep in mind the cross product of type $(1,2)$ is multiplication by $i$, it does not represent multiplying two complex numbers together, whereas the cross product of type $(2,3)$ corresponds to multiplication of two quaternions (or more accruately, the imaginary part of the product of two purely imaginary quaternions).