FDense 3.67 INPUT -------------------- output after each group NC 2 [10,20] 10 BEGIN DEFINITIONS //The point is that this map is not closing. //B is left permutative, not right closing; //Brev is right permutative, not left closing; //a composition of B and B1 will be neither left not right closing; //these maps have degree 1. OPT B = x[0] + x[1]*x[2] OPT Brev = x[0]*x[1] + x[2] BEGIN COMMANDS B#Brev -------------------- For m = 10 the following maps were found to have m-dense jointly periodic points of (not least) shift period k, for the following k: Map: B#Brev ---- 17 18 19 20