~MAPLE~ Maple is a symbolic and numeric computing environment, and is also a multi-paradigm programming language. Developed by Maplesoft, Maple also covers other aspects of technical computing, including visualization, data analysis, matrix computation, and connectivity. A toolbox, MapleSim, adds functionality for multidomain physical modeling and code generation. Examples of Maple code myfac := proc(n::nonnegint) local out, i; out := 1; for i from 2 to n do out := out *...