Maple Programs
Run the following programs interactively!
Interactive Least Squares
(Hybrid Maple/Browser)
Download these programs, and run in Maple V.4 in the Calclabs...
Set Tester Interactively
tests concepts of union, intersection or randomly generated sets of
random length. (Contains useful maple functions).
Birthday Probability Problem
Computes the probability of two persons out of a group of N having
the same birthday...
Binomial distributions
Computes the Binomial Distribution and compares it with the Normal
(Gaussian) Distribution with same mean and standard deviation.
Permute array of arbitrary length
Least Squares
Data-Fitting (from file)
Simultaneous Equations
3x3 solution of linear equations by Gauss Jordan
Problem 16 from Section 2.6
Example of Row Reduction to Find Inverse
Example of Simplex Method
Another fast way to learn how to program in Maple is to use the
Help feature, copying the sample code into a Maple window,
and executing it. In this way, you can become familiar with
Maple syntax.