examples.html
examples,index
Index to Example Worksheets
This worksheet provides you with access to all the example worksheets that are available online. The worksheets have been organized into topical sections, with a complete alphabetical listing of all example worksheets at the end. Click the box in front of the section name to display the examples listed in it. Click the appropriate hyperlink in a section to go directly to the worksheet of interest.
Language and System
-
examples/binarytree
: A demonstration of programming a Maple package.
-
examples/context
: Maple's context configuration
.
-
examples/context_examples
: Examples of context-sensitive menu creation
.
-
examples/DefaultUnits
: Using units in the default Maple environment
.
-
examples/evalntype
: One of the extensions to Maple's type system.
-
examples/lexical
: An explanation of lexical scoping in Maple.
-
examples/matlab
: A demonstration of the Matlab package.
-
examples/memo
: Using modules to implement memoization
.
-
examples/NaturalUnits
: Using units in the Natural Units environment
.
-
examples/obj
: Using modules to model objects
.
-
examples/StandardUnits
: Using units in the Standard Units environment
.
-
examples/string
: Using strings in Maple.
-
examples/Worksheet
: An introduction to programmatic worksheet access with the Worksheet package (
New
).
Connectivity
-
examples/CodeGeneration
: An introduction to the Maple package that controls the translation of Maple code to other languages (
New
).
-
examples/ExternalCalling
: An introduction to the use of external compiled code (
New
).
Calculus
-
examples/Calculus1Derivatives
: Differentiation in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1DiffApps
: Differentiation applications in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1IntApps
: Integration applications in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1Integration
: Integration in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1SingleStepping
: An overview of single-step problem solving in the Student[Calculus1] package (
New
).
-
examples/Calculus1Tangents
: Tangents, function inverses, and plotting by sampling in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1Theorems
: Differentiation theorems in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1Visualization
: An overview of visualization in the Student[Calculus1] package (
New
).
-
examples/VectorCalculus
: An overview of vector calculus package (
New
).
Maplets
-
examples/AlertMaplet
: An example maplet providing advanced information for the Alert example maplet (
New
).
-
examples/BezoutMatrixMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra BezoutMatrix maplet (
New
).
-
examples/ConditionNumberMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra ConditionNumber maplet (
New
).
-
examples/ConfirmMaplet
: An example maplet providing advanced information for the example Confirm maplet (
New
).
-
examples/ExampleMaplets
: An overview of example maplets (
New
).
-
examples/GetColorMaplet
: An example maplet providing advanced information for the GetColor example maplet (
New
).
-
examples/GetEquationMaplet
: An example maplet providing advanced information for the GetEquation example maplet (
New
).
-
examples/GetExpressionMaplet
: An example maplet providing advanced information for the GetExpression example maplet (
New
).
-
examples/GetFileMaplet
: An example maplet providing advanced information for the GetFile example maplet (
New
).
-
examples/GetInputMaplet
: An example maplet providing advanced information for the GetInput example maplet (
New
).
-
examples/HilbertMatrixMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra HilbertMatrix maplet (
New
).
-
examples/IntegrationMaplet
: An example maplet providing advanced information for the advanced Integration maplet (
New
).
-
examples/MapletsLayout
: An introduction to maplet layout and design (
New
).
-
examples/MapletsStyleGuide
: A list of guidelines for writing readable maplets (
New
).
-
examples/MapletsTutorial
: An introduction to writing maplets (
New
).
-
examples/MatrixNormMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra MatrixNorm maplet (
New
).
-
examples/MessageMaplet
: An example maplet providing advanced information for the Message example maplet (
New
).
-
examples/QRDecompositionMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra QRDecomposition maplet (
New
).
-
examples/QuestionMaplet
: An example maplet providing advanced information for the Question example maplet (
New
).
-
examples/SelectionMaplet
: An example maplet providing advanced information for the Selection example maplet (
New
).
-
examples/ShowTableMaplet
: An example maplet providing advanced information for the advanced ShowTable maplet (
New
).
-
examples/SingularValuesMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra SingularValues maplet (
New
).
-
examples/VectorNormMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra VectorNorm maplet (
New
).
Algebra
-
examples/diffalg
: Differential algebra package.
-
examples/Groebner
: The Groebner basis package.
-
examples/LA_Linear_Solve
: Using the LinearAlgebra package to solve systems
.
-
examples/LA_NAG
: Using the LinearAlgebra package with NAG routines
.
-
examples/LA_options
: LinearAlgebra package options
.
-
examples/LA_Syntax_Shortcuts
: LinearAlgebra package shortcuts
.
-
examples/Ore_algebra
: The Ore algebras package.
Geometry
-
examples/algcurve
: A package for working with algebraic curves.
-
examples/archi
: Archimedean solids.
-
examples/dual
: Duality of polyhedra.
-
examples/geometry
: Maple's geometry package.
-
examples/regular
: Regular polygons.
-
examples/stellate
: Stellated polyhedra.
-
examples/transform
: Geometric transformations.
Discrete Mathematics
-
Introduction to the Combinatorial Structures package
: An introduction to
combstruct
. Learn the basics of specifications, how to get counting sequences, and how to use predefined structures (including subsets, permutations, and combinations) (
New
).
-
Combinatorial Structures Package, Sample Structures
: A simple collection of
combstruct
examples showing how to generate random trees, investigate the distribution of height by simulation, enumerate functional graphs, alcohols, necklaces, expression trees, and more (
New
).
-
The Combstruct Package, Generating Functions
: It is possible to produce generating function equations and to solve some of them. Also, there is the
allstructs
function which performs exhaustive structure generation (
New
).
-
Attribute Grammars and Combinatorics
: Attribute grammars are a way to express recursively defined properties of structures. They are available in the
combstruct
package (
New
).
Integration
-
examples/elliptic
: Elliptic Integration examples.
-
examples/elliptic2
: More Elliptic Integration examples.
Integral Transforms
-
examples/addtable
: Extending the power of the integral transforms in Maple.
-
examples/fourier
: An illustration of the Fourier transform in Maple.
-
examples/hankel
: The Hankel transform.
-
examples/hilbert
: The Hilbert transform.
-
examples/laplace
: The Laplace transform.
-
examples/mellin
: The Mellin transform.
Differential Equations
-
examples/diffop
: A sub-package (of DEtools) for differential operators.
-
examples/linearode
: Examples of getting closed-form solutions from dsolve.
-
examples/poincare
: A package for Hamiltonian equations.
-
examples/slode
: The Slode package.
General Symbolics
-
examples/applyrl
: Rule-based symbolic programming.
-
examples/define
: Using Maple's define command to specify a function by its behavior.
-
examples/minimize
: Using Maple's minimize command.
-
examples/patmatch
: How to use Maple's pattern-matching algorithms.
-
examples/piecewise
: Using the piecewise function.
-
examples/solve
: Maple's equation solver.
General Numerics
-
examples/specfcn
: Illustrations of special functions available in Maple.
Mathematical Visualization
-
examples/algcurve
: A package for working with algebraic curves.
-
examples/Calculus1Derivatives
: Differentiation in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1DiffApps
: Differentiation applications in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1IntApps
: Integration applications in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1Integration
: Integration in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1Tangents
: Tangents, function inverses, and plotting by sampling in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1Theorems
: Differentiation theorems in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1Visualization
: An overview of visualization in the Student[Calculus1] package (
New
).
-
examples/CurveFitting
: The CurveFitting package.
-
examples/deplot
: Special facilities for plotting solutions of differential equations.
-
examples/deplot3d
: Plotting solutions of differential equations in three dimensions.
-
examples/spread:
A package for programmatically manipulating spreadsheets.
-
examples/statplots
: A package for working with statistical plots.
Applications
-
examples/finance
: Examples for the finance package.
-
examples/SCApps
: Applications of the ScientificConstants package (
New
).
Alphabetical Listing of all Example Worksheets
-
examples/addtable
: Extending the power of the integral transforms in Maple.
-
examples/AlertMaplet
: An example maplet providing advanced information for the Alert example maplet (
New
).
-
examples/algcurve
: A package for working with algebraic curves.
-
examples/applyrl
: Rule-based symbolic programming.
-
examples/archi
: Archimedean solids.
-
examples/BezoutMatrixMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra BezoutMatrix maplet (
New
).
-
examples/binarytree
: A demonstration of programming a Maple package.
-
examples/Calculus1Derivatives
: Differentiation in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1DiffApps
: Differentiation applications in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1IntApps
: Integration applications in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1Integration
: Integration in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1SingleStepping
: An overview of single-step problem solving in the Student[Calculus1] package (
New
).
-
examples/Calculus1Tangents
: Tangents, function inverses, and plotting by sampling in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1Theorems
: Differentiation theorems in the visualization component of the Student[Calculus1] package (
New
).
-
examples/Calculus1Visualization
: An overview of visualization in the Student[Calculus1] package (
New
).
-
examples/CodeGeneration
: An introduction to the Maple package that controls the translation of Maple code to other languages (
New
).
-
examples/combstruct_attributes
: Attribute grammars are a way to express recursively defined properties of structures. They are available in the
combstruct
package (
New
).
-
examples/combstruct_gen_funcs
: It is possible to produce generating function equations and to solve some of them. Also, there is the
allstructs
function which performs exhaustive structure generation (
New
).
-
examples/combstruct_grammars
: An introduction to
combstruct
. Learn the basics of specifications, how to get counting sequences, and how to use predefined structures (including subsets, permutations, and combinations) (
New
).
-
examples/combstruct_sample_structs
: A simple collection of
combstruct
examples showing how to generate random trees, investigate the distribution of height by simulation, enumerate functional graphs, alcohols, necklaces, expression trees, and more (
New
).
-
examples/ConditionNumberMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra ConditionNumber maplet (
New
).
-
examples/ConfirmMaplet
: An example maplet providing advanced information for the example Confirm maplet (
New
).
-
examples/context
: Maple's context configuration
.
-
examples/context_examples
: Examples of context-sensitive menu creation
.
-
examples/CurveFitting
: The CurveFitting package
.
-
examples/DefaultUnits
: Using units in the default Maple environment
.
-
examples/define
: Using Maple's define command to specify a function by its behavior.
-
examples/deplot
: Special facilities for plotting solutions of differential equations.
-
examples/deplot3d
: Plotting solutions of differential equations in three dimensions.
-
examples/diffalg
: A subpackage (of DEtools) for differential operators.
-
examples/diffop
: Examples on linear differential operators.
-
examples/dual
: Duality of polyhedra.
-
examples/elliptic
: Elliptic integrals examples.
-
examples/elliptic2
: Elliptic integrals examples.
-
examples/evalntype
: One of the extensions to Maple's type system.
-
examples/ExampleMaplets
: An overview of example maplets (
New
).
-
examples/ExternalCalling
: An introduction to the use of external compiled code (
New
).
-
examples/finance
: Examples for the finance package.
-
examples/fourier
: An illustration of the Fourier transform in Maple.
-
examples/geometry
: Maple's geometry package.
-
examples/GetColorMaplet
: An example maplet providing advanced information for GetColor (
New
).
-
examples/GetEquationMaplet
: An example maplet providing advanced information for GetEquation (
New
).
-
examples/GetExpressionMaplet
: An example maplet providing advanced information for the GetExpression example maplet (
New
).
-
examples/GetFileMaplet
: An example maplet providing advanced information for the GetFile example maplet (
New
).
-
examples/GetInputMaplet
: An example maplet providing advanced information for the GetInput example maplet (
New
).
-
examples/Groebner
: The Groebner basis package.
-
examples/hankel
: The Hankel transform.
-
examples/hilbert
: The Hilbert transform.
-
examples/HilbertMatrixMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra HilbertMatrix maplet (
New
).
-
examples/IntegrationMaplet
: An example maplet providing advanced information for the advanced Integration maplet (
New
).
-
examples/LA_Linear_Solve
: Using the LinearAlgebra package to solve systems
.
-
examples/LA_NAG
: Using the LinearAlgebra package with NAG routines
.
-
examples/LA_options
: LinearAlgebra package options
.
-
examples/LA_Syntax_Shortcuts
: LinearAlgebra package shortcuts
.
-
examples/laplace
: The Laplace transform
-
examples/lexical
: An explanation of lexical scoping in Maple.
-
examples/linearode
: Examples of getting closed-form solutions from dsolve.
-
examples/MapletsLayout
: An introduction to maplet layout and design (
New
).
-
examples/MapletsStyleGuide
: A list of guidelines for writing readable maplets (
New
).
-
examples/MapletsTutorial
: An introduction to writing maplets (
New
).
-
examples/matlab
: A demonstration of the Matlab package.
-
examples/MatrixNormMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra MatrixNorm maplet (
New
).
-
examples/mellin
: The Mellin transform.
-
examples/memo
: Using modules to implement memoization
.
-
examples/MessageMaplet
: An example maplet providing advanced information for the Message example maplet (
New
).
-
examples/minimize
: Using Maple's minimize command.
-
examples/NaturalUnits
: Using units in the Natural Units environment
.
-
examples/obj
: Using modules to model objects
.
-
examples/Ore_algebra
: The Ore algebras package.
-
examples/patmatch
: How to use Maple's pattern-matching algorithms.
-
examples/piecewise
: Using the piecewise function.
-
examples/poincare
: A package for Hamiltonian equations.
-
examples/QRDecompositionMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra QRDecomposition maplet (
New
).
-
examples/QuestionMaplet
: An example maplet providing advanced information for the Question example maplet (
New
).
-
examples/regular
: Regular polygons.
-
examples/SCApps
: Applications of the ScientificConstants package (
New
).
-
examples/SelectionMaplet
: An example maplet providing advanced information for the Selection example maplet (
New
).
-
examples/ShowTableMaplet
: An example maplet providing advanced information for the advanced ShowTable maplet (
New
).
-
examples/SingularValuesMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra SingularValues maplet (
New
).
-
examples/slode
: The Slode package.
-
examples/solve
: Maple's equation solver.
-
examples/specfcn
: Illustrations of special functions available in Maple.
-
examples/spread
: A package for programmatically manipulating spreadsheets.
-
examples/StandardUnits
: Using units in the Standard Units environment
.
-
examples/statplots
: A package for working with statistical plots.
-
examples/stellate
: Stellated polyhedra.
-
examples/string
: Using strings in Maple.
-
examples/transform
: Geometric transformations.
-
examples/VectorCalculus
: An overview of vector calculus package (
New
).
-
examples/VectorNormMaplet
: An example maplet providing advanced information for the advanced LinearAlgebra VectorNorm maplet (
New
).
-
examples/Worksheet
: An introduction to programmatic worksheet access with the Worksheet package (
New
).