Writing Efficient Maple Code.

Michael Monagan, CECM, SFU.


Tuesday December 10th, 9:30am. Room TBA.


Abstract:

This is a tutorial on how to write efficient Maple code.
– how to time the execution of Maple commands
– loop shortcuts: seq, mul, add, map, select, zip
– Lists vs Arrays
– type checking
– the Maple compiler