>    restart; read `d:/Aek/Rook/FSRook.txt`;

`Welcome to ShortRook, a Maple package written by`

`Thotsaporn (Aek) Thanatipanonda with help from his`

`brother Thotsaphon. First Version: September, 1st, 2013 `

`It accompanies the article: `

`Rook Endgame Problem in Chess `

` by Thotsaporn (Aek) Thanatipanonda`

`available from authors' website`

>    Help(Part1);

` Function: PConj(k);`

` Input: the width of the board `

` Output: conjectures of standard position`

` of a k by n board.`

` `

` Try  

>    PConj(3);

`Conjectures for a`, 3, `by n board`

f_(1,1,1)(a,b),

`###############`

f_(1,1,2)(a,b),

f_(1,1,2)(a,b),

`###############`

f_(1,1,3)(a,b),

`###############`

f_(1,2,2)(a,b),

`###############`

f_(1,2,3)(a,b),

f_(1,2,3)(a,b),

`###############`

f_(1,3,2)(a,b),

f_(1,3,2)(a,b),

f_(1,3,2)(a,b),

`###############`

f_(1,3,3)(a,b),

f_(1,3,3)(a,b),

f_(1,3,3)(a,b),

`###############`

f_(2,1,1)(a,b),

`###############`

f_(2,1,3)(a,b),

f_(2,1,3)(a,b),

`###############`

f_(2,2,1)(a,b),

`###############`

f_(2,2,2)(a,b),

f_(2,2,2)(a,b),

`###############`

>