13 Programming Interactive Elements - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Manuals : Programming Guide : 13 Programming Interactive Elements

Contents     Previous     Next     Index

13 Programming Interactive Elements

The Maple standard interface provides several tools for building interactive mathematical content. It includes a set of embedded components, which are configurable graphical controls, buttons, meters, and other interactive components that you can insert in a Maple document to analyze, manipulate, and visualize equations and Maple commands. For example, several task templates in Maple use embedded components to demonstrate mathematical concepts.

The Maple library also includes a package called Maplets for building custom user interfaces to allow users to perform analysis tasks related to your mathematics. Several Maple commands, such as the tutors in the Student package, use Maplets that allow users to perform various tasks.

13.1 In This Chapter

• 

Programming embedded components

• 

Programming Maplets

 

Contents     Previous     Next     Index