// BBOX converted automatically from // http://atlas.math.rwth-aachen.de/Atlas/lin/L2227/words/L2227G1-max1W1 function(S) // WARNING! This is not an SLP! w1 := S.1; w2 := S.2; w3 := w1 * w2; w1 := w3 * w2; w4 := w3 * w1; w5 := w4 * w4; w6 := w5 * w3; w4 := w6 * w6; w5 := w3^3; w2 := w4 * w5; return [w1,w2]; end function;