I'm trying to learn to use MAGMA(Computational Algebra System) for research in coding theory over non-commutative rings, but it's been slow going. I feel like it's hard to find anything in the handbook.
For example, I need to define a non-commutative ring $R:=\mathbb{F}_{4}+e\mathbb{F}_{4}$, where $\mathbb{F}_{4}$ is the finite field of $4$ elements and $e^2=1$, $ae=ea^2$. But I didn't find the information to help me.
I would like to take your precious time, please help me to write the code of this non-commutative ring in MAGMA. I know the best way to learn programming about MAGMA is to read the code, but I don't know where to get them. Could you give me some suggestions?
Thanks a lot for your answer and best wishes!