On Sun, 2010-04-11 at 10:16 -0400, Sheldon Newhouse wrote: > When I try to test each value in list_a, my program stops as soon as > an overflow is reached. How do I tell maxima to record that an error > was produced and keep on going? enclose each test inside a catch function; look at the documentation for catch. Regards, Jaime