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

Safe HaskellSafe-Infered

Math.Algebras.AffinePlane

Description

A module defining the affine plane and its symmetries

Documentation

data XY Source

Constructors

X 
Y 

Instances

data ABCD Source

Constructors

A 
B 
C 
D 

a, d, c, b :: Monomial m => Vect Q (m ABCD)Source

newtype SL2 v Source

Constructors

SL2 (GlexMonomial v) 

Instances

sl2Var :: Num k => v -> Vect k (SL2 v)Source