Type "help" to see useful commands i1 : run "date"; Wed Apr 29 17:31:52 EDT 2026 i2 : needsPackage("LieAlgebraRepresentations"); i3 : sp6 = simpleLieAlgebra("C",3); i4 : V001 = irreducibleLieAlgebraModule(sp6,{0,0,1}); i5 : V001star = dual V001; i6 : peek V001star o6 = LieAlgebraModule{cache => CacheTable{} } DecompositionIntoIrreducibles => VirtualTally{{0, 0, 1} => 1} LieAlgebra => sp6 i7 : W10V001star=exteriorPower(10,V001star); i8 : peek W10V001star o8 = LieAlgebraModule{cache => CacheTable{} } DecompositionIntoIrreducibles => VirtualTally{{0, 0, 0} => 1} {0, 2, 0} => 1 {0, 3, 0} => 1 {3, 0, 1} => 1 LieAlgebra => sp6 i9 : run "date"; Wed Apr 29 17:32:01 EDT 2026 i10 :