HaskellForMaths-0.3.3: Combinatorics, group theory, commutative algebra, non-commutative algebra

Math.Algebra.Field.Base

Synopsis

Documentation

class Fractional fq => FiniteField fq whereSource

Methods

eltsFq :: fq -> [fq]Source

basisFq :: fq -> [fq]Source

type F2 = Fp T2Source

F2 is a type for the finite field with 2 elements

f2 :: [F2]Source

f2 lists the elements of F2

type F3 = Fp T3Source

F3 is a type for the finite field with 3 elements

f3 :: [F3]Source

f3 lists the elements of F3

type F5 = Fp T5Source

F5 is a type for the finite field with 5 elements

f5 :: [F5]Source

f5 lists the elements of F5

type F7 = Fp T7Source

F7 is a type for the finite field with 7 elements

f7 :: [F7]Source

f7 lists the elements of F7