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