Type "help" to see useful commands i1 : run "date"; Fri May 1 18:00:39 EDT 2026 i2 : needsPackage("LieAlgebraRepresentations"); i3 : g2 = simpleLieAlgebra("G",2); i4 : V01 = irreducibleLieAlgebraModule(g2,{0,1}); i5 : V01star = dual V01; i6 : W11V01star=exteriorPower(11,V01star); i7 : peek W11V01star o7 = LieAlgebraModule{cache => CacheTable{} } DecompositionIntoIrreducibles => VirtualTally{{0, 0} => 1} {0, 2} => 1 {2, 0} => 1 {3, 0} => 1 {4, 0} => 1 LieAlgebra => g2 i8 : run "date"; Fri May 1 18:00:44 EDT 2026 i9 :