|   | Writing Efficient Maple Code.Michael Monagan, CECM, SFU.
 
 
 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 |