|
Math 241 - Maple Workshop |
|
---|---|---|
San Diego State University -- This page last updated 23-Sep-01 |
Session #5 - One writes Maple procedures using basic programming techniques. Maple allows many of the standard programming commands, such do, while, if-then-else, and for . The procedures use local and global variables and can be stored as user defined libraries. Below we create a few elementary programs and so a few other useful Maple commands for identifying parts of expressions and functions, such as normal, irem, igcd, isprime, op, and nops.
Basic Programs in Maple
This section introduces a series of problems that we solve by creating Maple Procedures.