Macaulay2 » Documentation
Packages » SpechtModule :: spechtModuleElement
next | previous | forward | backward | up | index | toc

spechtModuleElement -- the constructor for the class SpechtModuleElement

Synopsis

Description

The basic constructor builds a SpechtModuleElement from just one polytabloid and its respective coefficient.

i1 : p = new Partition from {3,2,1}

o1 = Partition{3, 2, 1}

o1 : Partition
i2 : y = youngTableau(p,{2,0,3,4,5,1})

o2 = | 2 0 3 |
     | 4 5 |
     | 1 |

o2 : YoungTableau
i3 : spechtModuleElement(y,-2)

o3 = -2 | 2 0 3 |
        | 4 5 |
        | 1 |

o3 : SpechtModuleElement
i4 : spechtModuleElement(y)

o4 = | 2 0 3 |
     | 4 5 |
     | 1 |

o4 : SpechtModuleElement

Ways to use spechtModuleElement :

For the programmer

The object spechtModuleElement is a method function.