// BBOX converted automatically from // http://atlas.math.rwth-aachen.de/Atlas/spor/Th/words/ThG1-max15W2 function(S) // WARNING! This is not an SLP! w1 := S.1; w2 := S.2; w3 := w1 * w2; w4 := w3 * w2; w5 := w2 * w3; w11 := w1 * w5; w12 := w5 * w1; w13 := w12^-1; w12 := w13 * w11; w11 := w12^4; w6 := w5 * w11; # Warning: I could not convert this line: '### 6 = b1.' w11 := w4 * w3; w5 := w3 * w4; w12 := w11^5; w13 := w5^5; w5 := w12 * w13; # Warning: I could not convert this line: '### 5 = a1.' w1 := w3 * w3; w2 := w1 * w1; w7 := w1 * w2; w11 := w4 * w4; w12 := w11 * w11; w13 := w2 * w11; w14 := w3 * w13; w11 := w3 * w12; w3 := w2 * w7; w2 := w1 * w3; w1 := w14 * w11; w14 := w13 * w4; w13 := w12 * w14; w11 := w2 * w13; w12 := w4^10; w13 := w3 * w12; w4 := w13 * w7; w3 := w11^-1; # Warning: I could not convert this line: '### 1 = o1.' w2 := w5^3; w7 := w2 * w6; w11 := w6^4; w12 := w11 * w2; w13 := w2 * w11; w14 := w5 * w13; w13 := w11 * w11; w11 := w5 * w6; w2 := w11 * w13; w13 := w5 * w14; w5 := w7^4; w6 := w11^6; w11 := w13 * w12; w12 := w2 * w14; w13 := w12 * w11; w14 := w6^-1; w11 := w5 * w14; w12 := w5 * w6; w2 := w11 * w12; w7 := w2 * w13; # Warning: I could not convert this line: '### y = c1.' w11 := w3 * w7; w2 := w11 * w4; # Warning: I could not convert this line: '### Answer in 1 and 2 (as usual).' return [w1,w2]; end function;