gflineq
Find particular solution of Ax = b over prime
Galois field
Description
[
returns a flag x,vld] = gflineq(...)vld that indicates the existence of a solution.
Note
This function performs computations in GF(p), where p is prime. To work in
GF(2m), apply the \ or
/ operator to Galois arrays. For details, see Solving Linear Equations.
Examples
Input Arguments
Output Arguments
Algorithms
gflineq uses Gaussian elimination.
Version History
Introduced before R2006a