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

Safe HaskellNone
LanguageHaskell98

Math.Algebra.NonCommutative.TensorAlgebra

Description

A module defining the tensor, symmetric, and exterior algebras. This module has been partially superceded by Math.Algebras.TensorAlgebra, which should be used in preference. This module is likely to be removed at some point.

Documentation

data Basis Source #

Constructors

E Int 

Instances

Eq Basis Source # 

Methods

(==) :: Basis -> Basis -> Bool #

(/=) :: Basis -> Basis -> Bool #

Ord Basis Source # 

Methods

compare :: Basis -> Basis -> Ordering #

(<) :: Basis -> Basis -> Bool #

(<=) :: Basis -> Basis -> Bool #

(>) :: Basis -> Basis -> Bool #

(>=) :: Basis -> Basis -> Bool #

max :: Basis -> Basis -> Basis #

min :: Basis -> Basis -> Basis #

Show Basis Source # 

Methods

showsPrec :: Int -> Basis -> ShowS #

show :: Basis -> String #

showList :: [Basis] -> ShowS #

comm :: Num a => a -> a -> a Source #

delta :: (Num p, Eq a) => a -> a -> p Source #