gfdiv
Divide elements of Galois field
Description
divides quot = gfdiv(b,a,field)b by a in GF(pm)
and returns the quotient. p is a prime number and m is a positive integer. If
a and b are matrices of the same size, then the
function treats each element independently. All entries of b,
a, and quot are the exponential formats of elements
of GF(pm) relative to some primitive element of
GF(pm). field is the matrix listing all
elements of GF(pm), arranged relative to the same primitive
element. See Representing Elements of Galois Fields for an
explanation of these formats.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a