ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: StdTab2SgaIdemp - build an idempotent from a standard tableau

CALLING SEQUENCE:

StdTab2SgaIdemp(t)
TAB[StdTab2SgaIdemp](t)

PARAMETERS:

t = any list of list(s) denoting a standard tableau

SYNOPSIS:

EXAMPLES:


> with(TAB):
> r1:=StdTab2SgaIdemp([[3], [1,2]]):
> r2:=StdTab2SgaIdemp([[3], [1,2,4]]);
 
      r2 := 5/48 A[4, 2, 3, 1] + 5/48 A[1, 4, 3, 2] + 1/24 A[1, 2, 4, 3]
 
         + 1/8 A[1, 2, 3, 4] + 5/48 A[2, 4, 3, 1] - 1/48 A[3, 2, 4, 1]
 
         + 5/48 A[4, 1, 3, 2] - 1/48 A[1, 3, 4, 2] - 1/48 A[4, 2, 1, 3]
 
         - 1/48 A[1, 4, 2, 3] - 1/48 A[2, 3, 4, 1] - 1/12 A[3, 4, 2, 1]
 
         - 1/48 A[2, 4, 1, 3] - 1/12 A[4, 3, 1, 2] - 1/16 A[3, 2, 1, 4]
 
         - 1/16 A[1, 3, 2, 4] - 1/12 A[4, 3, 2, 1] - 1/48 A[3, 1, 4, 2]
 
         - 1/12 A[3, 4, 1, 2] - 1/48 A[4, 1, 2, 3] - 1/16 A[2, 3, 1, 4]
 
         - 1/16 A[3, 1, 2, 4] + 1/8 A[2, 1, 3, 4] + 1/24 A[2, 1, 4, 3]
 
> (r1 &!* (SgaJucis(4,4) &!* (SgaJucis(4,4) + 2) / 8)) &!- r2;
 
                                      0
 
 

SEE ALSO: SGA[SgaJucis]