Skip to content

Commit

Permalink
Merge pull request #77 from Trivo25/fix-extension-field-typp
Browse files Browse the repository at this point in the history
fix notation of field extension definition
  • Loading branch information
PlanetMacro authored Nov 20, 2023
2 parents e14c31e + 51ca306 commit 7969deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/algebra-moonmath.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ \subsection{Prime Field Extensions}\label{field-extension}
The set $\F_{p^m}$ of the prime field extension is given by the set of all polynomials with a degree less than $m$:
\begin{equation}
\label{eq:prime-extension-field}
\F_{p^m}:= \{a_{m-1} x^{m-1}+a_{k-2}x^{k-2}+\ldots+a_1 x+a_0\;|\; a_i\in \F_p\}
\F_{p^m}:= \{a_{m-1} x^{m-1}+a_{m-2}x^{m-2}+\ldots+a_1 x+a_0\;|\; a_i\in \F_p\}
\end{equation}
The addition law of the prime field extension $\F_{p^m}$ is given by the usual addition of polynomials as defined in \eqref{def:polynomial_arithmetic}:
\begin{equation}
Expand Down

0 comments on commit 7969deb

Please sign in to comment.