// BBOX converted automatically from // http://atlas.math.rwth-aachen.de/Atlas/clas/U72/words/U72G1-max2W1 function(S) // WARNING! This is not an SLP! w1 := S.1; w2 := S.2; w3 := w2 * w1; w4 := w2^5; w2 := w3 * w4; return [w1,w2]; end function;