gfrank
Compute rank of matrix over Galois field
Syntax
Description
rk = gfrank(
calculates the rank of matrix A,p) A for GF(p), where
p is a prime number.
Note
This function performs computations in GF(p) where p is prime. If you are working in
GF(2m), use the rank function with
Galois arrays. For details, see Computing Ranks.
Examples
Input Arguments
Algorithms
gfrank uses an algorithm similar to Gaussian elimination.
Version History
Introduced before R2006a