Physics 381C: Maple and Maple Programming
Please report all errors/typos. etc to
matt@infeld.ph.utexas.edu
- Lecture 1 (Jan 28)
- Worksheet (PS)
showing calculations in Chapter 2 of Maple V Learning
Guide by Heal et al
- (1) Useful Maple commands, (2) Maple V.4 features discussed in
Maple V Programming Guide which are not available in our
version, (3) Common mistakes, things to watch for.
(PS)
- Simple Maple source file (text)
- Sample Maple procedure: ladd which adds elements of
numeric list (text)
- PS form of above
two examples, plus sample usage and output.
- Lecture 2 (Feb 6)
- Maple procedure
ljoin
which joins elements of two lists using idioms discussed in
class.
Sample output.
- Maple procedure
type/tensor
and associated testing code which illustrates extension
of maple type procedure for a user-defined
type.
Sample output.