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