#call this file SudChallenge #type (in command line, not in maple) maple -qoS #print out the file oS #replace the line below by the filename of your program and remove the # #read MyProgram: T:= [ [6,0,0, 0,0,0, 0,0,3], [0,1,0, 0,5,0, 0,0,0], [0,0,0, 2,0,0, 4,0,0], # [0,0,4, 0,0,3, 0,0,0], [0,7,0, 0,9,0, 0,5,0], [0,0,0, 1,0,0, 6,0,0], # [0,0,3, 0,0,8, 0,0,0], [0,0,0, 0,7,0, 0,1,0], [5,0,0, 0,0,0, 0,0,2]]: Su(T); time(); quit: