so in college I am taking Linear Algebra and we're having a test. In this test we have to solve a system of equations over a finite field.
Let's have a finite field $Z_n = \{0, 1, ..., n - 1\}$. So for example a field $Z_3 = \{0, 1, 2\}$.
Now let's say that we have to solve the system of equations below in $Z_3$.
$x + 2y + z = 1 \\ x + 2y + 2z = 1 \\ 2x + y + z = 1$
As I am farily new to this I am not confident enough solving this. However I could not find any website which would provide practice problems (with solutions) like these.
Could you please suggest me where I'd find some?
Thank you
BTW, $\Bbb{Z}_n$ is a field only when $n$ is a prime. There are other finite fields, but they are a bit more complicated, and usually constructed as quotient rings of polynomial rings over $\Bbb{Z}_p$.
– Jyrki Lahtonen Nov 06 '21 at 18:25