11 Writing Packages - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Manuals : Programming Guide : 11 Writing Packages

Contents     Previous     Next     Index

11 Writing Packages

This section describes how to collect a large software project in Maple into a package that is easy to maintain. Packages can be configured to load automatically when you start Maple and distributed to other users as a library rather than as Maple source code.

11.1 In This Chapter

• 

What is a package

• 

Writing Maple packages by using modules

• 

Examples of custom packages

 

Contents     Previous     Next     Index