•
|
The commands in the MTM package are useful by themselves inside Maple without MATLAB. Some of the commands are relatively simple front ends to the standard Maple commands. For instance, MTM[sin] is the same as sin, except that MTM[sin](A) will map over the elements of A when A is an array. Other commands, such as MTM[vertcat], offer new functionality: vertcat provides an easy way to combine arrays.
|