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
|
The object spechtModuleElement is a method function.