Divide
by
in the Galois field GF(3) three times. Represent the polynomials as row vectors, character vectors, and strings.
Represent the polynomials using row vectors and divide them in GF(3).
To confirm the output, compare the original Galois field polynomials to the result of adding the remainder to the product of the quotient and the divisor.
Represent the polynomials using character vectors and divide them in GF(3).
Represent the polynomials using strings and divide them in GF(3).
Use the
gfpretty
function to display the result without the remainder in polynomial form.