// BBOX converted automatically from // http://atlas.math.rwth-aachen.de/Atlas/spor/Th/words/ThG1-max14W2 function(S) // WARNING! This is not an SLP! w1 := S.1; w2 := S.2; w3 := w1 * w2; w4 := w3 * w2; w5 := w3^5; w6 := w5 * w2; w2 := w6^5; w5 := w3^4; w6 := w4^4; w7 := w5 * w6; w6 := w7^-1; w5 := w6 * w1; w1 := w5 * w7; w5 := w4^17; w6 := w3^6; w7 := w5 * w6; w6 := w7^-1; w5 := w6 * w2; w2 := w5 * w7; # Warning: I could not convert this line: '# Standardisation.' w3 := w2 * w1; w4 := w2 * w2; w2 := w3 * w4; return [w1,w2]; end function;