Physics 410: Maple
Please report all errors/typos. etc to
choptuik@physics.ubc.ca
Last updated September 2000
- Lectures 1 & 2 (Sep 14, 19)
- IMPORTANT: When working with xmaple
(the GUI-based version of maple),
make sure that you save your worksheets frequently (use, e.g., Ctrl-S) when working
on them to minimize the amount of work lost due to any unexpected
"crashes" of the interface and/or operating system.
- Important: Please note the following difference between Maple V.4
(the documentation I will hand out in class) and Maple V.5
(the version currently installed on our machines):
- The percentage sign, %, replaces the
double-quotes character, ", as the shorthand for "last result";
similarly, %% replaces "" for "next-to-last result"
- Maple V window at initial
startup. A Taylor series
example. Sample invocation of xmaple from the
command-line
(PS)
(PDF).
A session trace from a command-line maple session
(PS)
(PDF).
- Worksheet
(PS)
(PDF)
showing calculations in Chapter 2 of Maple V Learning Guide
by Heal et al.
- Lectures 2 & 3 (Sep 19, 21)
- Some Useful Maple Commands:
(PS)
(PDF)
- Sample Maple source file
example.
Use the Maple read command to input such a source file.
- Sample Maple procedure: ladd which adds elements of numeric list
(PS)
(PDF).
- Maple source file tladd
which tests ladd, and execution trace
(text)
(PS)
(PDF).
- Lecture 4 (Sep 21)
- Maple procedure polyinterp for computing Lagrange
interpolating polynomial
(PS)
(PDF).
- polyinterp usage examples
(PS)
(PDF).
- Additional Material
- Annotated maple
source file to accompany Chapter 1 of Maple V Programming Guide