read `Capsules.txt`: print(`This is a sample of Capsule puzzles, invented by Wei-Hwa Huang, and published (starting end of 2016) in the New York times`): print(`and their solution by Shalosh B. Ekhad, using the Maple package Capsules.txt, available from Doron Zeilbegrer's website`): print(` http://www.math.rutgers.edu/~zeilberg/tokhniot/Capsules.txt `): print(`For the Dec. 25, 2016 New York Times Capsule Puzzle:`): SOLv(P1()): print(``): print(`-------------------------------------------`): print(``): print(`For the Jan. 1, 2017 New York Times Capsule Puzzle:`): SOLv(P2()): print(``): print(`-------------------------------------------`): print(``): print(`For the Feb. 5, 2017 New York Times Capsule Puzzle:`): SOLv(P3()): print(``): print(`-------------------------------------------`): print(``): print(`For the March 19, 2017 New York Times Capsule Puzzle:`): SOLv(P4()): print(``): print(`-------------------------------------------`): print(``): print(`The whole thing (to solve the above four puzzles) took`, time(), `seconds. `): quit: