How to define operations $+ $and $\cdot$ if a set $F$ has $3$ elements {j, k,l } rather than the usual $2$ elements using the table so that it is a field? And more broadly, how can I define operation on a set that has more than $2$ elements and how can I intuitively understand?
My working: \begin{array}{c|ccc}+&j&k&l\\\hline j&j&k&l\\k&k&l&j\\l&l&j&k\end{array}
\begin{array}{c|ccc}\cdot&j&k&l\\\hline j&j&j&j\\k&j&k&l\\l&j&l&\color{red}{?}\end{array}