Chapter 7 - Looping in Maple

7.1 Introduction

The loop construct in any computer language allows the implementation of repetitive processes in computers. This is truly where computers excel since their speed allows them to repeat these tasks efficiently and since, contrary to us human, they do not get bored and tired by repetition. Scanning class list, searching financial data sets, scanning over time, ... are all repetitive tasks computers can tackle much better than us. In the following, we will first introduce the loop syntax in Maple. Then we will look at examples of general interest involving loops.


Chapter 7 Section 7.2       TOC

Any questions or suggestions should be directed to
Michel Vallières at vallieres@physics.drexel.edu