pattern matching examples - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Programming : General Information : pattern matching examples

The Pattern Matcher in Maple

This worksheet demonstrates the functionality of the Maple pattern matcher.  To check an expression for a match to a single pattern, the patmatch function is used.  An efficient facility for matching an expression to one of several patterns is provided by the compiletable and tablelook functions.

> 

restart

 

Return to Index for Example Worksheets