Hi, This is Jay Pedersen; a student a UNO in Omaha, NE. I have been using Maple for several years; and I appreciate its power to solve problems and I use it as a programming platform for solving mathematical problems. Here is a simple example: Simulate rolling 8 dice 10 times. roll := rand(1..6); for i from 1 to 10 do; dice := ['roll()' $8]; # dice contains 8 random values, each from 1..6 end do; I plan to submit an application shortly which determines the minimal sum for a boolean expression (in sum of products form (eg: abc + a' + bd'). All for now. -Jay

Please Wait...