100% found this document useful (1 vote)
132 views

UserManual 2018 PDF

Uploaded by

Zen Kyo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
132 views

UserManual 2018 PDF

Uploaded by

Zen Kyo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 356

Maple User Manual

Copyright © Maplesoft, a division of Waterloo Maple Inc.


2018
Maple User Manual
Copyright
Maplesoft, Maple, MapleSim, Maple Application Center, Maple Student Center, Maplet, Maple T.A., MapleNet, Drag-to-Solve, The Möbius Project,
Möbius Apps, and MapleCloud are all trademarks of Waterloo Maple Inc.

© Maplesoft, a division of Waterloo Maple Inc. 1996-2018. All rights reserved.


No part of this book may be reproduced, stored in a retrieval system, or transcribed, in any form or by any means — electronic, mechanical, photo-
copying, recording, or otherwise. Information in this document is subject to change without notice and does not represent a commitment on the part
of the vendor. The software described in this document is furnished under a license agreement and may be used or copied only in accordance with
the agreement. It is against the law to copy the software on any medium except as specifically allowed in the agreement.

Adobe and Acrobat are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.

Java and all Java based marks are trademarks or registered trademarks of Oracle and/or its affiliates.

MATLAB is a registered trademark of The MathWorks, Inc.

Microsoft and Windows are registered trademarks of Microsoft Corporation.

NAG is a registered trademark of The Numerical Algorithms Group Ltd.

All other trademarks are the property of their respective owners.

This document was produced using Maple and DocBook.

ISBN 978-1-926902-45-6
Contents
Preface ........................................................................................................................................... xiii
1 Getting Started ................................................................................................................................. 1
1.1 In This Chapter .......................................................................................................................... 1
1.2 Introduction to Maple .................................................................................................................. 2
Working in Maple ....................................................................................................................... 2
Starting the Standard Document Interface ........................................................................................ 4
Entering 2-D Math ...................................................................................................................... 5
Toolbar Options .......................................................................................................................... 8
The Context Panel and Copy & Drag ............................................................................................ 11
Saving a Maple Document .......................................................................................................... 14
Saving a Maple Document as a Workbook ..................................................................................... 14
1.3 Entering Expressions ................................................................................................................. 14
Execution Groups ...................................................................................................................... 14
Math Mode vs. Text Mode .......................................................................................................... 15
Palettes ................................................................................................................................... 16
Symbol Names ......................................................................................................................... 22
Toolbar Icons ........................................................................................................................... 24
1.4 Point-and-Click Interaction ......................................................................................................... 25
Assistants ................................................................................................................................ 25
Tutors .................................................................................................................................... 30
Math Apps ............................................................................................................................... 32
The Context Panel ..................................................................................................................... 32
Task Templates ......................................................................................................................... 33
Exploration Assistant ................................................................................................................. 35
1.5 Commands .............................................................................................................................. 37
The Maple Library .................................................................................................................... 37
Entering Commands .................................................................................................................. 38
Document Blocks ...................................................................................................................... 41
1.6 The Maple Help System ............................................................................................................. 43
Accessing the Help System ......................................................................................................... 43
Using the Help Navigator ........................................................................................................... 44
Viewing Help Pages as Documents ............................................................................................... 44
Viewing Examples in 2-D Math ................................................................................................... 44
Copying Examples .................................................................................................................... 45
1.7 Available Resources .................................................................................................................. 45
Resources Available through the Maple Help System ....................................................................... 45
Maple Tour and Quick Resources ................................................................................................. 46
Web Site Resources ................................................................................................................... 46
2 Document Mode .............................................................................................................................. 49
2.1 In This Chapter ......................................................................................................................... 49
2.2 Introduction ............................................................................................................................. 49
2.3 Entering Expressions ................................................................................................................. 50
Example 1 - Enter a Partial Derivative ........................................................................................... 51
Example 2 - Define a Mathematical Function ................................................................................. 51
2.4 Evaluating Expressions .............................................................................................................. 52
2.5 Editing Expressions and Updating Output ...................................................................................... 53
2.6 Performing Computations ........................................................................................................... 53
Computing with Palettes ............................................................................................................. 53
Computing with the Context Panel ............................................................................................... 54
Assistants and Tutors ................................................................................................................. 58
3 Worksheet Mode ............................................................................................................................. 61

iii
iv • Contents

3.1 In This Chapter ......................................................................................................................... 61


3.2 Input Prompt ............................................................................................................................ 62
Suppressing Output ................................................................................................................... 62
1-D Math Input ......................................................................................................................... 62
Input Separators ........................................................................................................................ 63
3.3 Commands .............................................................................................................................. 63
The Maple Library .................................................................................................................... 64
Top-Level Commands ................................................................................................................ 64
Package Commands ................................................................................................................... 65
3.4 Palettes ................................................................................................................................... 67
3.5 The Context Panel ..................................................................................................................... 69
Example - Using the Context Panel ............................................................................................... 69
3.6 Assistants and Tutors ................................................................................................................. 70
Launching an Assistant or Tutor ................................................................................................... 70
3.7 Task Templates ......................................................................................................................... 70
3.8 Text Regions ............................................................................................................................ 71
3.9 Names .................................................................................................................................... 72
Assigning to Names ................................................................................................................... 72
Unassigning Names ................................................................................................................... 73
Valid Names ............................................................................................................................. 74
3.10 Equation Labels ...................................................................................................................... 74
Displaying Equation Labels ........................................................................................................ 75
Referring to a Previous Result ..................................................................................................... 75
Execution Groups with Multiple Outputs ....................................................................................... 76
Label Numbering Schemes ......................................................................................................... 76
Features of Equation Labels ........................................................................................................ 76
4 Basic Computations ......................................................................................................................... 79
4.1 In This Chapter ......................................................................................................................... 79
4.2 Symbolic and Numeric Computation ............................................................................................ 80
Exact Computations ................................................................................................................... 80
Floating-Point Computations ....................................................................................................... 81
Converting Exact Quantities to Floating-Point Values ....................................................................... 81
Sources of Error ........................................................................................................................ 82
4.3 Integer Operations ..................................................................................................................... 82
Non-Base 10 Numbers and Other Number Systems ......................................................................... 84
4.4 Solving Equations ..................................................................................................................... 86
Solving Equations and Inequations ............................................................................................... 86
Other Specialized Solvers ........................................................................................................... 93
4.5 Units, Scientific Constants, and Uncertainty ................................................................................... 99
Units ...................................................................................................................................... 99
Scientific Constants and Element Properties ................................................................................. 103
Uncertainty Propagation ........................................................................................................... 107
4.6 Restricting the Domain ............................................................................................................. 109
Real Number Domain ............................................................................................................... 109
Assumptions on Variables ......................................................................................................... 110
5 Mathematical Problem Solving ......................................................................................................... 115
5.1 In This Chapter ....................................................................................................................... 115
5.2 Algebra ................................................................................................................................. 115
Polynomial Algebra ................................................................................................................. 116
5.3 Linear Algebra ........................................................................................................................ 122
Creating Matrices and Vectors .................................................................................................... 122
Accessing Entries in Matrices and Vectors .................................................................................... 128
Linear Algebra Computations .................................................................................................... 129
Student LinearAlgebra Package .................................................................................................. 134
Contents • v

5.4 Calculus ................................................................................................................................ 134


Limits ................................................................................................................................... 134
Differentiation ........................................................................................................................ 135
Series .................................................................................................................................... 139
Integration ............................................................................................................................. 140
Differential Equations .............................................................................................................. 142
Calculus Packages ................................................................................................................... 142
5.5 Optimization .......................................................................................................................... 143
Point-and-Click Interface .......................................................................................................... 144
Large Optimization Problems .................................................................................................... 145
MPS(X) File Support .............................................................................................................. 146
Optimization Package Commands ............................................................................................... 146
5.6 Statistics ................................................................................................................................ 147
Probability Distributions and Random Variables ............................................................................ 147
Statistical Computations ........................................................................................................... 148
Plotting ................................................................................................................................. 149
Student Statistics Package ......................................................................................................... 151
Additional Information ............................................................................................................. 151
5.7 Teaching and Learning with Maple ............................................................................................. 151
Student Packages and Tutors ...................................................................................................... 152
Calculus Problem Solving Examples ........................................................................................... 157
5.8 Clickable MathTM ................................................................................................................... 163
Smart Popups ......................................................................................................................... 163
Drag-to-Solve ......................................................................................................................... 163
Examples ............................................................................................................................... 163
6 Plots and Animations ...................................................................................................................... 187
6.1 In This Chapter ....................................................................................................................... 187
6.2 Creating Plots ......................................................................................................................... 187
Interactive Plot Builder ............................................................................................................. 188
Context Panel ......................................................................................................................... 195
The plot and plot3d Commands .................................................................................................. 196
The plots Package .................................................................................................................... 201
Multiple Plots in the Same Plot Region ........................................................................................ 204
6.3 Customizing Plots ................................................................................................................... 206
Interactive Plot Builder Options ................................................................................................. 206
Context Panel Options .............................................................................................................. 207
The plot and plot3d Options ...................................................................................................... 210
6.4 Analyzing Plots ...................................................................................................................... 212
Point Probe, Rotate, Pan, and Zoom Tools .................................................................................... 212
6.5 Representing Data ................................................................................................................... 213
6.6 Creating Animations ................................................................................................................ 213
Interactive Plot Builder ............................................................................................................. 213
The plots[animate] Command .................................................................................................... 214
The plot3d(...,viewpoint) Option ................................................................................................. 215
6.7 Playing Animations ................................................................................................................. 217
Animation Context Bar ............................................................................................................. 217
6.8 Customizing Animations .......................................................................................................... 218
Interactive Plot Builder Animation Options .................................................................................. 218
Context Panel Options .............................................................................................................. 218
The animate Command Options ................................................................................................. 218
6.9 Exporting ............................................................................................................................... 219
6.10 Code for Color Plates ............................................................................................................. 220
7 Creating Mathematical Documents .................................................................................................... 221
7.1 In This Chapter ....................................................................................................................... 221
vi • Contents

7.2 Document Formatting .............................................................................................................. 222


Copy and Paste ....................................................................................................................... 222
Quick Character Formatting ...................................................................................................... 223
Quick Paragraph Formatting ...................................................................................................... 225
Character and Paragraph Styles .................................................................................................. 226
Sections ................................................................................................................................. 231
Headers and Footers ................................................................................................................. 233
Show or Hide Worksheet Content ............................................................................................... 233
Indentation and the Tab Key ...................................................................................................... 234
7.3 Commands in Documents ......................................................................................................... 235
Document Blocks .................................................................................................................... 235
Typesetting ............................................................................................................................. 237
Auto-Execute .......................................................................................................................... 237
7.4 Tables ................................................................................................................................... 239
Creating a Table ...................................................................................................................... 239
Cell Contents .......................................................................................................................... 239
Navigating Table Cells ............................................................................................................. 239
Modifying the Structural Layout of a Table ................................................................................... 240
Modifying the Physical Dimensions of a Table .............................................................................. 242
Modifying the Appearance of a Table .......................................................................................... 242
Printing Options ...................................................................................................................... 245
Execution Order Dependency .................................................................................................... 245
Tables and the Classic Worksheet ............................................................................................... 246
Editable Tables ....................................................................................................................... 246
Additional Examples ................................................................................................................ 246
7.5 Canvas .................................................................................................................................. 248
Insert a Canvas ....................................................................................................................... 249
Drawing ................................................................................................................................ 249
Canvas Style ........................................................................................................................... 250
Inserting Images ...................................................................................................................... 251
7.6 Hyperlinks ............................................................................................................................. 252
Inserting a Hyperlink in a Document ........................................................................................... 252
Bookmarks ............................................................................................................................. 255
7.7 Embedded Components ............................................................................................................ 257
Adding Graphical Interface Components ...................................................................................... 257
Task Template with Embedded Components ................................................................................. 258
7.8 Spell Checking ....................................................................................................................... 259
How to Use the Spellcheck Utility .............................................................................................. 260
Selecting a Suggestion .............................................................................................................. 260
User Dictionary ....................................................................................................................... 260
7.9 Creating Graded Assignments .................................................................................................... 261
Creating a Question ................................................................................................................. 261
Viewing Questions in Maple ...................................................................................................... 262
Saving Test Content ................................................................................................................. 262
7.10 Worksheet Compatibility ......................................................................................................... 262
8 Maple Expressions ......................................................................................................................... 263
8.1 In This Chapter ....................................................................................................................... 263
8.2 Creating and Using Data Structures ............................................................................................ 263
Expression Sequences .............................................................................................................. 263
Sets ...................................................................................................................................... 264
Lists ...................................................................................................................................... 264
Arrays ................................................................................................................................... 265
Tables ................................................................................................................................... 267
Matrices and Vectors ................................................................................................................ 267
Contents • vii

Functional Operators ................................................................................................................ 268


Strings ................................................................................................................................... 271
8.3 Working with Maple Expressions ............................................................................................... 271
Low-Level Operations .............................................................................................................. 272
Manipulating Expressions ......................................................................................................... 275
Evaluating Expressions ............................................................................................................. 279
9 Basic Programming ........................................................................................................................ 287
9.1 In This Chapter ....................................................................................................................... 287
9.2 Flow Control .......................................................................................................................... 287
Conditional Execution (if Statement) ........................................................................................... 287
Repetition (for Statement) ......................................................................................................... 290
9.3 Iterative Commands ................................................................................................................. 295
Creating a Sequence ................................................................................................................. 295
Adding and Multiplying Expressions ........................................................................................... 296
Selecting Expression Operands .................................................................................................. 296
Mapping a Command over a Set or List ....................................................................................... 297
Mapping a Binary Command over Two Lists or Vectors .................................................................. 297
Additional Information ............................................................................................................. 297
9.4 Procedures ............................................................................................................................. 298
Defining and Running Simple Procedures .................................................................................... 298
Procedures with Inputs ............................................................................................................. 298
Procedure Return Values ........................................................................................................... 298
Displaying Procedure Definitions ............................................................................................... 299
Displaying Maple Library Procedure Definitions ........................................................................... 299
Modules ................................................................................................................................ 300
Objects .................................................................................................................................. 300
9.5 Programming in Documents ...................................................................................................... 300
Code Edit Region .................................................................................................................... 300
Startup Code ........................................................................................................................... 301
9.6 Additional Information ............................................................................................................. 302
10 Embedded Components and Maplets ................................................................................................ 303
10.1 In This Chapter ..................................................................................................................... 303
10.2 Using Embedded Components ................................................................................................. 303
Interacting .............................................................................................................................. 303
Printing and Exporting a Document with Embedded Components ..................................................... 306
10.3 Creating Embedded Components .............................................................................................. 306
Inserting Components .............................................................................................................. 306
Editing Component Properties: General Process ............................................................................ 307
Removing Graphical Interface Components .................................................................................. 307
Integrating Components into a Document ..................................................................................... 307
Example 2 - Creating Embedded Components ............................................................................... 309
10.4 Using Maplets ....................................................................................................................... 312
Maplet File ............................................................................................................................ 312
Maple Document ..................................................................................................................... 313
10.5 Authoring Maplets ................................................................................................................. 313
Simple Maplet ........................................................................................................................ 313
Maplet Builder ........................................................................................................................ 314
Maplets Package ..................................................................................................................... 317
Saving ................................................................................................................................... 318
11 Input, Output, and Interacting with Other Products ............................................................................. 319
11.1 In This Chapter ..................................................................................................................... 319
11.2 Writing to Files ..................................................................................................................... 319
Saving Data to a File ................................................................................................................ 319
Saving Expressions to a File ...................................................................................................... 320
viii • Contents

Saving Data as Part of a Workbook ............................................................................................. 321


11.3 Reading from Files ................................................................................................................. 321
Reading Data from a File .......................................................................................................... 321
Reading Expressions from a File ................................................................................................ 322
Reading Data From Workbook Attachments ................................................................................. 323
11.4 Exporting to Other Formats ..................................................................................................... 323
Exporting Documents ............................................................................................................... 323
MapleNet ............................................................................................................................... 325
Maple T.A. ............................................................................................................................. 325
11.5 Connectivity ......................................................................................................................... 326
Translating Maple Code To Other Programming Languages ............................................................. 326
Accessing External Products from Maple ..................................................................................... 326
Accessing Maple from External Products ..................................................................................... 327
Sharing and Storing Maple Content ............................................................................................. 328
Index ............................................................................................................................................ 329
List of Figures
Figure 1.1: The Maple Environment ........................................................................................................ 3
Figure 1.2: Text and Math Buttons on the Toolbar .................................................................................... 15
Figure 1.3: Handwriting Palette ............................................................................................................ 22
Figure 1.4: Optimization Assistant ........................................................................................................ 26
Figure 1.5: Accessing the Assistants from the Tools Menu ......................................................................... 27
Figure 1.6: Accessing Tutors from the Tools Menu ................................................................................... 31
Figure 1.7: Calculus - Single Variable → Differentiation Methods Tutor ....................................................... 32
Figure 1.8: Click the expression to see applicable operations in the context panel ........................................... 33
Figure 1.9: Click the plot to see plot options in the context panel ................................................................. 33
Figure 1.10: Browse Tasks Dialog ......................................................................................................... 34
Figure 1.11: Equation Label ................................................................................................................. 40
Figure 1.12: Inserting an Equation Label ................................................................................................ 40
Figure 1.13: Format Labels Dialog: Adding a Prefix ................................................................................. 41
Figure 1.14: Label Reference ............................................................................................................... 41
Figure 1.15: Document Block Markers ................................................................................................... 42
Figure 1.16: Expanded Document Block ................................................................................................. 42
Figure 1.17: Sample Help Page ............................................................................................................. 43
Figure 2.1: Context Panel .................................................................................................................... 54
Figure 2.2: Approximating the Value of a Fraction .................................................................................... 56
Figure 2.3: Finding the Approximate Solution to an Equation ..................................................................... 57
Figure 2.4: FPS Units Palette ................................................................................................................ 57
Figure 2.5: SI Units Palette .................................................................................................................. 58
Figure 3.1: Calculus Palette .................................................................................................................. 68
Figure 3.2: Integer Context Panel .......................................................................................................... 69
Figure 3.3: ODE Analyzer Assistant ...................................................................................................... 70
Figure 3.4: Task Browser ..................................................................................................................... 71
Figure 3.5: Insert Label Dialog ............................................................................................................. 75
Figure 3.6: Format Labels Dialog: Adding a Prefix ................................................................................... 76
Figure 4.1: Context Panel for an Integer ................................................................................................. 83
Figure 4.2: Context Panel for an Equation ............................................................................................... 87
Figure 4.3: ODE Analyzer Assistant ...................................................................................................... 94
Figure 4.4: ODE Analyzer Assistant: Solve Numerically Dialog ................................................................. 95
Figure 4.5: ODE Analyzer Assistant: Solve Symbolically Dialog ................................................................ 96
Figure 4.6: Units Converter Assistant ................................................................................................... 100
Figure 4.7: Units (FPS) Palette ............................................................................................................ 101
Figure 4.8: Units (SI) Palette .............................................................................................................. 101
Figure 5.1: Sorting a Polynomial Using the Context Panel ........................................................................ 119
Figure 5.2: Matrix Palette .................................................................................................................. 123
Figure 5.3: Matrix Palette: Choosing the Size ........................................................................................ 123
Figure 5.4: Insert Matrix or Insert Vector .............................................................................................. 124
Figure 5.5: Matrix Browser ................................................................................................................ 125
Figure 5.6: Computing the Infinity Norm of a Matrix .............................................................................. 132
Figure 5.7: Directional Derivative Tutor ............................................................................................... 138
Figure 5.8: Optimization Assistant ....................................................................................................... 144
Figure 5.9: Optimization Assistant Plotter Window ................................................................................. 145
Figure 5.10: Calculus 1 Derivatives Tutor ............................................................................................. 153
Figure 5.11: Calculus 1 Differentiation Methods Tutor ............................................................................. 154
Figure 5.12: Multivariate Calculus Gradient Tutor .................................................................................. 155
Figure 5.13: Multivariate Calculus Gradient Tutor Showing x-y Plane ........................................................ 155
Figure 5.14: Flowchart of solving a problem .......................................................................................... 158
Figure 5.15: Volume of Revolution Tutor .............................................................................................. 160

ix
x • List of Figures

Figure 5.16: Inserted Task Template ..................................................................................................... 161


Figure 5.17: Example Worksheet ......................................................................................................... 162
Figure 6.1: Interactive Parameter Window ............................................................................................. 194
Figure 6.2: Plot an Expression Using the Context Panel ........................................................................... 195
Figure 7.1: Select Color Dialog ........................................................................................................... 224
Figure 7.2: Character Style Dialog ....................................................................................................... 225
Figure 7.3: Paragraph Style Dialog ...................................................................................................... 226
Figure 7.4: Style Management Dialog .................................................................................................. 227
Figure 7.5: Defining a Character Style .................................................................................................. 228
Figure 7.6: Defining a Paragraph Style ................................................................................................. 231
Figure 7.7: Style Set Management Dialog ............................................................................................. 231
Figure 7.8: Header and Footer Dialog - Custom Header ........................................................................... 233
Figure 7.9: Show Contents Dialog ....................................................................................................... 234
Figure 7.10: Working with Document Blocks ......................................................................................... 235
Figure 7.11: Delete Table Contents Verification Dialog ............................................................................ 241
Figure 7.12: Table Paste Mode Selection Dialog ..................................................................................... 242
Figure 7.13: Two Cells ...................................................................................................................... 242
Figure 7.14: Merged Cells .................................................................................................................. 242
Figure 7.15: Drawing Tools and Canvas ................................................................................................ 249
Figure 7.16: Drawing Outline Color Icon .............................................................................................. 250
Figure 7.17: Drawing Properties Canvas Icon - Change the Gridline Color .................................................. 251
Figure 7.18: Hyperlink Properties Dialog .............................................................................................. 252
Figure 7.19: Bookmark Indicator ......................................................................................................... 255
Figure 7.20: Create Bookmark Dialog .................................................................................................. 256
Figure 7.21: Components Palette ......................................................................................................... 258
Figure 7.22: Interactive Application Task Template ................................................................................. 259
Figure 7.23: Spellcheck Dialog ........................................................................................................... 260
Figure 8.1: Function Definition Palette Items ......................................................................................... 268
Figure 8.2: Evaluate at a Point ............................................................................................................ 280
Figure 9.1: Code Edit Region .............................................................................................................. 301
Figure 9.2: Collapsed Code Edit Region ............................................................................................... 301
Figure 9.3: Startup Code Editor ........................................................................................................... 302
Figure 10.1: Components Palette ......................................................................................................... 307
Figure 10.2: Label Properties Dialog .................................................................................................... 308
Figure 10.3: Slider Properties Dialog .................................................................................................... 308
Figure 10.4: The Inserted Components ................................................................................................. 310
Figure 10.5: DialComponent Action Code Editor .................................................................................... 311
Figure 10.6: A Simple Maplet ............................................................................................................. 313
Figure 10.7: Maplet Builder Interface ................................................................................................... 314
Figure 10.8: Image of the Maplet ......................................................................................................... 315
Figure 10.9: Body Elements Used to Define This Maplet ......................................................................... 315
Figure 11.1: Import Data Assistant ....................................................................................................... 321
List of Tables
Table 1.1: Common Keystrokes for Entering Symbols and Formats ............................................................... 6
Table 1.2: Maple Toolbar Options ........................................................................................................... 8
Table 1.3: Tab Icon Description .............................................................................................................. 9
Table 1.4: Toolbar Icons and their Tools ................................................................................................. 10
Table 1.5: Toolbar Icon Availability ....................................................................................................... 10
Table 1.6: Text Mode vs. Math Mode ..................................................................................................... 15
Table 1.7: Palette Categories ................................................................................................................ 17
Table 1.8: Managing Palettes ................................................................................................................ 20
Table 1.9: Complex Numbers using I ..................................................................................................... 23
Table 1.10: Complex Numbers using i .................................................................................................... 24
Table 1.11: Help Page Icons ................................................................................................................. 44
Table 3.1: Top Commands ................................................................................................................... 65
Table 3.2: Top Packages ...................................................................................................................... 66
Table 4.1: Select Integer Commands ...................................................................................................... 83
Table 4.2: Modular Arithmetic Operators ................................................................................................ 85
Table 4.3: Overview of Solution Methods for Important Equation Types ....................................................... 86
Table 4.4: Sample Dimensions .............................................................................................................. 99
Table 4.5: Scientific Constants ............................................................................................................ 104
Table 4.6: Restricting to Real Numbers ................................................................................................. 109
Table 5.1: Polynomial Arithmetic Operators .......................................................................................... 116
Table 5.2: Polynomial Coefficient and Degree Commands ....................................................................... 120
Table 5.3: Select Other Polynomial Commands ...................................................................................... 121
Table 5.4: Additional Polynomial Help ................................................................................................. 121
Table 5.5: Matrix and Vector Arithmetic Operators ................................................................................. 129
Table 5.6: Select Matrix and Vector Operators ........................................................................................ 130
Table 5.7: Select LinearAlgebra Package Commands .............................................................................. 133
Table 5.8: Limits .............................................................................................................................. 135
Table 5.9: Optimization Package Commands ......................................................................................... 146
Table 5.10: Student and Instructor Resources ......................................................................................... 151
Table 6.1: The plot and plot3d Commands ............................................................................................. 196
Table 6.2: Common Plot Options ......................................................................................................... 210
Table 6.3: Plot Context Bar Analysis Options ........................................................................................ 212
Table 6.4: The animate Command ....................................................................................................... 214
Table 6.5: Animation Options ............................................................................................................. 217
Table 9.1: Default Clause Values ......................................................................................................... 290
Table 9.2: Iterative Commands ............................................................................................................ 295
Table 9.3: The seq Command .............................................................................................................. 295
Table 9.4: The add and mul Commands ................................................................................................ 296
Table 9.5: The select, remove, and selectremove Commands ..................................................................... 296
Table 9.6: The map Command ............................................................................................................ 297
Table 9.7: The zip Command .............................................................................................................. 297
Table 10.1: Embedded Component Descriptions ..................................................................................... 303
Table 11.1: Summary of Content Translation When Exporting to Different Formats ...................................... 324

xi
xii • List of Tables
Preface
Maple Software
MapleTM software is a powerful system that you can use to solve mathematical problems from simple to complex. You
can also create professional quality documents, presentations, and custom interactive computational tools in the Maple
environment.

You can access the power of the Maple computational engine through a variety of interfaces.
Interface Description
Standard (default) A full-featured graphical user interface that helps you create electronic documents to show all
your calculations, assumptions, and any margin of error in your results. You can also hide the
computations to allow your reader to focus on the problem setup and final results. The advanced
formatting features lets you create the customized document you need. Because the documents
are live, you can edit the parameters and, with the click of a button, compute the new results.
The Standard interface has two modes: Document mode and Worksheet mode.
Classic A basic worksheet environment for older computers with limited memory. The Classic interface
does not offer all of the graphical user interface features that are available in the Standard
interface. The Classic interface has only one mode, Worksheet mode.
Command-line version A command-line interface for solving very large complex problems or batch processing with
scripts. No graphical user interface features are available.
MapletTM Applications Graphical user interfaces containing windows, textbox regions, and other visual interfaces,
which gives you point-and-click access to the power of Maple. You can perform calculations
and plot functions without using the worksheet.

This manual describes how to use the Standard interface. As mentioned, the Standard interface offers two modes:
Document mode and Worksheet mode. Using either mode, you can create high quality interactive mathematical docu-
ments. Each mode offers the same features and functionality, the only difference is the default input region of each
mode.

Shortcut Keys by Platform


This manual will frequently refer to shortcut keys and command completion when entering expressions. The keyboard
keys used to invoke these features differ based on your operating system.

The keystrokes given in this document are for Windows. There will be differences for other platforms. If you are using
a different platform, see Shortcut Keys.

Command Completion
• Esc, Macintosh, Windows, and Linux
• Ctrl + Space, Windows
• Ctrl + Shift + Space, Linux

Begin entering a command in a Maple document. Press the Esc key. Alternatively, use the platform-specific keys. For
Windows, press and hold the Ctrl key and then press the Space bar.

For more information on Command Completion, see Command Completion (page 39).

In This Manual
This manual provides an introduction to the following Maple features:
• Ease-of-use when entering and solving problems

xiii
xiv • Preface

• Point-and-click interaction with various interfaces to help you solve problems quickly
• Maple commands and standard math notation
• Clickable Calculus
• The help system
• Online resources
• Performing computations
• Creating plots and animations
• The Maple programming language
• Using and creating custom Maplet applications
• File input and output, and using Maple with third party products
• Data structures

For a complete list of manuals, study guides, toolboxes, and other resources, visit the Maplesoft web site at
http://www.maplesoft.com

Audience
The information in this manual is intended for first-time Maple users and users looking for a little more information.

Conventions
This manual uses the following typographical conventions.
• bold font - Maple command, package name, option name, dialog, menu, or text field
• italics - new or important concept
• Note - additional information relevant to the section
• Important - information that must be read and followed

Customer Feedback
Maplesoft welcomes your feedback. For suggestions and comments related to this and other manuals, contact
[email protected].
1 Getting Started
Don't worry about your difficulties in Mathematics. I can assure you mine are still greater.
~Albert Einstein

Mathematics touches us every day—from the simple chore of calculating the total cost of our purchases to the complex
calculations used to construct the bridges we travel.

To harness the power of mathematics, Maplesoft provides a tool in an accessible and complete form. That tool is Maple.

1.1 In This Chapter


Section Topics
Introduction to Maple (page 2) - The main features of Maple's • Starting the Standard Document Interface
Standard Interface • Entering commands and mathematical expressions
• Toolbars
• Context Panel
• Copy and drag keys
• Saving Maple documents
Entering Expressions (page 14) - Methods of entering • Execution groups
expressions in 1-D and 2-D Math • Math Mode and Text Mode
• Palettes
• Symbol names
• Toolbar icons
Point-and-Click Interaction (page 25) - An introduction to the • Assistants
point-and-click features in Maple • Tutors
• Context Panel
• Task Templates
• Exploration Assistant
Commands (page 37) - An introduction to the commands of the • Using commands from the Maple library
Maple language • Entering commands
• Document blocks
The Maple Help System (page 43) - Accessing help on • How to access help for Maple features
commands, packages, point-and-click features, and more • Interacting with help pages
• Viewing and interacting with examples
Available Resources (page 45) - Both online and from within • New user resources, including the Maple Tour and the Maple
Maple Portal
• Examples
• Online help
• Maple web site resources

1
2 • 1 Getting Started

1.2 Introduction to Maple


Working in Maple
With Maple, you can create powerful interactive documents. The Maple environment lets you start solving problems
right away by entering expressions in 2-D Math and solving these expressions using point-and-click interfaces. You
can combine text and math in the same line, add tables to organize the content of your work, or insert images and sketch
regions. You can visualize and animate problems in two and three dimensions, format text for academic papers or
books, and insert hyperlinks to other Maple files, web sites, or email addresses. You can embed and program graphical
user interface components, as well as devise custom solutions using the Maple programming language.
1.2 Introduction to Maple • 3

Figure 1.1: The Maple Environment


4 • 1 Getting Started

Starting the Standard Document Interface


To start Maple on:
Windows From the Start menu, select All Programs → Maple 2018 → Maple 2018.

Alternatively:

Double-click the Maple 2018 desktop icon.


Mac 1. From the Finder, select Applications and Maple 2018.
2. Double-click Maple 2018.
Linux Enter the full path, for example, /usr/local/maple/bin/xmaple

Alternatively:
1. Add the Maple directory (for example, /usr/local/maple/bin) to your command search path.
2. Enter xmaple.

When the first Maple session opens, a Start Page displays shortcuts to useful tasks and topics.

To start a Maple session:


• In the Start Page, select New Document or New Worksheet. A blank document displays.

or
• From the File menu, select New, and then either Document Mode or Worksheet Mode. A blank document displays.

You can opt to start Maple with a blank document instead of the start page. You can also replace the default start page
with a custom start page. For instructions, refer to the startpage help page.

To invoke the Start Page at any time, click the home button ( ) on the worksheet toolbar.

Document and Worksheet Modes


Maple offers two modes, Document Mode and Worksheet Mode. Using either mode, you can create high quality inter-
active mathematical documents. Each mode offers the same features and functionality; the only difference is the default
input region of each mode.

Document Mode
Document mode uses Document Blocks as the default input region to hide Maple syntax. A Document Block region
is indicated by two triangles located in the vertical Markers column along the left pane of the Maple Document, .
If the Markers column is not visible, open the View menu and select Markers. This allows you to focus on the problem
instead of the commands used to solve the problem. For example, when using the context-sensitive operations from
the Context Panel on Maple input in Document mode (invoked by moving your mouse cursor over your input expression,
then selecting the appropriate operation from the displayed context panel), input and output are connected using an
arrow or equal sign with self-documenting text indicating the calculation that had taken place. The command used to
solve this expression is hidden.

To create a new document, select File → New → Document Mode.

Worksheet Mode

Worksheet mode uses a Maple prompt as the default input region. The Maple input prompt is a red angle bracket, .
When using context-sensitive operations on input in Worksheet mode, all commands are displayed.
1.2 Introduction to Maple • 5

To create a new worksheet, select File → New → Worksheet Mode.

Full Flexibility in Either Mode


Regardless of which mode you begin working in, you have the opportunity to use both document blocks and command
prompts.

For example, you can hide commands in Worksheet Mode by adding a document block from the Edit menu, Edit →
Document Blocks→ Create Document Block (see Document Blocks (page 41)), or you can show commands in
Document mode by adding a Maple prompt from the Insert menu, Insert → Execution Group → Before / After
Cursor (see Input Prompt (page 62)).

This chapter discusses features common to both modes. Specific aspects of Document mode are explained in Document
Mode (page 49), and aspects of Worksheet mode are explained in Worksheet Mode (page 61).

The Maple Workbook


The Maple Workbook acts as a container that lets you collect Maple worksheets, library archives and language files,
data (such as images or spreadsheets), and other items into a single file, stored in the .maple file format. This lets you
better organize your Maple-based projects. For more information, see Workbook Overview.

Navigation of Workbook files is accomplished through the workbook Navigator palette, available in the Workbook
tab. For more information, see The Workbook Navigator.

Entering 2-D Math


In documents, the default format for entering mathematical expressions is 2-D Math. This results in mathematical ex-
pressions that are equivalent to the quality of math found in textbooks. Entering 2-D Math in Maple is done using
common key strokes or palette items. For more information on palettes, see Palettes (page 16). An example of entering
an expression using common key strokes is presented in the following section. An example of entering an expression
using palette items is presented in Example 3 - Enter an Expression Using Palettes (page 21).

Common Operations

Entering mathematical expressions, such as , , and is natural in 2-D Math.

To enter a fraction starting with the numerator:


1. Enter the numerator.
2. Press the forward slash (/) key.
3. Enter the denominator.
4. To leave the denominator, press the right arrow key.

To enter a fraction starting with the denominator:


1. Enter the denominator.
2. Press // (two forward slashes).
3. Enter the numerator.
6 • 1 Getting Started

4. To leave the numerator, press the right arrow key.

To enter a power:
1. Enter the base.
2. Press the caret (^) key.
3. Enter the exponent, which displays in math as a superscript.
4. To leave the exponent, press the right arrow key.

To enter a product:
1. Enter the first factor.
2. Press the asterisk (*) key, which displays in 2-D Math as a dot, .
3. Enter the second factor.

Implied Multiplication:

In general, the best practice is to enter a multiplication symbol (*) for multiplication in any calculation. In some cases,
you can instead insert a space character between two quantities to multiply them. This is called implicit multiplication.

For example, in the expression a space is used for the multiplication 4*a*c and 2*a.

In the case of a number followed by a variable, Maple interprets the expression as meaning multiplication even without
the presence of * or a space character.

However, it's easier to identify and correct mistakes in your formulas if you use the multiplication symbol (*) regularly.

Important: Maple interprets a sequence of letters, for example, , as a single variable. To specify the product of
two variables, you must insert a space character (or multiplication operator), for example, or . For more inform-
ation, refer to the 2DMathDetails help page.

Shortcuts for Entering Mathematical Expressions

Table 1.1: Common Keystrokes for Entering Symbols and Formats

Symbol/Formats Key Example


implicit multiplication Space key

Shift + *
explicit multiplication
/ (forward slash)
fraction
// (two forward slashes)
Shift + ^
exponent (superscript)
Ctrl + Shift + _ (Command + Shift + _ in
indexed subscript
Mac)
literal subscript (subscripted __ (two underscores)
variable name)
navigating expressions Arrow keys
1.2 Introduction to Maple • 7

Symbol/Formats Key Example


• Esc in Mac, Windows, and Linux
command / symbol completion
• Ctrl + Space in Windows
• Ctrl + Shift + Space in Linux

square root sqrt and then command completion

exp and then command completion


exponential function
enter / exit 2-D Math • F5 key
versus 1/4
• Math and Text icons in the toolbar

required for products of numbers

use the right arrow key to leave a denominator, numerator, superscript, or subscript region

for more information, see Command Completion (page 39).

For a complete list of shortcut keys, refer to the 2-D Math Shortcut Keys and Hints help page. To access this help
page in the Maple software, in Math mode enter ?MathShortcuts and then press Enter. For information on the Maple
Help System, see The Maple Help System (page 43).

Example 1 - Enter and Evaluate an Expression Using Keystrokes


Review the following example:

In this example, you will enter and evaluate the expression.

Action Result in Document


To enter the expression:
1. Enter x.
2. Press Shift + ^ . The cursor moves to the superscript position.

3. Enter 2.

4. Press the right arrow key. The cursor moves right and out of the superscript position.

5. Enter the + symbol.

6. Enter y.

7. Press Shift + ^ to move to the superscript position.

8. Enter 2 and press the right arrow key.


8 • 1 Getting Started

Action Result in Document


9. With the mouse, select the expression that will be the numerator of the fraction.

10. Enter the / symbol. The cursor moves to the denominator, with the entire expression in
the numerator.

11. Enter 2.

12. Press the right arrow key to move right and out of the denominator position.

To evaluate the expression and display the result inline:


13. Press Ctrl + = (Command + = in Mac). =

To execute 2-D Math, you can use any of the following methods.
• Pressing Ctrl + = (Command + = in Mac). That is, press and hold the Ctrl (or Command) key, and then press the
equal sign (=) key. This evaluates and displays results inline.
• Pressing the Enter key. This evaluates and displays results on the next line and centered.
• Select the input and from the context panel, select Evaluate and Display Inline. See The Context Panel (page 32)
for more details.
• Using the Edit menu items Evaluate and Evaluate and Display Inline.

Toolbar Options
The Maple toolbar offers several buttons to assist you when interacting with Maple. See Table 1.2.

Table 1.2: Maple Toolbar Options

Basic Usage Icon Equivalent Menu Option or


Command
Create a new Maple document From the File menu, select New and
then Document Mode
Open an existing document or worksheet From the File menu, select Open...

Save the active document or worksheet From the File menu, select Save...

Print the active document or worksheet From the File menu, select Print...

Print preview the active document or worksheet From the File menu, select Print
Preview...
Cut the selection to the clipboard From the Edit menu, select Cut

Copy the selection to the clipboard From the Edit menu, select Copy

Paste the clipboard contents into the current document From the Edit menu, select Paste
or worksheet
Undo the last operation From the Edit menu, select Undo

Redo the last operation From the Edit menu, select Redo
1.2 Introduction to Maple • 9

Basic Usage Icon Equivalent Menu Option or


Command
Insert the Code Edit Region From the Insert menu, select Code
Edit Region
Inserts plain text after the current execution group. From the Insert menu, select Text.

Inserts Maple Input after the current execution group. From the Insert menu, select
For details, refer to Execution Groups (page 14). Execution Group and then After
Cursor
Encloses the selection in a document block. If nothing From the Edit menu, select Document
is selected, it creates a new document block. Blocks and then Create Document
Block
Encloses the selection in a subsection. For details, From the Format menu, select Insert
refer to Sections (page 231). Section
Remove one level of indentation enclosing the From the Format menu, select Remove
selection. Section
Move backward to previous document in the hyperlink
history
Open the start page

Move forward to next document in the hyperlink


history.
Executes all commands in the worksheet or document From the Edit menu, select Execute
and then Worksheet.
Executes a selected area. From the Edit menu, select Execute
and then Selection.
Interrupt the current operation.

Debug the current operation

Clears Maple's internal memory. For details, refer to Enter restart.


the restart help page.
Add and edit Maple code that is executed each time From the Edit menu, select Startup
the worksheet is opened. For details, refer to the Code.
startupcode help page.
Adjusts the display size of document content. Note: From the View menu, select Zoom
Plots, images, and sketches remain unchanged. Factor and then a zoom size.
Toggle entry of tab characters with Tab key

Opens the Maple help system in a new window. For From the Help menu, select Maple
details, refer to The Maple Help System (page 43). Help.
Search box provides quick access to the help system.

Access to the MapleCloud on the web.

For 1-D Math and text regions, the Tab icon in the toolbar allows you to set the Tab key to move between placeholders
(or cells in a table) or to indent text.

Table 1.3: Tab Icon Description

Tab Icon Description


Tab icon off. Allows you to move between placeholders using the Tab key.
10 • 1 Getting Started

Tab Icon Description


Tab icon on. Allows you to indent in the worksheet using the Tab key.

The Tab icon is disabled when using 2-D Math (Math mode), and as such, the Tab key allows you to
move between placeholders.

Toolbar icons are controlled by the location of the cursor in the document. For example, place the cursor at an input
region and the Text and Math icons are accessible while the others are dimmed. See Table 1.4 for a list of the tools
available in each icon.

Table 1.4: Toolbar Icons and their Tools

Toolbar Icon Options


Text tools

Math tools

Drawing tools

2-D Plot tools

3-D Plot tools

Animation tools

Table 1.5: Toolbar Icon Availability

Region Available Tools


Input region Text and Math icons
Plot region Drawing and Plot icons
Animation region Drawing, Plot, and Animation icons
Canvas and Image regions Drawing icon

The Text and Math icons allow you to enter text and math in the same line by choosing the appropriate input style at
each stage when entering the sentence.

is

For an example, see Example 6 - Enter Text and 2-D Math in the Same Line Using Toolbar Icons (page 24).
1.2 Introduction to Maple • 11

The meaning of the Text and Math icons differs while at a Maple input prompt. The Math icon displays input as 2-D
Math, whereas the Text icon displays Maple input. For details, refer to Math Mode vs. Text Mode (page 15).

>

> x^2/2;

To access the tools available in the Plot and Drawing icons, click a plot region. These tools allow you to manipulate
the plot or draw shapes and enter text on the plot region. By clicking an animation region, you have the same features
available for a plot region, in addition to tools for playing the animation in the Animation icon. For details on plots
and animations, refer to Plots and Animations (page 187).

For the remaining icons, hover the mouse over the icon to display the icon description.

The Context Panel and Copy & Drag

Context Panel
Maple dynamically generates a collection of of applicable options when you select or hover your mouse over an object,
expression, or region. The options are organized and collectively displayed in the context panel to the right-hand side
of the Maple user interface. The options available in the context panel depend on the selected input region. For example,
you can manipulate and graph expressions, enhance plots, format text, manage palettes, structure tables, and more.
When using menu items from the context panel to perform an action on an expression, the input and output are connected
with a self-documenting arrow or equal sign indicating the action that had taken place. For more information, see The
Context Panel (page 32).

Copy & Drag


With Maple, you can drag input, output, or curves in a plot region into a new input region. This is done by highlighting
the input or selecting the curve and dragging it with your mouse into a new input region. Dragging the highlighted region
will cut or delete the original input. To prevent this, use the copy and drag feature.
• Ctrl + drag, Windows and Linux
• Command + drag, Mac

That is, highlight the region you want to copy. Press and hold the Ctrl key while you drag the input to the new region
using the mouse. The analogous operation on Mac uses the Command key.

Example 2 - Solve and Plot an Equation Using Context Panel Options and Copy & Drag
Review the following example:

In this example, you will enter the equation and then solve and plot the equation using the context panel and the copy
& drag feature. This example will only refer to the keystrokes needed on a Windows operating system to invoke the
context panel and the copy & drag feature. For your operating system, refer to section Shortcut Keys by
Platform (page xiii) for the equivalent keystrokes.
12 • 1 Getting Started

To solve the equation:


1. Enter the equation.
2. Click the equation and select Move to Left.

Input:

Result:

A brief description, "move to left" is displayed above the arrow that connects the input and output.
3. Right-click the output from the previous action, , and select Solve → Isolate Expression for → x.

Input:

Result:
1.2 Introduction to Maple • 13

Now that we have solved the equation, we can plot it. To do this, we will copy the equation to a new document block
and use the context panel again.

4. From the Edit menu, select Document Blocks→ Create Document Block.

5. To copy the expression , highlight this expression from the previous line. Press and hold the Ctrl key and
drag the expression to the new document block region.

Result:
14 • 1 Getting Started

To plot the expression:


6. From the context panel, select Plot both sides.

Input:

Result:

Saving a Maple Document


To save these examples you created, from the File menu, select Save. Maple documents are saved as .mw files.

Saving a Maple Document as a Workbook


To save these examples you created as part of a new Maple workbook, from the Workbook tab, click Save As
Workbook. For more information about saving Maple content see worksheet,managing,saving.

1.3 Entering Expressions


Execution Groups
An execution group is a grouping of Maple input with its corresponding Maple output. It is distinguished by a large
square bracket, called a group boundary, at the left. An execution group may also contain any or all of the following:
a plot, text, embedded components, and a drawing canvas.

Execution groups are the fundamental computation and documentation elements in the document. If you place the
cursor in an input command and press the Enter or Return key, Maple executes all of the input commands in the
current execution group.
1.3 Entering Expressions • 15

Math Mode vs. Text Mode


The default mode of entry in Document or Worksheet mode is Math Mode, which displays input in 2-D Math. In
Worksheet Mode or at a prompt, you can opt to use Maple Input (1-D Math). This is 1-D math input:
> simplify(cos(alpha)^2+sin(alpha)^2);

> a*int(exp(sqrt(2)*x),x);

> limit(f(x),x=infinity);

> sum(a[k]*x^k, k=0..m)=product(b[j]*x^j, j=0..n);

In Document Mode, to enter input using Maple Input mode, insert a Maple prompt by clicking in the toolbar, and
then click the Text button in the toolbar. In Worksheet Mode, simply click the Text button. See Figure 1.2.

Figure 1.2: Text and Math Buttons on the Toolbar

Table 1.6: Text Mode vs. Math Mode

Math Mode Text Mode


Maple's default setting. Executable standard math notation. Executable Maple notation. This is referred to as 1-D Math
This is also referred to as 2-D Math Input. Input or Maple Input.

> int(x^2+2*x+1, x);


>

Access from the Insert → 2-D Math menu. Access from the Insert → Maple Input menu.
When using 2-D Math, the Math mode icon is highlighted in the When entering Maple Input or text in a text region, the Text mode
toolbar, . icon is highlighted in the toolbar, .
In Document Mode (or a document block), input is entered in a In Document Mode (or a document block), input is entered with
document block with a slanted cursor, . a vertical cursor, as plain text, .
In Worksheet Mode, input is made at an input prompt with a In Worksheet Mode, input is made at an input prompt with a

slanted cursor, . vertical cursor, .


To convert a 2-D Math expression to 1-D Math, click the To convert a 1-D Math expression to 2-D Math, click the
expression, then from the context panel select 2-D Math → expression, then from the context panel select Convert To →
Convert To → 1-D Math Input. 2-D Math Input.
16 • 1 Getting Started

Math Mode Text Mode


Palettes make entering expressions in familiar notation easier Using palettes while in 1-D Math teaches you the related Maple
than entering foreign syntax and reduces the possibility of command syntax.
introducing typing errors.

If you prefer 1-D Math input in Worksheet mode, you can change the default math input notation.

To change math input notation for a session or globally across all documents:
1. From the Tools menu, select Options. The Options Dialog opens.
2. Click the Display tab.
3. In the Input Display drop-down list, select Maple Notation.
4. Click the Apply to Session or Apply Globally button.

This changes the default input math notation at the prompt ( ).

Important: The new input display becomes the default setting after pressing the Enter key.

Palettes
Palettes are collections of related items that you can insert into a document by clicking or drag-and-dropping. The
Maple environment provides access to over 30 palettes containing items such as symbols , layouts math-

ematical operations and much more.

By default, palettes are displayed in the left pane of the Maple environment when you launch Maple. If the palettes
are not displayed,
1. From the View menu, select Palettes.
2. Select Expand Dock.
3. Right-click (Control-click, Mac) the palette dock. From the context menu, select Show All Palettes.

Alternatively, from the main menu, select View → Palettes → Arrange Palettes to display specific palettes.

You can create a Favorites palette of the expressions and entities you use often by right-clicking (Control-click, Mac)
the palette template you want to add and selecting Add To Favorites Palette from the context menu.
1.3 Entering Expressions • 17

Table 1.7: Palette Categories

Palette Category Palette Description


Alphabetical Palettes Greek,
Script ,
Fraktur ,
Open Face ,
Cyrillic ,
Diacritical Marks ,
Roman Extended Upper Case ,
Roman Extended Lower Case .

Mathematical Palettes Palettes for constructing expressions

Common Symbols,
Relational ,
Relational Round ,
Operators ,

Large Operators ,
Negated ,
Fenced ,
Arrows ,
Constants and Symbols .

Punctuation - insert punctuation symbols, such as inserting the registered trademark and
copyright symbols into text regions

Miscellaneous - insert miscellaneous math and other symbols outside the above categories
.
18 • 1 Getting Started

Palette Category Palette Description


Expression Palettes
Expression - construct expressions such as logarithms .

Matrix - enter the number of rows and columns required, designate type, such as zero-filled,
and designate shape, such as diagonal.

Layout - add math content that has specific layout, such as expressions with one or more

superscripts and subscripts .

Calculus - construct expressions such as integrals .

Handwriting - an easy way to find a desired symbol.

Units (SI) - insert a unit from the International System of Units (SI), or any general unit
.

Units (FPS) - insert a unit from the Foot-Pound-Second System (FPS), or any general unit
.

Accents - insert decorated names, such as an with an arrow over it to denote a vector .

Trigonometric & Hyperbolic - a palette for constructing expressions containing


trigonometric and hyperbolic functions

Student Random Variables - a palette for constructing random variables based on


distributions in the Student Statistics package

Group Constructors - a palette for constructing groups based on the Group Theory package
1.3 Entering Expressions • 19

Palette Category Palette Description


Other Palettes Components - embed graphical interface components such as a button into your document
or worksheet. Components can be programmed to perform an action when selected such as
executing a command when a button is clicked.

Favorites - add templates that you use most often from other palettes.

MapleCloud - view worksheets shared by other users and share your worksheets.

Variables - manage all of your assigned variables in your current Maple session.

Task Palettes Live Data Plots - templates for visual representation of your data.

eBook Metadata - markup tags for use when creating eBooks from Maple worksheets

Tasks - a palette where you can store tasks that you have created

Viewing and Arranging Palettes


By default, palettes display in palette dock in the left pane of the Maple window. To view and manage palettes and
palette docks, see Table 1.8.
20 • 1 Getting Started

Table 1.8: Managing Palettes

To view palette docks:


• From the View menu, select Palettes, and then Expand
Dock. The dock is in the left pant of the window.

To add a palette:
1. Right-click the palette dock. Maple displays a context
menu near the palette.
2. From the context menu, select Show Palette and then
select the palette.

To expand or collapse a palette in the palette dock:


• Click the triangle at the left of the palette title.
1.3 Entering Expressions • 21

To move a palette in the palette dock:


• Move the palette by clicking the title and dragging the
palette to the new location.

To expand or collapse the pane containing the palette


dock:
• Select the appropriate triangle at the top right side of the
palette region.

Example 3 - Enter an Expression Using Palettes


Review the following example:

In this example, we will enter and evaluate the expression.

Action Result in Document


1. Place the cursor in a new document block. In the Expression palette,

click the summation template . Maple inserts the summation


symbol with the range variable placeholder highlighted.
2. Enter i and then press Tab. The left endpoint placeholder is selected.
Notice that the color of the range placeholder has changed to black.
Each placeholder must have an assigned value before you execute the
expression. The Tab key advances you through the placeholders of an
inserted palette item.
3. Enter 1 and then press Tab. The right endpoint placeholder is selected.

4. Enter 10 and then press Tab. The expression placeholder is selected.


22 • 1 Getting Started

Action Result in Document

5. Enter For instructions on entering this type of expression,


see Example 1 - Enter and Evaluate an Expression Using
Keystrokes (page 7).

6. Press Ctrl + = (Command + = for Mac) to evaluate the summation.

Handwriting Palette
The Handwriting palette provides another way to find and insert desired symbols easily.
1. Draw the symbol with your mouse in the space provided.

2. Click the recognize button, . Maple matches your input against symbols available in the system.
See Figure 1.3.
3. To view more symbols (where indicated with a box around the result), click the displayed symbol and choose one
of the selections from the drop-down menu.
4. To insert a symbol, click the displayed symbol.

Figure 1.3: Handwriting Palette

For more information, refer to the handwritingpalette help page.

Snippets Palettes
You can create your own custom Snippets palettes for tasks that you find most useful. Details on how to create and
customize Snippets palettes can be found on the createpalette help page.

Symbol Names
Each symbol has a name and some have aliases. By entering its name (or an alias) in Math mode, you can insert the
symbol in your document. All common mathematical symbols, including all Greek characters, , and the square root
symbol ( ), are recognized by Maple.

Note: If you hover the mouse pointer over a palette item, a tooltip displays the symbol's name.
1.3 Entering Expressions • 23

To insert a symbol, enter the first few characters of a symbol name using a keyword that is familiar to you and then
press the completion shortcut key, Esc (see Shortcut Keys by Platform (page xiii)). Symbol completion works in the
same way as command completion (see Command Completion (page 39)).
• If a unique symbol name matches the characters entered, Maple inserts the corresponding symbol.
• If multiple symbol names match the characters entered, Maple displays the completion list, which lists all matches,
including commands. To select an item, click its name or symbol.

Example 4 - Square Root

To find the square root of :


Action Result in Document
1. In a new document block, enter sqrt.

2. Press the symbol completion shortcut key, Esc. Maple


displays a popup list of exact matches.

3. In the completion list, select .


Maple inserts the symbol with the placeholder selected.

4. Enter into the placeholder.


5. Press Ctrl + = (Command + =, Mac).
=

Example 5 - Complex Numbers

In Maple, the default display for imaginary i is a capital . When you simply type the letter in Math mode, it is in
italics. This letter is just a variable, and is not the same as the imaginary unit denoted by or in Maple.

Multiply two complex numbers, and :

We will compute the result two ways, using and then using . The first way is the quickest to enter.

Table 1.9: Complex Numbers using I

Action Result in Document


1. In a new document block, enter

Use * to enter multiplication between the two


complex numbers.
2. Press Ctrl + = (Command + =, Mac) to evaluate =
the product.

The next method, while not as quick to enter, displays the computation using lowercase i.
24 • 1 Getting Started

Table 1.10: Complex Numbers using i

Action Result in Document


1. In a new document block, enter
.
2. Press the symbol completion shortcut key, Esc.
Maple displays a popup list of partial and exact
matches, including symbols and commands.

3. Select the imaginary unit, .

4. Close the parentheses, enter * (for multiplication),


and type the second expression in parentheses,
using symbol completion for the second imaginary
number.
5. Press Ctrl + = (Command + =, Mac) to evaluate =
the product.

For more information on entering complex numbers, refer to the HowDoI/EnterAComplexNumber help page.

Toolbar Icons
In the introduction section, you learned about the toolbar icons and context toolbars available in Maple (see Toolbar
Options (page 8)). The toolbar can be used to format your document, alter plots and animations, draw in a canvas,
write in both Math and Text modes in one line and much more. The last of these is demonstrated in the next example.

Example 6 - Enter Text and 2-D Math in the Same Line Using Toolbar Icons
Enter the following sentence:

Evaluate

and write in simplest terms.

Action Result in Document


To enter this sentence:
1. Select the Text icon and enter "Evaluate ".

2. Select the Math icon.


3. From the Calculus palette, select the definite integration

template, . The expression is displayed with the


first placeholder highlighted.
1.4 Point-and-Click Interaction • 25

Action Result in Document


4. With the first placeholder highlighted, enter 1, then press
Tab.
5. Enter 5 and press Tab to highlight the integrand region.
6. Enter (3x^2 and press the right arrow to leave the
superscript position.
7. Enter + 2.
8. Press the Space bar for implicit multiplication. Enter sqrt
and press Esc to show the command completion options.
Maple displays a popup list of exact matches. Select the
square root symbol, .
Maple inserts the symbol with the x placeholder selected.
(Alternatively, select the square root symbol from the
Expression palette.)
9. Enter x, then press the right arrow to leave the square root
region.
10. Enter + 3, and then press the Space bar.
11. Select the n-th root symbol from the Expression palette,

12. Enter 3, then press Tab.


13. Enter x, then press the right arrow to leave the root region.
14. Enter ), then press Tab.
15. Enter x for the integration variable.

16. Hover of the expression and click the circular popup to


toggle to nonexecutable math. (Alternatively, click the
expression and use the shortcut Shift + F5.)

17. Put the cursor after the expression and click the Text icon
in the toolbar, then enter the rest of the sentence: " and
write in simplest terms."

Note: When an expression is intended for display purposes only, it can be made nonexecutable.

1.4 Point-and-Click Interaction


Maple contains many built-in features that allow you to solve problems quickly without having to know any commands.

Assistants
Maple offers a set of assistants in the form of graphical user interfaces to perform many tasks without the need to use
any syntax. An example of an assistant is shown in Figure 1.4.
26 • 1 Getting Started

Figure 1.4: Optimization Assistant

Using the Tools → Assistants menu, you can access tools to help you accomplish various tasks. See Figure 1.5. In
some cases, you can launch an assistant by entering an expression and selecting the assistant from the options in the
Context Panel.
1.4 Point-and-Click Interaction • 27

Figure 1.5: Accessing the Assistants from the Tools Menu


28 • 1 Getting Started

Example 7 - Curve Fitting Assistant


Enter a data sample and use the Curve Fitting Assistant to find the best approximation of a function to fit the data.
Action Result in Document
1. From the Tools menu, select Assistants → Curve Fitting.
The first dialog in the Curve Fitting Assistant appears.

2. Enter data as Independent Values and Dependent Values.


Alternatively, you could import a file containing data. If you
have more data than the space provided, click the Next Page
button for more space. For this example, enter the data as
shown.
1.4 Point-and-Click Interaction • 29

Action Result in Document


3. Once you have entered the data, click the Fit button. The
second dialog of the Curve Fitting Assistant appears.

4. In this dialog, you can plot the data and several types of
interpolations, including Polynomial, Spline, and Least
Squares. For example, click the Plot button in the
Polynomial Interpolation section. The polynomial is plotted
with the data, and the interpolating function is displayed
below.

5. You can choose to return either the interpolating function


or the plot to your document. When finished, click Done.

Descriptions of Assistants
The available assistants are described below. Some of the assistants are interfaces to package commands. For more
information on package commands, see Package Commands (page 38).
• Back-Solver - an interface that allows you to take a mathematical formula, involving multiple parameters, enter
values for all but one of the parameters and solve for the remaining value. You can also plot the behavior of the
formula as one of the parameters change.
• CAD Link - an interface to explore the properties of models from supported CAD applications (available on Microsoft
Windows only).
• Code Generation - an interface to automatically transform Maple expressions and programs to other languages.
• Curve Fitting - an interface to commands in the CurveFitting package. Data points can be entered as independent
and dependent values, and interpolated with polynomials, rational functions, or splines.
• Data Set Search - an interface for searching built-in and online data sources.
• Data Analysis - an interface to the data analysis commands in the Statistics package.
• eBook Publisher - an interface to the eBook Publisher tools.
• Equation Manipulator - an interface for interactively performing a sequence of operations on an equation. You
can group terms, apply an operation to both sides of the equation, complete the square, and so on.
• Import Data - an interface to read data from an external file into Maple.
30 • 1 Getting Started

• Installer Builder - an interface to the InstallerBuilder package in which you can create installers for your Maple
toolboxes.
• Library Browser - an interface to manipulate the libraries in a specified directory.
• Maplet Builder - an interface to the Maplets package. The Maplets package contains commands for creating and
displaying Maplet applications (point-and-click interfaces). Using the Maplet Builder, you can define the layout of
a Maplet, drag-and-drop elements (visual and functional components of Maplets), set actions associated with elements,
and directly run a Maplet application. The Maplet Builder is available in the Standard interface only.
• ODE Analyzer - an interface to obtain numeric or symbolic solutions to a single ordinary differential equation
(ODE) or a system of ODEs and plot a solution of the result.
• Optimization - an interface to the solver commands in the Optimization package. The Optimization package is a
collection of commands for numerically solving optimization problems, which involves finding the minimum or
maximum of an objective function possibly subject to constraints.
• Plot Builder - an interface for creating two and three-dimensional plots, animations, and interactive plots.
• Scientific Constants - an interface to over 20 000 values of physical constants and properties of chemical elements.
All of these constants come with the corresponding unit and, if applicable, with the uncertainty or error, that is, how
precisely the value of this constant is known.
• Special Functions - an interface to the properties of over 200 special functions, including the Hypergeometric,
Bessel, Mathieu, Heun and Legendre families of functions.
• Units Converter - an interface to convert between 500 units of measurement.
• Worksheet Migration - an interface to convert worksheets from Classic Maple (.mws files) to Standard Maple
(.mw files).

Tutors
Maple provides over 50 interactive tutors to aid in the learning of
• Precalculus
• Calculus
• Multivariate Calculus
• Vector Calculus
• Differential Equations
• Linear Algebra
• Numerical Analysis
• Complex Variables

These tutors are easily accessible in the Tools menu by selecting Tutors. See Figure 1.6.
1.4 Point-and-Click Interaction • 31

Figure 1.6: Accessing Tutors from the Tools Menu

Some of the tutors can also be accessed through the Student package. The Differential Equations tutor, DE Plots, is
accessible through the DEtools package. For a definition of the term package, see Package Commands (page 38).

The Student package is a collection of subpackages designed to assist with the teaching and learning of standard un-
dergraduate mathematics. The subpackages contain many commands for displaying functions, computations, and the-
orems in various ways, and include support for stepping through important computations.

The interactive commands help you explore concepts and solve problems using a point-and-click interface. These
commands launch tutors that provide a graphical interface to some of the visualization and computation commands
described above. See Figure 1.7 for an example of one of the tutors.

For more information on the tutors and related resources for mathematics education, see Teaching and Learning with
Maple (page 151).
32 • 1 Getting Started

Figure 1.7: Calculus - Single Variable → Differentiation Methods Tutor

Math Apps
Maple provides Math Apps that offer interactive, entertaining ways to explore mathematical concepts, ranging from
Precalculus to Physics to Economics. A guide to these demonstrations is accessible in the Tools menu by selecting
Math Apps.

The Context Panel


The context panel is a dynamically generated list of tools and actions that are applicable for the region on which it is
invoked. These tools and actions are further organized into menus. Use the context panel to perform calculations and
manipulations on expressions without using Maple syntax. To display the context panel, select an object, expression,
or region. Context panel options are available for many input regions, including:
• expressions to perform calculations, manipulations, or plotting
• plot regions to apply plot options and manipulate the plot
• tables to modify the table properties
• text regions to add annotations and format text

When performing calculations or manipulations on an expression, a self-documenting arrow or equal sign connects
the input and output, indicating the action that took place. See Figures 1.8 and 1.9 for two examples of context-sensitive
operations.
1.4 Point-and-Click Interaction • 33

Figure 1.9: Click the plot to see plot options in the context
panel

Figure 1.8: Click the expression to see applicable operations


in the context panel

Task Templates
Task templates help you perform specific tasks in Maple, such as:
• performing a mathematical computation such as solving an equation symbolically or numerically, or determining
the Taylor approximation of a function of one variable
• constructing a Maple object such as a function
• creating a document such as an application

Each task contains a description along with a collection of content that you can insert directly into your document.
Content consists of 2-D mathematics, commands, embedded components (for example, buttons), and plots. You specify
the parameters of your problem and then execute the commands in the document. See Figure 1.10 for an example of
a Task Template.
34 • 1 Getting Started

Figure 1.10: Browse Tasks Dialog

Previewing Tasks
To preview Maple tasks,
• From the Tools menu, select Tasks, and then Browse. The Browse Tasks dialog opens and displays the list of tasks.

The tasks are sorted by subject to help you quickly find the desired task. In the Browse Tasks dialog, you can view
tasks without inserting them into your document.

Inserting a Task into the Document


To insert a task into your document,
1. Select the Insert into New Worksheet check box to insert the task into a new document.
2. Click one of the insert buttons.
1.4 Point-and-Click Interaction • 35

• Click the Insert Default Content button. Maple inserts the default content. The default content level is set using
the Options dialog. For instructions, see the usingtasks help page.
• Click the Insert Minimal Content button. Maple inserts only the commands and embedded components, for example,
a button to launch the related assistant or tutor.
• Click the Copy Task to Clipboard button. Place the cursor where you want to insert the task, and then paste the
task. Maple inserts the default content. Use this method to quickly insert a task multiple times.

Note: You can view the history of previously inserted tasks. From the Tools menu, select Tasks. Previously selected
task names are displayed below the Browse menu item.

Before inserting a task, Maple checks whether the task variables have assigned values in your document. If any task
variable is assigned, the Task Variables dialog opens to allow you to modify the names. Maple uses the edited variable
names for all variable instances in the inserted task.

By default, the Task Variables dialog is displayed only if there is a naming conflict. You can set it to display every
time you insert a task.

To specify that the Task Variables dialog be displayed every time you insert a task:
1. From the Tools menu, select Options.
2. Click the Display tab.
3. In the Show task variables on insert drop-down list, select Always.
4. Click Apply to Session or Apply Globally, as necessary.

Updating Parameters and Executing the Commands


In inserted Task Templates, parameters are marked as placeholders (in purple text) or specified using sliders or other
embedded components.
1. Specify values for the parameters in placeholders or using graphical interface components. You can move to the
next placeholder by pressing Tab.
2. Execute all commands in the task by:
• Placing the cursor in the first task command, and then pressing Enter repeatedly to execute each command.
• Selecting all the template commands, and then clicking the execute toolbar icon .
3. If the template contains a button that computes the result, click it.

For more information on task templates, refer to the tasks help page.

Exploration Assistant
The Exploration Assistant allows you to interactively make parameter changes to expressions and view the result. The
assistant can be used with almost any Maple expression or command that has at least one variable or parameter.

To launch the Exploration Assistant:


1. Enter an expression or command.
2. Click the expression or command. From the context panel, select Explore.
3. The Explore parameter selection dialog appears, where you can select the parameters to explore and the range for
each parameter.

If you enter integer ranges, only integer values are allowed for parameters. To allow floating-point values, enter floating-
point ranges.

Select skip for any of the parameters to leave that parameter as a variable.
36 • 1 Getting Started

4. Click Explore to continue to the Exploration Assistant. The assistant creates a table in the document. You can use
the slider or sliders to vary the parameters and see your changes as the expression output is updated.
5. Once you are finished interacting with the assistant, you can copy and paste the results into your document, or save
the interactive document for later use.

Example 8 - Use the Exploration Assistant to Explore a Plot

In this example, we will explore how the plot of changes as we vary the parameters and .

Action Result in Document


1. Enter the plot command shown.

2. Click the expression and select Explore


from the context panel.

3. In the Explore parameter selection dialog,


set the ranges a = 0..10.0 and b = -5..5.0.
1.5 Commands • 37

Action Result in Document


4. Click Explore. The Exploration Assistant
creates a table in the document. Move the
sliders to see the plot as the parameters
change.

Tip: Since decimal numbers were used for


the ranges in step 3, the slider uses decimal
numbers. If you use integers for the ranges,
the slider uses integer numbers.

1.5 Commands
Even though Maple comes with many features to solve problems and manipulate results without entering any commands,
you may find that you prefer greater control and flexibility by using the set of commands and programming language
that Maple offers.

The Maple Library


Commands are contained in the Maple library, which is divided into two groups: the main library and packages.

The main library contains the most frequently used Maple commands.

Packages contain related commands for performing tasks from disciplines such as Student Calculus, Statistics, or
Differential Geometry. For example, the Optimization package contains commands for numerically solving optimiz-
ation problems.

For details on top-level and package commands, see Commands (page 63).
38 • 1 Getting Started

Entering Commands
If you want to interact with Maple using commands, simply enter the command using 2-D math. Notice that commands
and variable names display in italics. Maple commands are constructed in a format similar to command(arguments),
based on the command you are using.

For example, to factor an expression, enter:

To differentiate an expression, enter:

To integrate an expression on the interval , enter:

To plot an expression, enter:

For a list of the top commands in Maple, see Top Commands (page 65).

Package Commands
There are two ways to access commands within a package, using the long form of the package command or the short
form.
1.5 Commands • 39

Long Form of Accessing Package Commands:

The long form specifies both the package and command names using the syntax package[command](arguments).

Short Form of Accessing Package Commands:

The short form makes all of the commands in the package available using the with command, with(package). If you
are using a number of commands in a package, loading the entire package is recommended. When you execute the
with command, a list of all commands in the package displays. To suppress the display of all command names, end
the with(package) command with a colon. Alternatively, you can load packages through the Tools menu, by selecting
Load Package, and then the package name.

After loading a package, you can use the short-form names, that is, the command names, without the package name.

For a list of the top packages in Maple, see Top Packages (page 66).

Command Completion
To help with syntax and reduce the amount of typing when entering Maple commands, you can use command completion.
Command completion displays a list of all Maple packages, commands, and functions that match the entered text. If
there are multiple ways to call a command, then the command completion list contains each one, with appropriate
placeholders.

To use command completion:


1. Begin entering a command or package name.
2. Select Tools → Complete Command or use the shortcut key Esc (see Shortcut Keys by Platform (page xiii)). If
there is a unique completion, it is inserted. Otherwise, a list of possible matches is displayed.
3. Select the correct completion from the list.
40 • 1 Getting Started

4. Some inserted commands have placeholders, denoted by purple text. The first placeholder is highlighted after you
insert it into the document. Replace it with your parameter, then move to the next placeholder by pressing the Tab
key.

Equation Labels
Equation labels help to save time entering expressions by referencing Maple output. See Figure 1.11.

By default, equation labels are displayed. If equation labels are not displayed,
1. From the Tools menu, select Options, and click the Display tab. Ensure that the Show equation labels check box
is selected.
2. From the Format menu, select Equation Labels. Ensure that both Execution Group and Worksheet are selected.

Figure 1.11: Equation Label

To apply equation labels:


1. Enter an expression and press Enter. Note that the equation label is displayed to the right of the answer in the doc-
ument.
2. In a new execution group, enter another expression that will reference the output of the previous execution group.
3. From the Insert menu, select Label. Alternatively, press Ctrl+L (Command+L, for Mac) to open the Insert Label
dialog. Enter the label number in the Insert Label dialog and click OK. The item is now a label. See Figure 1.12.

Figure 1.12: Inserting an Equation Label

4. Press Enter to obtain the result.

To change the format of equation labels:


• Select Format → Equation Labels → Label Display. In the Format Labels dialog, select one of the numbering
schemes.
• Optionally, enter an appropriate numbering prefix.
1.5 Commands • 41

Figure 1.13: Format Labels Dialog: Adding a Prefix

The Label Reference menu item allows you to switch between the label name and its reference content. Place the
cursor on the referenced equation label and select Format → Equation Labels → Label Reference.

Figure 1.14: Label Reference

The label is associated with the last output within an execution group.

You cannot apply equation labels to the following:


• Error, warning, and information messages
• Tables, images, plots, or sketches

Document Blocks
In Document mode, content is created as a series of document blocks. Document blocks allow you to hide the syntax
used to perform calculations, which in turn lets you focus on the concept presented instead of the command used to
manipulate or solve the problem. You can also create document blocks in Worksheet mode to perform the same function.
Document blocks are typically collapsed to hide the Maple code, but these regions can also be expanded to reveal this
code.

To create a document block:

From the Edit menu, select Document Blocks→ Create Document Block. If text or math in one or more execution
groups is selected, then a document block is created that contains those execution groups. If not, a new document block
is created after the current execution group. For more information, see the next example.

Document block regions are identified using markers that are located in a vertical bar along the left pane of the document.
See Figure 1.15. In addition to document block boundaries, these markers (icons) indicate the presence of hidden at-
tributes in the document such as annotations, bookmarks, and numeric formatting.
42 • 1 Getting Started

To activate markers:

From the View menu, select Markers. See Figure 1.15.

Figure 1.15: Document Block Markers

To view code in a document block:


1. Place the cursor in a document block to be expanded.
2. From the Edit→Document Blocks menu, select Show Command.

Figure 1.16: Expanded Document Block

With the Document Block expanded, you can see the Maple command that was used to perform this calculation. In
Figure 1.16, the solve command was used.

Also notice a red prompt (>) before the original expression and the solve command. Entering commands outside of a
document block region is done at this input region. To insert an input region, click the button in the toolbar menu.

In Figure 1.16, an equation label was used to refer to the expression. For more information, see Equation
Labels (page 40).

To collapse a Document Block:


• With your cursor inside the document block, from the Edit→Document Blocks menu, clear the check box for Show
Command.

You can use this process of expanding document blocks to view and edit Maple commands within a document block.

Changing the Display:

You can specify which parts of the input and output are displayed when the document block is collapsed. For each
execution group in the block, you can choose to display either the input or the output.
• Place the cursor in the execution group.
• From the Edit→Document Blocks menu, select Toggle Input/Output Display.

Also, you can choose to display output either inline or centered on a new line.
• From the Edit→Document Blocks menu, select Inline Document Output.
1.6 The Maple Help System • 43

1.6 The Maple Help System


The Maple program provides a custom help system consisting of almost 5000 reference pages. The help system is a
convenient resource for determining the syntax of Maple commands and for learning about Maple features.

Accessing the Help System


There are several ways to access the Maple help system:
• From the Help menu, select Maple Help.
• Enter a search term in the search box in the worksheet toolbar.
• Click in the toolbar.

To get help on a specific word:


• In a document, place the insertion point in a word for which you want to obtain help. From the Help menu, select
Help on .... Alternatively, press F2 (Control + ?, for Mac) to access context-sensitive help.
• In a document, execute the command ?topic, for example, enter ?LinearAlgebra and press Enter.

The Maple help system opens in a separate window with two panes. The left pane contains the Help Navigator where
you initiate searches and browse the table of contents, and the right pane displays the final search result, such as a
specific help page.

Figure 1.17: Sample Help Page

Every help page in Maple lists the command's calling sequence, parameters, and a description, with examples of the
command at the end of the page. Some help pages also contain hyperlinks to related help pages and hyperlinks to dic-
44 • 1 Getting Started

tionary definitions. Hyperlinks to dictionary definitions display in red to distinguish them from hyperlinks to help
pages.

Using the Help Navigator


Use the search field in the Help Navigator to find information on Maple commands and features.
• Search for a known help topic, a command name, or a keyword or phrase.
• If you have any add-on products, you can restrict the search to Maple, MapleSim, or any combination of those
products and their add-ons.
• You can search all of the help system or specific Resources such as Help Pages, Tasks, Math Apps, and Manuals
by selecting the Page Types drop-down menu.

Search results are displayed as a list in the Search Results tab of the left pane. Click the Table of Contents tab to
view a structured list of all topics in the help system.

Note that some tutorials open in a Maple window instead of in the Help window.

In the left pane, the type of resource is indicated by an icon. Table 1.11 describes the icons.

Table 1.11: Help Page Icons

Icon Description
A folder icon in the Table of Contents tab indicates that a topic can be expanded into subtopics.

Question mark icon indicates a help page and displays the associated help page in the right pane when selected.

WS icon indicates an example worksheet. Example worksheets open in a new tab in the Maple document.

D icon indicates a definition and displays the associated dictionary definition in the right pane when selected.

T icon indicates a Task template and displays the associated Task Template in the right pane when selected.

M icon indicates a manual. Manuals open in a new tab in the Maple document.

Viewing Help Pages as Documents


In the help system, examples are not executable.

The Maple help system allows you to open help pages as documents that you can execute.
To open a help page as a worksheet:
• With the help page displayed in the right pane of the help system, from the View menu, select Open Page as
Worksheet. A new worksheet tab opens and displays the help page as an executable document.
Alternatively, in the help system toolbar, click the open current help page in a worksheet window icon.

Viewing Examples in 2-D Math


You can choose to view the examples in most help pages in either 2-D math or 1-D Math (Maple input) mode. The
default is 2-D Math.
1.7 Available Resources • 45

To change the math mode:

In the Maple help system:


• From the View menu, select or clear the Display Examples with 2D math check box.

• Click the 2-D Math icon, .

Note: Some input in help pages displays as 1-D Math, no matter which option you have chosen. This is for Maple
procedures and other code that is best input in 1-D Math. For more information, see the helpnavigator help page.

Copying Examples
Instead of opening the entire page as a document, you can copy the Examples section only.

To copy examples:
1. With the help page displayed in the right pane of the help system, from the Edit menu, select Copy Examples.
2. Close or minimize the Help Navigator and return to your document.
3. In your document, place the cursor at the location where you want to paste the examples.
4. From the Edit menu, select Paste. The Examples section of the help page is inserted as executable content in your
document.

1.7 Available Resources


Your work with Maple is supported by numerous resources.

Resources Available through the Maple Help System

Help Pages
Use the help system to find information about a specific topic, command, package, or feature. For more information,
see The Maple Help System (page 43).

Dictionary
More than 5000 mathematical and engineering terms with over 300 figures and plots.
1. From the Help menu, select Maple Help.
2. Enter a search term. Dictionary entries that match your query are displayed in the left pane with a icon.

Tutorials and the Maple Portal


The Maple Portal includes material designed for all Maple users, from new users to users who want more advanced
tutorials. The Maple Portal also includes specific sections for students, math educators, and engineers. The Maple
Portal includes:
• How Do I... topics that give quick answers to essential questions.
• Tutorials that provide an overview of topics from getting started to plotting, data manipulation, and interactive ap-
plication development.
• Navigation to portals with specialized information for students, math educators, and engineers.

Access the portal in the Table of Contents under Getting Started.


46 • 1 Getting Started

Applications and Example Worksheets


Applications

Sample applications demonstrate how Maple can be used to find and document a solution to a specific problem. Some
applications allow for input or contain animations that you can run; however, their primary use is for demonstrations.
Topics include Bouncing Ball, Digital Filter Design, Frequency Domain System Identification, Harmonic Oscillator,
Image Processing, Radiator Design with CAD Systems, and Sunspot Periodicity.

Examples

Example worksheets are executable documents covering topics that demonstrate syntax or invoke a user interface to
make complex problems easy to solve and visualize. You can copy and modify the examples as needed. Topics include
Algebra, Calculus, Connectivity, Discrete Mathematics, General Numerics and Symbolics, and Integral Transforms.
• Explore the available topics in the Table of Contents under Applications and Example Worksheets.

Manuals
You can access all of Maple's manuals from within Maple, including the Maple Programming Guide and this manual.
You can execute examples, copy content into other documents, and search the contents using the Maple Help System.
• Access the manuals in the Table of Contents under Manuals.

Maple's manuals are also available as PDFs on the Maplesoft web site.

http://www.maplesoft.com/documentation_center

Task Templates
Set of commands with placeholders that you can use to quickly perform a task. For details, see Task Templates (page 33).
• From the Tools menu, select Tasks, and then Browse.

Maple Tour and Quick Resources

Maple Tour
The Maple Tour consists of interactive sessions on several of the following topics: Ten Minute Tour, Numeric and
Symbolic Computations, Matrix Computations, Differential Equations, Statistics, Programming and Code Generation,
Units and Tolerances, and Education Assessment with Maple T.A.TM
• From the Help menu, select Take a Tour of Maple.

Quick Reference Card


The Quick Reference Card is a table of commands and information for new users that opens in a new window. It contains
hyperlinks to help pages for more information.
• From the Help menu, select Quick Reference. Alternatively, press Ctrl + F2 (Command + F2, for Mac).

Web Site Resources

Welcome Center
A Maple web site offering all of Maplesoft's key user resources in one central location. In the Welcome Center, you
can view sample applications, participate in user forums, and access premium content. You can also access our support
services, view training videos, download user manuals, and more.

http://www.maplesoft.com/welcome
1.7 Available Resources • 47

Student Help Center


The Student Help Center offers a Maple student forum, online math Oracles, training videos, and a math homework
resource guide.

http://www.maplesoft.com/studentcenter

Teacher Resource Center


The Teacher Resource Center is designed to ensure you get the most out of your Maple teaching experience. It provides
sample applications, course material, training videos, white papers, and tips.

http://www.maplesoft.com/TeacherResource

Application Center
Maple web site resource for free applications related to mathematics, education, science, engineering, computer science,
statistics and data analysis, finance, communications, and graphics. Many applications are available in translations
(French, Spanish, and German).
http://www.maplesoft.com/applications

Training
Maplesoft offers a comprehensive set of complementary training materials. From complete training videos to recorded
training seminars to downloadable documentation, you have many options to get familiar with Maplesoft products. In
addition, custom training sessions can be created to meet your needs.

http://www.maplesoft.com/support/training

MaplePrimes
A web community dedicated to sharing experiences, techniques, and opinions about Maple and related products, as
well as general interest topics in math and computing.

http://www.mapleprimes.com

Online Help
All of Maple's help pages are available online.

http://www.maplesoft.com/support/help

Technical Support
A Maple web site containing FAQs, downloads and service packs, links to discussion groups, and a form for requesting
technical support.

http://www.maplesoft.com/support

For a complete list of resources, refer to the MapleResources help page.


48 • 1 Getting Started
2 Document Mode
Using the Maple software, you can create powerful interactive documents. You can visualize and animate problems
in two and three dimensions. You can solve complex problems with simple point-and-click interfaces or easy-to-
modify interactive documents. You can also devise custom solutions using the Maple programming language. While
you work, you can document your process, providing text descriptions.

2.1 In This Chapter


Section Topics
Introduction (page 49) • Comparison of Document and Worksheet Modes
Entering Expressions (page 50) - Overview of tools for creating • Palettes
complex mathematical expressions • Symbol Names
• Mathematical Functions
Evaluating Expressions (page 52) - How to evaluate expressions • Displaying the Value Inline
• Displaying the Value on the Following Line
Editing Expressions and Updating Output (page 53) - How to • Updating a Single Computation
update expressions and regenerate results • Updating a Group of Computations
• Updating All Computations in a Document
Performing Computations (page 53)- Overview of tools for • Computing with Palettes
performing computations and solving problems • Context Panel
• Assistants and Tutors

2.2 Introduction
Maple has two modes: Document mode and Worksheet mode.

Document mode is designed for quickly performing calculations. You can enter a mathematical expression, and then
evaluate, manipulate, solve, or plot it with a few keystrokes or mouse clicks. This chapter provides an overview of
Document mode.

Document mode sample:

Find the value of the derivative of at .

Integrate over the interval .

Worksheet mode is designed for interactive use through commands and programming using the Maple language. The
Worksheet mode supports the features available in Document mode described in this chapter. For information on using
Worksheet mode, see Chapter 3, Worksheet Mode (page 61). Note: To enter a Maple input prompt while in Document
mode, click in the Maple toolbar.

49
50 • 2 Document Mode

Important: In any Maple document, you can use Document mode and Worksheet mode.

Interactive document features include:


• Embedded graphical interface components, like buttons, sliders, and check boxes
• Automatic execution of marked regions when a file is opened
• Tables
• Character and paragraph formatting styles
• Hyperlinks

These features are described in Chapter 7, Creating Mathematical Documents (page 221).

Note: This chapter and Chapter 1 were created using Document mode. All of the other chapters were created using
Worksheet mode.

2.3 Entering Expressions


Chapter 1 provided an introduction to entering simple expressions in 2-D Math (see Entering Expressions (page 14)).
It is also easy to enter mathematical expressions, such as:

• Piecewise-continuous functions:

• Limits:

• Continued fractions:

and more complex expressions.

Mathematical expressions can contain the following objects.

• Numbers: integers, rational numbers, complex numbers, floating-point values, finite field elements, , , ...

• Operators: /, ...

• Constants: ...

• Mathematical functions: ...

• Names (variables): ...


• Data structures: sets, lists, Arrays, Vectors, Matrices, ...

Maple contains over a thousand symbols. For some numbers, operators, and names, you can press the corresponding
key, for example, 9, =, >, or x. Most symbols are not available on the keyboard, but you can insert them easily using
two methods, palettes and symbol names.
2.3 Entering Expressions • 51

Example 1 - Enter a Partial Derivative


To insert a symbol, you can use palettes or symbol names.

Enter the partial derivative using palettes.

Action Result in Document


1. In the Calculus palette, click the partial

differentiation item . Maple inserts the partial


derivative. The variable placeholder is selected.
2. Enter t, and then press Tab. The expression
placeholder is selected.

3. Enter . Note: To enter the exponential e, use


the expression palette or command completion.

To evaluate the derivative and display the result inline, press Ctrl+= (Command+=, for Macintosh) or Enter. For
more information, see Computing with Palettes (page 53).

You can enter any expression using symbol names and the symbol completion list.
Action Result in Document
1. Begin typing the name of the symbol,
diff, and press the symbol completion
key (see Shortcut Keys by
Platform (page xiii)).

2. Select the partial differentiation item,

3. Replace the placeholder with t. Use the


right arrow to move out of the

denominator. Enter as in the


previous example.

Example 2 - Define a Mathematical Function

Define the function which doubles its input.


Action Result in Document
1. In the Expression palette, click the single variable
function definition item, .

2. Replace the placeholder f with the function name,


Press Tab to move to the next placeholder.
52 • 2 Document Mode

Action Result in Document


3. Replace the parameter placeholder, a, with the
independent variable Press Tab.
4. Replace the output placeholder, y, with the desired
output,

Note: To insert the right arrow symbol , you can also enter the characters -> in Math mode. In this case, symbol
completion is automatic.

Important: The expression is different from the function .

For more information on functions, see Functional Operators (page 268).

2.4 Evaluating Expressions


To evaluate a mathematical expression, place the cursor in the expression and press Ctrl + = (Command + =, for
Macintosh). That is, press and hold the Ctrl (or Command) key, and then press the equal sign (=) key.

To the right of the expression, Maple inserts an equal sign and then the value of the expression.

In mathematical content, pressing Enter evaluates the expression and displays it centered on the following line. The
cursor moves to a new line below the output.

(2.1)

By default, Maple labels output that is generated by pressing Enter. For information on equation labels, see Equation
Labels (page 74). In this manual, labels are generally not displayed.

In text, pressing Enter inserts a line break.

You can use the basic algebraic operators, such as and , with most expressions, including polynomials—see
Polynomial Algebra (page 116)—and matrices and vectors—see Matrix Arithmetic (page 129).

=
2.5 Editing Expressions and Updating Output • 53

2.5 Editing Expressions and Updating Output


One important feature of Maple is that your documents are live. That is, you can edit expressions and quickly recalculate
results.

To update one computation:


1. Edit the expression.
2. Press Ctrl + = (Command + =, for Macintosh) or Enter.

The result is updated.

To update a group of computations:


1. Edit the expressions.
2. Select all edited expressions and the results to recalculate.

3. Click the Execute toolbar icon .

All selected results are updated.

To update all output in a Maple document:

• Click the Execute All toolbar icon .

All results in the document are updated.

Note: Be careful when you revisit a document and make changes, as it's possible to produce a document with worksheet
commands out of order (i.e. where a certain command won't work properly without a later one).

2.6 Performing Computations


Using the Document mode, you can access the power of the advanced Maple mathematical engine without learning
Maple syntax. In addition to solving problems, you can also easily plot expressions.

The primary tools for syntax-free computation are:


• Palettes
• The Context Panel
• Assistants and tutors

Note: The Document mode is designed for quick calculations, but it also supports Maple commands. For information
on commands, see Commands (page 63) in Chapter 3, Worksheet Mode (page 61).

Important: In Document mode, you can execute a statement only if you enter it in Math mode. To use a Maple command,
you must enter it in Math mode.

Computing with Palettes


As discussed in Entering Expressions (page 50), some palettes contain mathematical operations.

To perform a computation using a palette mathematical operation:


1. In a palette that contains operators, such as the Expression or Calculus palettes, click an operator item.
2. In the inserted item, specify values in the placeholders.
3. To execute the operation and display the result, press Ctrl+= (Command+=, for Macintosh) or Enter.
54 • 2 Document Mode

For example, to evaluate inline:

1. Using the Calculus palette, enter the partial derivative. See Example 1 - Enter a Partial Derivative (page 51).
2. Press Ctrl+= (Command+=, for Macintosh).

Computing with the Context Panel


The context panel is a collection of tools and operations that are appropriate for a particular expression. The context
panel changes according to the expression, table, or region that you click on. See Figure 2.1.

Figure 2.1: Context Panel

To display the context panel:


1. Click the expression.

2. Move your mouse cursor over Pin Open Context Panel ( ), or click it to fix the context panel in place.

The context panel is displayed.


2.6 Performing Computations • 55

You can evaluate expressions using context panel options. The Evaluate and Display Inline operation (see Figure 2.1)
is equivalent to pressing Ctrl+= (Command+=, for Macintosh). That is, it inserts an equal sign (=) and then the value
of the expression.
Alternatively, press Enter to evaluate the expression and display the result centered on the following line.

For more information on evaluation, see Evaluating Expressions (page 52).

From the context panel, you can also select operations different from evaluation. To the right of the expression, Maple
inserts a right arrow symbol (→) and then the result.

For example, use the Approximate operation to approximate a fraction:

You can perform a sequence of operations by repeatedly using context panel options. For example, to compute the
derivative of use the Differentiate operation on the expression, and then to evaluate the result at a point,
use the Evaluate at a Point operation on the output and enter 10:

Note: For the sequence of operations to make sense when being read from left to right, stale results are deleted before
new operations are performed.

For example:
Enter the expression .
Click on the expression and use the Differentiate option from
the context panel to differentiate with respect to x.
Click on 2x and use the Integrate option from the context panel
to integrate with respect to x.
Click on 2x again and use the Differentiate option to differentiate
with respect to x.

Notice how the result of integration with respect to x has been


replaced with the result of differentiation with respect to x so that
the sequence of operations makes sense.

The following subsections provide detailed instructions on performing a few of the numerous operations available using
context-sensitive operations in the context panel.
56 • 2 Document Mode

Approximating the Value of an Expression


To approximate a fraction numerically:
1. Enter a fraction.
2. Click the fraction to display the context panel. See Figure 2.2.
3. From the context panel, select Approximate, and then the number of significant digits to use: 5, 10, 20, 50, or 100.

Figure 2.2: Approximating the Value of a Fraction

You can replace the inserted right arrow with text or mathematical content.

To replace the right arrow ( ):


1. Select the arrow and text. Press Delete.
2. Enter the replacement text or mathematical content.

Note: To replace the right arrow with text, you must first press F5 to switch to Text mode.

For example, you can replace the arrow with the text "is approximately equal to" or the symbol ≈.

Solving an Equation
You can find an exact (symbolic) solution or an approximate (numeric) solution of an equation. For more information
on symbolic and numeric computations, see Symbolic and Numeric Computation (page 80).

To solve an equation:
1. Enter an equation.
2. Display the context panel. See Figure 2.3.
2.6 Performing Computations • 57

3. From the context panel, select Solve or Numerically Solve in the Solve menu item.

Figure 2.3: Finding the Approximate Solution to an Equation

For more information on solving equations, including solving inequations, differential equations, and other types of
equations, see Solving Equations (page 86).

Using Units
You can create expressions with units. To specify a unit for an expression, use the Units palettes. The Units (FPS)
palette (Figure 2.4) contains important units from the foot-pound-second (FPS) system of units used in the United
States. The Units (SI) palette (Figure 2.5) contains important units from the international system (SI) of units.

Figure 2.4: FPS Units Palette


58 • 2 Document Mode

Figure 2.5: SI Units Palette

To insert an expression with a unit:


1. Enter the expression.
2. In a unit palette, click a unit symbol.

Note: To include a reciprocal unit, divide by the unit.

To evaluate an expression that contains units:


1. Enter the expression using the units palettes to insert units.
2. Click the expression.
3. From the context panel, select the Simplify menu and then Simplify.

For example, compute the electric current passing through a wire that conducts 590 coulombs in 2.9 seconds.

For more information on using units, see Units (page 99).

Assistants and Tutors


Assistants and tutors provide point-and-click interfaces with buttons, text input regions, and sliders. For details on as-
sistants and tutors, see Point-and-Click Interaction (page 25).

Assistants and tutors can be launched from the Tools menu or the Context Panel for an expression. For example, you
can use the Linear System Solving tutor to solve a linear system, specified by a matrix or a set of equations.
2.6 Performing Computations • 59

Example 3 - Using the Context Panel to Open the Linear System Solving Tutor
Use the Linear System Solving tutor to solve the following system of linear equations, written in matrix form:

Action Result in Document


1. In a new document block, create the matrix or set
of linear equations to be solved.

2. Load the Student[LinearAlgebra] package. From Loading Student:-LinearAlgebra


the Tools menu, select Load Package → Student
Linear Algebra. This makes the tutors in that
package available. For details, see Package
Commands (page 38).
3. Click the matrix and from the context panel select
Student Linear Algebra → Tutors → Linear
System Solving.... The Linear System Solving
dialog appears, where you can choose the solving
method. Gaussian Elimination reduces the matrix
to row-echelon form, then performs
back-substitution to solve the system. Gauss
Jordan Elimination reduces the matrix to reduced
row-echelon form, where the equations are already
solved. For this example, choose Gaussian
Elimination.
4. The Gaussian Elimination dialog opens. You can
specify the Gaussian elimination step-by-step, or
you can use the Next Step or All Steps buttons to
have Maple perform the steps for you.
5. Once the matrix is in row-echelon
(upper-triangular) form, click the Solve System
button to move to the next step.
60 • 2 Document Mode

Action Result in Document


6. The Solve the system of equations in
Row-Echelon Form dialog appears. Click the
buttons on the right to calculate the solution: first
find the Equations, then solve for each variable.
Click the Solution button to display the solution
in the tutor.

7. Click the Close button to return the solution to


your document.

For more information on linear systems and matrices, see Linear Algebra (page 122).
3 Worksheet Mode
The Worksheet mode of the Standard Worksheet interface is designed for:
• Interactive use through Maple commands, which offers advanced functionality and customized control not available
using the context panel or other syntax-free methods
• Programming using the powerful Maple language

Using Worksheet mode, you have access to all of the Maple features described in Chapter 1, and most of those described
in Chapter 2, including:
• Math and Text modes
• Palettes
• The context panel
• Assistants and tutors

For information on these features, see Chapter 1, Getting Started (page 1) and Chapter 2, Document Mode (page 49).
Note: Using a document block, you can use all Document mode features in Worksheet mode. For information on
document blocks, see Document Blocks (page 41).

Note: This chapter and the following chapters except Chapter 7 were created using Worksheet mode.

3.1 In This Chapter


Section Topics
Input Prompt (page 62) - Where you enter input • The Input Prompt (>)
• Suppressing Output
• 2-D and 1-D Math Input
• Input Separators
Commands (page 63) - Thousands of routines for performing • The Maple Library
computations and other operations • Top-Level Commands
• Mathematical Functions
• Package Commands
• Lists of Common Commands and Packages
Palettes (page 67) - Items that you can insert by clicking or • Using Palettes
dragging
The Context Panel (page 69)- Clickable access to common • Using the Context Panel
operations
Assistants and Tutors (page 70)- Graphical interfaces with buttons • Launching Assistants and Tutors
and sliders
Task Templates (page 70) - Sets of commands with placeholders • Viewing Task Templates
that you can insert and use to perform a task • Inserting a Task Template
• Performing the Task
Text Regions (page 71) - Areas in the document in which you • Inserting a Text Region
can enter text • Formatting Text

61
62 • 3 Worksheet Mode

Section Topics
Names (page 72) - References to the expressions you assign to • Assigning to Names
them • Unassigning Names
• Valid Names
Equation Labels (page 74) - Automatically generated labels that • Displaying Equation Labels
you can use to refer to expressions • Referring to a Previous Result
• Execution Groups with Multiple Outputs
• Label Numbering Schemes
• Features of Equation Labels

3.2 Input Prompt


In Worksheet mode, you enter input at the Maple input prompt ( ). The default mode for input is Math mode (2-D
Math).

To evaluate input:
• Press Enter.

Maple displays the result (output) below the input.

For example, to find the value of , enter the expression, and then press Enter.

>

(3.1)

For example, compute the sum of two fractions.

>

(3.2)

A set of Maple input and its output are referred to as an execution group.

In the worksheet, the semicolon as a statement terminator is optional.

Suppressing Output
To suppress the output, enter a colon (:) at the end of the input.

>

1-D Math Input


You can also insert input using 1-D Math mode. The input is entered as a one-dimensional sequence of characters. 1-
D Math input is red.
3.3 Commands • 63

To enter input using 1-D Math:


• At the input prompt, press F5 or click the Text button in the toolbar, , to switch from 2-D Math to 1-
D Math.
> 123^2 - 29857/120;

As with 2-D math, in 1-D math, if you use a colon, Maple suppresses the output.

>

To set the default input mode at a prompt to 1-D Math:


1. From the Tools menu, select Options. The Options dialog is displayed.
2. On the Display tab, in the Input display drop-down list, select Maple Notation.
3. Click Apply to Session (to set for only the current session) or Apply Globally (to set for all Maple sessions).

To convert between 2-D Math input and 1-D Math input:


1. Select the 2-D (or 1-D) Math input.
2. From the Format menu, select Convert To, and then 1-D Math Input (or 2-D Math Input).

Input Separators
In 1-D and 2-D Math input, you can use a semicolon or colon to separate multiple inputs in the same input line.
> sqrt(4.4); tan(3.2);

If you do not specify a semicolon or colon, Maple interprets it as a single input. This can either give unexpected results
or an error. Notice that the following example gives an error in 1-D math but in 2-D math this is interpreted as multi-
plication.
> sqrt(4.4) tan(3.2)
Error, missing operator or `;`

>

3.3 Commands
Maple contains a large set of commands and a powerful programming language. Most Maple commands are written
using the Maple programming language.

You can enter commands using 1-D or 2-D Math. 1-D Math input is recommended when programming in Maple. Basic
Programming (page 287) provides an introduction to Maple programming.

To learn how to use Maple commands, see the appropriate help page, or use task templates. For more information, see
The Maple Help System (page 43) and Task Templates (page 70).
64 • 3 Worksheet Mode

The Maple Library


Maple's commands are contained in the Maple library. There are two types of commands: top-level commands and
package commands.
• The top-level commands include many of the the most frequently used Maple commands, as well as an extensive
list of mathematical functions.
• Packages contain related specialized commands in areas such as calculus, linear algebra, vector calculus, and code
generation.

For a complete list of packages and commands, refer to the index/help help pages. For information on the Maple Help
System, see The Maple Help System (page 43).

Top-Level Commands
To use a top-level command, enter its name followed by parentheses (( )) containing any parameters. This is referred
to as a calling sequence for the command.
command(arguments)

Note: In 1-D Math input, include a semicolon or colon at the end of the calling sequence.

For example, to differentiate an expression, use the diff command. The required parameters are the expression to dif-
ferentiate, which must be specified first, and the independent variable.

>

Mathematical Functions
For a complete list of commands that implement mathematical functions, such as BesselI and AiryAi, available in the
library, refer to the initialfunctions help page.

>

For detailed information on the properties of a function, use the FunctionAdvisor command.

>

This definition is displayed using the typeset form of the BesselI function, the hypergeometric function (hypergeom)
and the Gamma function (GAMMA). To see the function names rather than the typeset form, use lprint:

>
[BesselI(a, z) = z^a*hypergeom([], [a+1], (1/4)*z^2)/(GAMMA(a+1)*2^a), `with no restrictions
on `(a, z)]

For detailed information on how to use a function in Maple, refer to its help page.
3.3 Commands • 65

For example:

>

Another way to access help is to select the word for which you want help and use the shortcut key for context help, F2
(Control + Shift + ?, for Mac).

Top Commands
Here are a few of the most frequently used Maple commands. A complete list of top-level commands is available on
the index/function help page.

Table 3.1: Top Commands

Command Name Description


plot and plot3d Create a two-dimensional and three-dimensional plot of functions.
solve Solve one or more equations or inequalities for their unknowns.
fsolve Solve one or more equations using floating-point arithmetic.
eval Evaluate an expression at a given point.
evalf Numerically evaluate expressions.
dsolve Solve ordinary differential equations (ODEs).
int Compute an indefinite or definite integral.
diff Compute an ordinary or partial derivative, as the context dictates.
limit Calculate the limiting value of a function.
sum For symbolic summation. It is used to compute a closed form for an indefinite or definite sum.
assume/is Set variable properties and relationships between variables. Similar functionality is provided by the
assuming command.
assuming Compute the value of an expression under assumptions.
simplify Apply simplification rules to an expression.
factor Factor a polynomial.
expand Distribute products over sums.
normal Normalize a rational expression.
convert Convert an expression to a different type or form.
type Type-checking command. In many contexts, it is not necessary to know the exact value of an
expression; it suffices to know that an expression belongs to a broad class, or group, of expressions
that share some common properties. These classes or groups are known as types.
series Generalized series expansion.
map Apply a procedure to each operand of an expression.

Package Commands
To use a package command, the calling sequence must include the package name, and the command name enclosed
in square brackets ([ ]).
package[command](arguments)

If you are frequently using the commands in a package, load the package.

To load a package:
• Use the with command, specifying the package as an argument.

The with command displays a list of the package commands loaded (unless you suppress the output by entering a colon
at the end of the calling sequence).
66 • 3 Worksheet Mode

After loading a package, you can use the short form names of its commands. That is, you can enter the commands
without specifying the package name.

For example, use the NLPSolve command from the Optimization package to find a local minimum of an expression
and the value of the independent variable at which the minimum occurs.

>

>

>

For more information on optimization, see Optimization (page 143).

To unload a package:
• Use the unwith command, specifying the package as an argument.

>

Alternatively, use the restart command. The restart command clears Maple's internal memory. The effects include
unassigning all names and unloading all packages. For more information, refer to the restart help page.

Note: To execute the examples in this manual, you may be required to use the unassign or restart command between
examples.

Some packages contain commands that have the same name as a top-level command. For example, the plots package
contains a changecoords command. Maple also contains a top-level changecoords command.

>

After the plots package is loaded, the name changecoords refers to the plots[changecoords] command. To use the
top-level changecoords command, unload the package or use the restart command. (For alternative methods of accessing
the top-level command, see the rebound help page.)

Top Packages
Here are a few of the most frequently used Maple packages. A complete list of packages is available on the index/pack-
age help page.

Table 3.2: Top Packages

Package Name Description


CodeGeneration The Code Generation package is a collection of commands and subpackages that enable the
translation of Maple code to other programming languages, such as C, C#, Fortran, MATLAB®,
Visual Basic®, JavaTM, Julia, Perl, and Python®.
LinearAlgebra The Linear Algebra package contains commands to construct and manipulate Matrices and
Vectors, and solve linear algebra problems. LinearAlgebra routines operate on three principal
data structures: Matrices, Vectors, and scalars.
3.4 Palettes • 67

Package Name Description


Optimization The Optimization package is a collection of commands for numerically solving optimization
problems, which involve finding the minimum or maximum of an objective function possibly
subject to constraints.
Physics The Physics package implements computational representations and related operations for most
of the objects used in mathematical physics computations.
RealDomain The Real Domain package provides an environment in which Maple assumes that the basic
underlying number system is the field of real numbers instead of the complex number field.
ScientificConstants The Scientific Constants package provides access to the values of various physical constants,
for example, the velocity of light and the atomic weight of sodium. This package provides the
units for each of the constant values, allowing for greater understanding of an equation. The
package also provides units-matching for error checking of the solution.
ScientificErrorAnalysis The Scientific Error Analysis package provides representation and construction of numerical
quantities that have a central value and an associated uncertainty (or error), which is a measure
of the degree of precision to which the quantity's value is known. Various first-order calculations
of error analysis can be performed with these quantities.
Statistics The Statistics package is a collection of tools for mathematical statistics and data analysis. The
package supports a wide range of common statistical tasks such as quantitative and graphical
data analysis, simulation, and curve fitting.
Student The Student package is a collection of subpackages designed to assist with teaching and learning
standard undergraduate mathematics. The many commands display functions, computations, and
theorems in various ways, including stepping through important computations.

The Student package contains the following subpackages:


• Basics - fundamental math concepts
• Calculus1 - single-variable calculus
• LinearAlgebra - linear algebra
• MultivariateCalculus - multivariate calculus
• NumericalAnalysis - numerical analysis
• Precalculus - precalculus
• Statistics - statistics
• VectorCalculus - multivariate vector calculus
Units The Units package contains commands for unit conversion and provides environments for
performing calculations with units. It accepts approximately 300 distinct unit names (for example,
meters and grams) and over 550 units with various contexts (for example, standard miles and
U.S. survey miles). Maple also contains two Units palettes that allow you to enter the unit for
an expression quickly.
VectorCalculus The Vector Calculus package is a collection of commands that perform multivariate and vector
calculus operations. A large set of predefined orthogonal coordinate systems is available. All
computations in the package can be performed in any of these coordinate systems. It contains a
facility for adding a custom but orthogonal coordinate system and using that new coordinate
system for your computations.

3.4 Palettes
Palettes are collections of related items that you can insert by clicking or dragging. For example, see Figure 3.1.
68 • 3 Worksheet Mode

Figure 3.1: Calculus Palette

You can use palettes to enter input.

For example, evaluate a definite integral using the definite integration item in the Calculus palette.

In 2-D Math, clicking the definite integration item inserts:

>

1. Enter values in the placeholders. To move to the next placeholder, press Tab.
2. To evaluate the integral, press Enter.

>

In 1-D Math, clicking the definite integration item inserts the corresponding command calling sequence.
> int(f,x=x[1]..x[2]);

Specify the problem values (using the Tab to move to the next placeholder), and then press Enter. Note: If pressing

the Tab key inserts a tab, click the Tab icon in the toolbar.
> int(tanh(x), x = 0..1);

Note: Some palette items cannot be inserted into 1-D Math because they are not defined in the Maple language. When
the cursor is in 1-D Math input, unavailable palette items are dimmed.

For more information on viewing and using palettes, see Palettes (page 16) in Chapter 1.
3.5 The Context Panel • 69

3.5 The Context Panel


The context panel is a collection of tools and operations that are appropriate for a particular expression. The context
panel changes according to the expression, table, or region that you click on. See Figure 3.2.

Figure 3.2: Integer Context Panel

You can use the context panel to perform operations on 2-D Math, including output.

To use the context panel:


1. Click the expression.

2. Move your mouse cursor over Pin Open Context Panel ( ), or click it to fix the context panel in place.
3. From the context panel, select a tool or operation.

Maple inserts a new execution group containing:


• The calling sequence that performs the operation
• The result of the operation

Example - Using the Context Panel

Determine the rational expression (fraction) that approximates the floating-point number .
Action Result in Document
1. Enter and execute the expression. >
(3.3)

2. Click the output floating-point number.

3. From the context panel, select Conversions → Rational. The >


inserted calling sequence includes an equation label reference
to the number you are converting.

Notice that an equation label reference has been used. For information on equation labels and equation label references,
see Equation Labels (page 74).
70 • 3 Worksheet Mode

For more information on the Context Panel, see Computing with the Context Panel (page 54) in Chapter 2.

3.6 Assistants and Tutors


Assistants and tutors provide point-and-click interfaces with buttons, text input regions, and sliders. See Figure 3.3.

Figure 3.3: ODE Analyzer Assistant

Launching an Assistant or Tutor


To launch an assistant or tutor:
1. Open the Tools menu.
2. Select Assistants or Tutors.
3. Navigate to and select one of the assistants or tutors.

For more information on assistants and tutors, see Assistants (page 25) in Chapter 1.

3.7 Task Templates


Maple can solve a diverse set of problems. The task template facility helps you quickly find and use the commands
required to perform common tasks.

After inserting a task template, specify the parameters of your problem in the placeholders, and then execute the com-
mands, or click a button.

The Task Browser (Figure 3.4) organizes task templates by subject.

To launch the Task Browser:


• From the Tools menu, select Tasks, and then Browse.

You can also browse the task templates in the Table of Contents of the Maple Help System.
3.8 Text Regions • 71

Figure 3.4: Task Browser

For details on inserting and using task templates, see Task Templates (page 33). You can also create your own task
templates for performing common tasks. For details, refer to the creatingtasks help page.

3.8 Text Regions


To add descriptive text in Worksheet mode, use a text region.

To insert a text region:

• In the toolbar, click the Text region icon .

The default mode in a text region is Text mode.


72 • 3 Worksheet Mode

In a text region, you can:


• Enter text with inline mathematical content by switching between Text and Math modes. To toggle between Text
mode and Math mode, press F5 or click the Math and Text toolbar icons, .

Note: The mathematical content in a text region is by default executable. To enter nonexecutable mathematical
content, use Shift + F5.
• Insert any palette item. Palette items are inserted in Math mode (2-D Math). Note: After you insert a palette item,
you must press F5 or click the toolbar icon to return to Text mode.

You can format text in a text region. Features include:


• Character styles
• Paragraph styles
• Sections and subsections
• Tables

For more information on formatting documents, see Creating Mathematical Documents (page 221).

3.9 Names
Instead of re-entering an expression every time you need it, you can assign it to a name or add an equation label to it.
Then you can quickly refer to the expression using the name or an equation label reference. For information on labels,
see the following section, Equation Labels (page 74).

Note: Through the Variable Manager you can manage the top-level assigned variables currently active in your Maple
Session. For more information about the Variable Manager, see the Variable Manager help page. For Maple workbooks,
you can use the Variable Manager palette to return to the saved state of your variables.

Assigning to Names
You can assign any Maple expression to a name: numeric values, data structures, procedures (a type of Maple program),
and other Maple objects.

Initially, the value of a name is itself.

>

The assignment operator (:=) associates an expression with a name.

>

Recall that you can enter using the following two methods.
• Use the Common Symbols palette.
• In 2-D Math enter pi, and then press the symbol completion shortcut key. See Shortcuts for Entering Mathematical
Expressions (page 6).
3.9 Names • 73

When Maple evaluates an expression that contains a name, it replaces the name with its value. For example:

>

For information on Maple evaluation rules, see Evaluating Expressions (page 279).

Mathematical Functions
To define a function, assign it to a name.

For example, define a function that computes the cube of its argument.

>

For information on creating functions, see Example 2 - Define a Mathematical Function (page 51).

>

Note: To insert the right arrow, enter the characters ->. In 2-D Math, Maple replaces -> with the right arrow symbol
In 1-D Math, the characters are not replaced.

For example, define a function that squares its argument.


> square := x -> x^2:
> square(32);

For more information on functions, see Functional Operators (page 268).

Protected Names
Protected names are valid names that are predefined or reserved.

If you attempt to assign to a protected name, Maple returns an error.

>
Error, attempting to assign to `sin` which is protected. Try declaring `local sin`; see
?protect for details.

For more information, refer to the type/protected and protect help pages.

Unassigning Names
The unassign command resets the value of a name to itself. Note: You must enclose the name in right single quotes
(' ').

>
74 • 3 Worksheet Mode

>

Right single quotes (unevaluation quotes) prevent Maple from evaluating the name. For more information on unevaluation
quotes, see Delaying Evaluation (page 285) or refer to the uneval help page.

See also Unassigning a Name Using Unevaluation Quotes (page 286).

Unassigning all names:

The restart command clears Maple's internal memory. The effects include unassigning all names. For more information,
refer to the restart help page.

Note: To execute the examples in this manual, you may be required to use the unassign or restart command between
examples.

Valid Names
A Maple name must be one of the following.
• A sequence of alphanumeric and underscore (_) characters that begins with an alphabetical character.
• A sequence of characters enclosed in left single quotes (` `).

Important: Do not begin a name with an underscore character. Maple reserves names that begin with an underscore
for use by the Maple library.

Examples of valid names:


• a
• a1
• polynomial
• polynomial1_divided_by_polynomial2
• `2a`
• `x y`

3.10 Equation Labels


Maple marks the output of each execution group with a unique equation label.

Note: The equation label is displayed to the right of the output.

>

(3.4)

Using equation labels, you can refer to the result in other computations.

>

(3.5)
3.10 Equation Labels • 75

Displaying Equation Labels


Important: By default, equation labels are displayed. If equation label display is turned off, complete both of the
following operations.
• From the Format menu, select Equation Labels, and then ensure that Worksheet is selected.
• In the Options dialog (Tools→Options), on the Display tab, ensure that Show equation labels is selected.

Referring to a Previous Result


Instead of re-entering previous results in computations, you can use equation label references. Each time you need to
refer to a previous result, insert an equation label reference.

To insert an equation label reference:


1. From the Insert menu, select Label. (Alternatively, press Ctrl+L; Command+L, Macintosh.)
2. In the Insert Label dialog (see Figure 3.5), enter the label value, and then click OK.

Figure 3.5: Insert Label Dialog

Maple inserts the reference.

For example:

To integrate the product of (3.4) and (3.5):


Action Result in Document
1. In the Expression palette, click the indefinite integration item

. The item is inserted and the integrand placeholder is


highlighted.
2. Press Ctrl+L (Command+L, for Macintosh).
3. In the Insert Label dialog, enter 3.4. Click OK.

4. Press *.
5. Press Ctrl+L (Command+L, for Macintosh).
6. In the Insert Label dialog, enter 3.5. Click OK.
7. To move to the variable of integration placeholder, press Tab.
>
8. Enter x.

(3.6)
76 • 3 Worksheet Mode

Action Result in Document


9. To evaluate the integral, press Enter.

Execution Groups with Multiple Outputs


An equation label is associated with the last output within an execution group.

>

(3.7)

>

(3.8)

Label Numbering Schemes


You can number equation labels in two ways:
• Flat - Each label is a single number, for example, 1, 2, or 3.
• Sections - Each label is numbered according to the section in which it occurs. For example, 2.1 is the first equation
in the second section, and 1.3.2 is the second equation in the third subsection of the first section.

To change the equation label numbering scheme:


• From the Format menu, select Equation Labels → Label Display. In the Format Labels dialog (Figure 3.6), select
one of the formats.
• Optionally, enter a prefix.

Figure 3.6: Format Labels Dialog: Adding a Prefix

Features of Equation Labels


Although equation labels are not descriptive names, labels offer other important features.
• Each label is unique, whereas a name may be inadvertently assigned more than once for different purposes.
3.10 Equation Labels • 77

• Maple labels the output values sequentially. If you remove or insert an output, Maple automatically re-numbers all
equation labels and updates the label references.
• If you change the equation label format (see Label Numbering Schemes (page 76)), Maple automatically updates
all equation labels and label references.

For information on assigning to, using, and unassigning names, see Names (page 72).

For more information on equation labels, refer to the equationlabel help page.

The following chapters describe how to use Maple to perform tasks such as solving equations, producing plots and
animations, and creating mathematical documents. The chapters were created using Worksheet mode. Except where
noted, all features are available in both Worksheet mode and Document mode.
78 • 3 Worksheet Mode
4 Basic Computations
This chapter discusses key concepts related to performing basic computations with Maple. It discusses important features
that are relevant to all Maple users. After learning about these concepts, you will learn how to use Maple to solve
problems in specific mathematical disciplines in the following chapter.

4.1 In This Chapter


Section Topics
Symbolic and Numeric Computation (page 80)- An overview of • Exact Computations
exact and floating-point computation • Floating-Point Computations
• Converting Exact Quantities to Floating-Point Values
• Sources of Error
Integer Operations (page 82) - How to perform integer • Important Integer Commands
computations • Non-Base 10 Numbers
• Finite Rings and Fields
• Gaussian Integers
Solving Equations (page 86) - How to solve standard • Equations and Inequations
mathematical equations • Ordinary Differential Equations
• Partial Differential Equations
• Integer Equations
• Integer Equations in a Finite Field
• Linear Systems
• Recurrence Relations
Units, Scientific Constants, and Uncertainty (page 99) - How to Units
construct and compute with expressions that have units, scientific
• Conversions
constants, or uncertainty
• Applying Units to an Expression
• Performing Computations with Units
• Changing the Current System of Units
• Extensibility

Scientific Constants
• Scientific Constants
• Element and Isotope Properties
• Value, Units, and Uncertainty
• Performing Computations
• Modification and Extensibility

Uncertainty Propagation
• Quantities with Uncertainty
• Performing Computations with Quantities with Uncertainty

79
80 • 4 Basic Computations

Section Topics
Restricting the Domain (page 109) - How to restrict the domain • Real Number Domain
for computations • Assumptions on Variables

4.2 Symbolic and Numeric Computation


Symbolic computation is the mathematical manipulation of expressions involving symbolic or abstract quantities, such
as variables, functions, and operators; and exact numbers, such as integers, rationals, π, and The goal of such ma-
nipulations may be to transform an expression to a simpler form or to relate the expression to other, better understood
formulas.

Numeric computation is the manipulation of expressions in the context of finite-precision arithmetic. Expressions in-
volving exact numbers, for example, are replaced by close approximations using floating-point numbers, for
example 1.41421. These computations generally involve some error. Understanding and controlling this error is often
of as much importance as the computed result.

In Maple, numeric computation is normally performed if you use floating-point numbers (numbers containing a
decimal point) or the evalf command. The plot command (see Plots and Animations (page 187)) uses numeric compu-
tation, while commands such as int, limit, and gcd (see Integer Operations (page 82) and Mathematical Problem
Solving (page 115)) generally use only symbolic computation to achieve their results.

Exact Computations
In Maple, integers, rational numbers, mathematical constants such as π and ∞, and mathematical structures such as
matrices with these as entries are treated as exact quantities. Names, such as and mathematical
functions, such as and are symbolic objects. Names can be assigned exact quantities as
their values, and functions can be evaluated at symbolic or exact arguments.

>

Important: Unless requested to do otherwise (see the following section), Maple evaluates expressions containing exact
quantities to exact results, as you would do if you were performing the calculation by hand, and not to numeric approx-
imations, as you normally obtain from a standard hand-held calculator.

>

>

>
4.2 Symbolic and Numeric Computation • 81

Floating-Point Computations
In some situations, a numeric approximation of an exact quantity is required. For example, the plot command requires
the expression it is plotting to evaluate to numeric values that can be rendered on the screen: cannot be so rendered,
but can be. Maple distinguishes approximate from exact quantities by the presence or absence of a decimal

point: is approximate, while is exact.

Note: An alternative representation of floating-point numbers, called e-notation, may not include an explicit decimal
point: 1e5 , 3e-2 .

In the presence of a floating-point (approximate) quantity in an expression, Maple generally computes using numeric
approximations. Arithmetic involving mixed exact and floating-point quantities results in a floating-point result.

>

If a mathematical function is passed a floating-point argument, it normally attempts to produce a floating-point approx-
imation of the result.

>

Converting Exact Quantities to Floating-Point Values


To convert an exact quantity to a numeric approximation of that quantity, use the evalf command or the Approximate
context panel operation (see Approximating the Value of an Expression (page 56)).

>

By default, Maple computes such approximations using 10 digit arithmetic. You can modify this in one of two ways:
• Locally, you can pass the precision as an index to the evalf call.

>

• Globally, you can set the value of the Digits environment variable.

>

>

For more information, see the evalf and Digits help pages.
82 • 4 Basic Computations

Note: When appropriate, Maple performs floating-point computations directly using your computer's underlying
hardware.

Sources of Error
By its nature, floating-point computation normally involves some error. Controlling the effect of this error is the subject
of active research in Numerical Analysis. Some sources of error are:

• An exact quantity may not be exactly representable in decimal form: and are examples.

• Small errors can accumulate after many arithmetic operations.


• Subtraction of nearly equal quantities can result in essentially no useful information. For example, consider the
computation for

>

No correct digits remain. If, however, you use Maple to analyze this expression, and replace this form with a represent-
ation that is more accurate for small values of a fully accurate 10-digit result can be obtained.

>

>

For information on evaluating an expression at a point, see Substituting a Value for a Subexpression (page 279). For
information on creating a series approximation, see Series (page 139). For more information on floating-point numbers,
refer to the float and type/float help pages.

4.3 Integer Operations


In addition to the basic arithmetic operators, Maple has many specialized commands for performing more complicated
integer computations, such as factoring an integer, testing whether an integer is a prime number, and determining the
greatest common divisor (GCD) of a pair of integers.

Note: Many integer operations are available as task templates (Tools→Tasks→Browse, under Integers).

You can quickly perform many integer operations using the context panel. Clicking on an integer, displays the context
panel with integer commands. For example, the context-sensitive operation Integer Factors applies the ifactor command
to compute the prime factorization of the given integer. See Figure 4.1.
4.3 Integer Operations • 83

Figure 4.1: Context Panel for an Integer

The result of applying Integer Factors is shown:

>
(4.1)

>

(4.2)

Maple inserts the command ifactor, using an equation label reference to the integer 946929. For more information on
equation labels, see Equation Labels (page 74).

For more information on using context-sensitive operations in Worksheet mode, see The Context Panel (page 69). For
information on using context-sensitive operations in Document mode, see Computing with the Context Panel (page 54).

Maple has many other integer commands, including those listed in Table 4.1.

Table 4.1: Select Integer Commands

Command Description
abs absolute value (displays in 2-D math as )
factorial factorial (displays in 2-D math as )
ifactor prime factorization
igcd greatest common divisor
iquo quotient of integer division
irem remainder of integer division
iroot integer approximation of nth root
isprime test primality
isqrt integer approximation of square root
max, min maximum and minimum of a set
mod modular arithmetic (See Finite Rings and Fields (page 84).)
NumberTheory[Divisors] set of positive divisors
84 • 4 Basic Computations

>

>

>

>

For information on finding integer solutions to equations, see Integer Equations (page 97).

Non-Base 10 Numbers and Other Number Systems


Maple supports:
• Non-base 10 numbers
• Finite ring and field arithmetic
• Gaussian integers

Non-Base 10 Numbers
To represent an expression in another base, use the convert command.

>

>

For information on enclosing keywords in right single quotes ('), see Delaying Evaluation (page 285).

You can also use the convert/base command.

>

Note: The convert/base command returns a list of digit values in order of increasing significance.

Finite Rings and Fields


Maple supports computations over the integers modulo m.

The mod operator evaluates an expression over the integers modulo m.


4.3 Integer Operations • 85

>

By default, the mod operator uses positive representation (modp command). Symmetric representation is available
using the mods command.

>

>

For information on setting symmetric representation as the default, refer to the mod help page.

The modular arithmetic operators are listed in Table 4.2.

Table 4.2: Modular Arithmetic Operators

Operation Operator Example


Addition + >

Subtraction - >

Multiplication (displays in 2-D Math as ) * >

Multiplicative inverse (displays in 2-D Math as a ^(-1)


superscript) >

/
Division (displays in 2-D Math as ) >

Exponentiation1 &^ >

1
To enter a caret (^) in 2-D Math, enter a backslash character followed by a caret, that is, \^.

For information on solving an equation modulo an integer, see Integer Equations in a Finite Field (page 98).

The mod operator also supports polynomial and matrix arithmetic over finite rings and fields. For more information,
refer to the mod help page.

Gaussian Integers
Gaussian integers are complex numbers in which the real and imaginary parts are integers.

The GaussInt package contains commands that perform Gaussian integer operations.

The GIfactor command returns the Gaussian integer factorization.


86 • 4 Basic Computations

>

In Maple, complex numbers are represented as a+b*I, where the uppercase I represents the imaginary unit .

You can also enter the imaginary unit using the following two methods.

• In the Common Symbols palette, click the , or item. See Palettes (page 16).
• Enter i or j, and then press the symbol completion key. See Symbol Names (page 22).

Note that the output will still be displayed with I, no matter what symbol was used for input. You can customize Maple's
settings to use a different symbol for . For more information on entering complex numbers, including how to
customize this setting, refer to the HowDoI/EnterAComplexNumber help page.

The GIsqrt command approximates the square root in the Gaussian integers.

>

For more information on Gaussian integers including a list of GaussInt package commands, refer to the GaussInt
help page.

4.4 Solving Equations


You can solve a variety of equation types, including those described in Table 4.3.

Table 4.3: Overview of Solution Methods for Important Equation Types

Equation Type Solution Method


Equations and inequations solve and fsolve commands
Ordinary differential equations ODE Analyzer Assistant (and dsolve command)
Partial differential equations pdsolve command
Integer equations isolve command
Integer equations in a finite field msolve command
Linear integral equations intsolve command
Linear systems LinearAlgebra[LinearSolve] command
Recurrence relations rsolve command

Note: Many solve operations are available in the context panel and as task templates (Tools→Tasks→Browse). Most
of this section focuses on other methods.

Solving Equations and Inequations


Using Maple, you can symbolically solve equations and inequations. You can also solve equations numerically.

To solve an equation or set of equations using the context panel:


1. Click the equation.
2. From the context panel, select Solve (or Solve Numerically). See Figure 4.2.
4.4 Solving Equations • 87

Figure 4.2: Context Panel for an Equation

In Worksheet mode, Maple inserts a calling sequence that solves the equation followed by the solutions.

If you select Solve, Maple computes exact solutions.

>

(4.3)

>

(4.4)

If you select Solve Numerically, Maple computes floating-point solutions.

>

(4.5)

>
(4.6)
88 • 4 Basic Computations

For information on solving equations and inequations symbolically using the solve command, see the following section.
For information on solving equations numerically using the fsolve command, see Numerically Solving
Equations (page 90).

Symbolically Solving Equations and Inequations


The solve command is a general solver that determines exact symbolic solutions to equations or inequations. The
solutions to a single equation or inequation are returned as an expression sequence. For details, see Creating and Using
Data Structures (page 263). If Maple does not find any solutions, the solve command returns the empty expression se-
quence.

>

In general, solve computes solutions in the field of complex numbers. To restrict the problem to only real solutions,
see Restricting the Domain (page 109).

It is recommended that you verify the solutions returned by the solve command. For details, see Working with
Solutions (page 91).

To return the solutions as a list, enclose the calling sequence in brackets ([ ]).

>

Expressions: You can specify expressions instead of equations. The solve command automatically equates them to
zero.

>

(In this case, the solution involves the LambertW function.)

Multiple Equations: To solve multiple equations or inequations, specify them as a Creating and Using Data
Structures (page 263).

>

>

Solving for Specific Unknowns: By default, the solve command returns solutions for all unknowns. You can specify
the unknowns for which to solve.
4.4 Solving Equations • 89

>

To solve for multiple unknowns, specify them as a list.

>

Transcendental Equations: In general, the solve command returns one solution to transcendental equations.

>

>

To produce all solutions, use the allsolutions option.

>

Maple uses variables of the form _ZN~, where N is a positive integer, to represent arbitrary integers. The tilde (~) in-
dicates that it is a quantity with an assumption. For information about names with assumptions, see Assumptions on
Variables (page 110).

RootOf Structure: The solve command may return solutions, for example, to higher order polynomial equations, in
an implicit form using RootOf structures.

>

(4.7)

These RootOf structures are placeholders for the roots of the equation The index para-
meter numbers and orders the four solutions.

Like any symbolic expression, you can convert RootOf structures to a floating-point value using the evalf command.

>
90 • 4 Basic Computations

Some equations are difficult to solve symbolically. For example, polynomial equations of order five and greater do
not in general have a solution in terms of radicals. If the solve command does not find any solutions, it is recommended
that you use the Maple numerical solver, fsolve. For information, see the following section, Numerically Solving
Equations.

For more information on the solve command, including how to solve equations defined as procedures and how to find
parametric solutions, refer to the solve/details help page.

For information on verifying and using solutions returned by the solve command, see Working with Solutions (page 91).

Numerically Solving Equations


The fsolve command solves equations numerically. The behavior of the fsolve command is similar to that of the solve
command.

>

>
(4.8)

Note: You can also numerically solve equations using the context panel. See Solving Equations and
Inequations (page 86).

It is recommended that you verify the solutions returned by the fsolve command. For details, see Working with
Solutions (page 91).

Multiple Equations: To solve multiple equations, specify them as a set. For more information, see Creating and Using
Data Structures (page 263). The fsolve command solves for all unknowns.

>

Univariate Polynomial Equations: In general, the fsolve command finds one real solution. However, for a univariate
polynomial equation, the fsolve command returns all real roots.

>

>

Controlling the Number of Solutions: To limit the number of roots returned, specify the maxsols option.

>

To find additional solutions to a general equation, use the avoid option to ignore known solutions.

>

Complex Solutions: To search for a complex solution or find all complex and real roots for a univariate polynomial,
specify the complex option for the fsolve command.
4.4 Solving Equations • 91

>

If the fsolve command does not find any solutions, it is recommended that you specify a range in which to search for
solutions, or specify an initial value.

Range: To search for a solution in a range, specify the range in the calling sequence. The range can be real or complex.

>

The syntax for specifying a region in the complex plane is lower-left point..upper-right point.

>

Initial Values: You can specify a value for each unknown. The fsolve command uses these as initial values for the
unknowns in the numerical method.

>
(4.9)

For more information and examples, refer to the fsolve/details help page.

For information on verifying and using solutions returned by the fsolve command, see the following section, Working
with Solutions.

Working with Solutions


Verifying: It is recommended that you always verify solutions (that the solve and fsolve commands return) using the
eval command.

>

>

(4.10)

>

(4.11)

>
92 • 4 Basic Computations

>
(4.12)

>
(4.13)

For more information, see Substituting a Value for a Subexpression (page 279).

Assigning the Value of a Solution to a Variable: To assign the value of a solution to the corresponding variable as
an expression, use the assign command.

For example, consider the numeric solution in (4.9), , found using the starting value .

>

>

Creating a Function from a Solution: The assign command assigns a value as an expression to a name. It does not
define a function. To convert a solution to a function, use the unapply command.

Consider one of the solutions for q to the equation .

>

>

Here, solutions[1] selects the first element of the list of solutions. For more information on selecting elements, see
Accessing Elements (page 263).

You can evaluate this function at symbolic or numeric values.


4.4 Solving Equations • 93

>

>

>

For more information on defining and using functions, see Functional Operators (page 268).

Other Specialized Solvers


In addition to equations and inequations, Maple can solve other equations including:
• Ordinary differential equations (ODEs)
• Partial differential equations (PDEs)
• Integer equations
• Integer equations in a finite field
• Linear systems
• Recurrence relations

Ordinary Differential Equations (ODEs)


Maple can solve ODEs and ODE systems, including initial value and boundary value problems, symbolically and nu-
merically.

ODE Analyzer Assistant The ODE Analyzer Assistant is a point-and-click interface to the Maple ODE solving
routines.

To open the ODE Analyzer:


• From the Tools menu, select Assistants, and then ODE Analyzer.

Maple inserts the dsolve[interactive]() calling sequence in the document. The ODE Analyzer Assistant (Figure 4.3)
is displayed.
94 • 4 Basic Computations

Figure 4.3: ODE Analyzer Assistant

In the main ODE Analyzer Assistant window, you can define ODEs, initial or boundary value conditions, and para-

meters. To define derivatives, use the diff command. For example, diff(x(t), t) corresponds to and

diff(x(t), t, t) corresponds to For more information on the diff command, see The diff

Command (page 136).

After defining an ODE, you can solve it numerically or symbolically.

To solve a system numerically using the ODE Analyzer Assistant:


1. Ensure that the conditions guarantee uniqueness of the solution.
2. Ensure that all parameters have fixed values.
3. Click the Solve Numerically button.
4. In the Solve Numerically window (Figure 4.4), you can specify the numeric method and relevant parameters and
error tolerances to use for solving the problem.
5. To compute solution values at a point, click the Solve button.
4.4 Solving Equations • 95

x
Figure 4.4: ODE Analyzer Assistant: Solve Numerically Dialog

To solve a system symbolically using the ODE Analyzer Assistant:


1. Click the Solve Symbolically button.
2. In the Solve Symbolically window (Figure 4.5), you can specify the method and relevant method-specific options
to use for solving the problem.
3. To compute the solution, click the Solve button.
96 • 4 Basic Computations

Figure 4.5: ODE Analyzer Assistant: Solve Symbolically Dialog

When solving numerically or symbolically, you can view a plot of the solution by clicking the Plot button.
• To plot the solution to a symbolic problem, all conditions and parameters must be set.
• To customize the plot, click the Plot Options button to open the Plot Options window.

To view the corresponding Maple commands as you solve the problem or plot the solution, select the Show Maple
commands check box.

You can control the return value of the ODE Analyzer using the On Quit, Return drop-down list. You can select to
return nothing, the displayed plot, the computed numeric procedure (for numeric solutions), the solution (for symbolic
solutions), or the Maple commands needed to produce the solution values and the displayed plot.

For more information, refer to the ODEAnalyzer help page.

The dsolve Command

The ODE Analyzer provides a point-and-click interface to the Maple dsolve command.

For ODEs or systems of ODEs, the dsolve command can find:


• Closed form solutions
• Numerical solutions
4.4 Solving Equations • 97

• Series solutions

In addition, the dsolve command can find:


• Formal power series solutions to linear ODEs with polynomial coefficients
• Formal solutions to linear ODEs with polynomial coefficients

To access all available functionality, use the dsolve command directly. For more information, refer to the dsolve help
page.

Partial Differential Equations (PDEs)


To solve a PDE or PDE system symbolically or numerically, use the pdsolve command. PDE systems can contain
ODEs, algebraic equations, and inequations.

For example, solve the following PDE symbolically. For help entering a partial derivative, see Example 1 - Enter a
Partial Derivative (page 51).

>

(4.14)

>

The solution is an arbitrary univariate function applied to .

Maple generally prints only the return value, errors, and warnings during a computation. To print information about
the techniques Maple uses, increase the infolevel setting for the command.

To return all information, set infolevel to 5.

>

>
Checking arguments ...
First set of solution methods (general or quasi general solution)
Trying characteristic strip method for first order PDEs
First set of solution methods successful
<- Returning a *general* solution

For more information on solving PDEs, including numeric solutions and solving PDE systems, refer to the pdsolve
help page.

Integer Equations
To find only integer solutions to an equation, use the isolve command. The isolve command finds solutions for all
variables. For more information, refer to the isolve help page.
98 • 4 Basic Computations

>

Integer Equations in a Finite Field


To solve an equation modulo an integer, use the msolve command. The msolve command finds solutions for all variables.
For more information, refer to the msolve help page.

>

Solving Linear Systems


To solve a linear system, use the LinearAlgebra[LinearSolve] command. The LinearSolve command returns the
vector x that satisfies A . x = B. For more information, refer to the LinearAlgebra[LinearSolve] help page.

For example, construct an augmented matrix using the Matrix palette (see Creating Matrices and Vectors (page 122))
in which the first four columns contain the entries of A and the final column contains the entries of B.

>

>

For more information on using Maple to solve linear algebra problems, see Linear Algebra (page 122).

Solving Recurrence Relations


To solve a recurrence relation, use the rsolve command. The rsolve command finds the general term of the function.
For more information, refer to the rsolve help page.
4.5 Units, Scientific Constants, and Uncertainty • 99

>

4.5 Units, Scientific Constants, and Uncertainty


In addition to manipulating exact symbolic and numeric quantities, Maple can perform computations with units and
uncertainties.

Maple supports hundreds of units, for example, miles, coulombs, and bars, and provides facilities for adding custom
units.

Maple has a library of hundreds of scientific constants with units, including element and isotope properties.

To support computations with uncertainties, Maple propagates errors through computations.

Units
The Units package in Maple provides a library of units, and facilities for using units in computations. It is fully extensible
so that you can add units and unit systems as required.

Note: Some unit operations are available as task templates (see Tools→Tasks→Browse) and through the context
panel.

Overview of Units
A dimension is a measurable quantity, for example, length or force. The set of dimensions that are fundamental and
independent are known as base dimensions.

In Maple, the base dimensions include length, mass, time, electric current, thermodynamic temperature, amount of
substance, luminous intensity, information, and currency. For a complete list, enter and execute Units[GetDimensions]().

Complex dimensions (or composite dimensions) measure other quantities in terms of a combination of base dimensions.

For example, the complex dimension force is a measurement of

Each dimension, base or complex, has associated units. (Base units measure a base dimension. Complex units measure
a complex dimension.) Maple supports over 40 units of length, including feet, miles, meters, angstroms, microns, and
astronomical units. A length must be measured in terms of a unit, for example, a length of 2 parsecs.

Table 4.4 lists some dimensions, their corresponding base dimensions, and example units.

Table 4.4: Sample Dimensions

Dimension Base Dimensions Example Units


Time time second, minute, hour, day, week, month, year,
millennium, blink, lune
Energy joule, electron volt, erg, watt hour, calorie,
Calorie, British thermal unit

Electric potential volt, abvolt, statvolt

For the complete list of units (and their contexts and symbols) available for a dimension, refer to the corresponding
help page, for example, the Units/length help page for the units of length.
100 • 4 Basic Computations

Each unit has a context. The context differentiates between different definitions of the unit. For example, the standard
and US survey miles are different units of length, and the second is a unit of time and of angle. You can specify the
context for a unit by appending the context as an index to the unit, for example, mile[US_survey]. If you do not specify
a context, Maple uses the default context.

Units are collected into systems, for example, the foot-pound-second (FPS) system and international system, or système
international, (SI). Each system has a default set of units used for measurements. In the FPS system, the foot, pound,
and second are used to measure the dimensions of length, mass, and time. The unit of speed is the foot/second. In SI,
the meter, kilogram, and second are used to measure the dimensions of length, mass, and time. The units of speed,
magnetic flux, and power are the meter/second, weber, and watt, respectively.

Unit Conversions
To convert a value measured in a unit to the corresponding value in a different unit, use the Units Converter.
• From the Tools→Assistants menu, select Units Converter.

The Units Converter application (Figure 4.6) opens.

Figure 4.6: Units Converter Assistant

To perform a conversion:
1. In the Convert text field, enter the numeric value to convert.
2. In the Dimension drop-down list, select the dimensions of the unit.
3. In the From and To drop-down lists, select the original unit and the unit to which to convert.
4. Click Perform Unit Conversion.

The same conversion can be done with the convert/units command.

>

Using the Units Converter, you can convert temperatures and temperature changes.
• To perform a temperature conversion, in the Dimension drop-down list, select temperature(absolute).
• To perform a temperature change conversion, in the Dimension drop-down list, select temperature(relative).

To convert temperature changes, the Units Converter uses the convert/units command. For example, an increase of
32 degrees Fahrenheit corresponds to an increase of almost 18 degrees Celsius.
4.5 Units, Scientific Constants, and Uncertainty • 101

>

To convert absolute temperatures, the Unit Converter uses the convert/temperature command. For example, 32 degrees
Fahrenheit corresponds to 0 degrees Celsius.

>

Applying Units to an Expression


To insert a unit, use the Units palettes. The Units (FPS) palette (Figure 4.7) contains important units from the foot-
pound-second system of units. The Units (SI) palette (Figure 4.8) contains important units from the international
system of units.

Figure 4.7: Units (FPS) Palette

Figure 4.8: Units (SI) Palette

To insert a unit:
• In a Units palette, click a unit symbol.

>

To insert a unit that is unavailable in the palettes:

1. In a Units palette, click the unit symbol . Maple inserts a Unit object with the placeholder selected.
2. In the placeholder, enter the unit name (or symbol). Note that you see double brackets around the unit when you
are editing it.

For example, to enter standard (the default context) miles, you can specify the unit name, mile, or symbol, mi.
As you edit, the unit is enclosed in double brackets:

>

The context of a unit is displayed only if it is not the default context.

Important: In 1-D Math input, the quantity and unit (entered using the top-level Unit command) are a product, not a
single entity. The following calling sequences define different expressions.
102 • 4 Basic Computations

> 1*Unit(m)/(2*Unit(s)); > 1*Unit(m)/2*Unit(s);

Some units support prefixes. For example, SI units support prefixes to names and symbols. You can specify 1000
meters using kilometer or km. For more information, refer to the Units/prefixes help page.

>

Performing Computations with Units


In the default Maple environment, you cannot perform computations with quantities that have units. You can perform
only unit conversions. For more information about the default environment, refer to the Units/default help page.

To compute with expressions that have units, you must load a Units environment, Simple, Standard, or Natural. It is
recommended that you use the Simple environment.

>

In the Simple Units environment, commands that support expressions with units return results with the correct units.

>

>

(4.15)

>

(4.16)

>

For information on differentiation and integration, see Calculus (page 134).

Changing the Current System of Units


If a computation includes multiple units, all units are expressed using units from the current system of units.
4.5 Units, Scientific Constants, and Uncertainty • 103

>
(4.17)

By default, Maple uses the SI system of units, in which length is measured in meters and time is measured in seconds.

>

To view the name of the default system of units, use the Units[UsingSystem] command or view the current selection
for Choose System, under the Convert Output Units section of the context panel.

>
Automatically loading the Units[Simple] subpackage

>

To change the system of units, use the Units[UseSystem] command or click the output and then select the desired
system of units in the Choose System list, under the Convert Output Units section of the context panel.

>

>

Extensibility
You can extend the set of:
• Base dimensions and units
• Complex dimensions
• Complex units
• Systems of units

For more information, refer to the Units[AddBaseUnit], Units[AddDimension], Units[AddUnit], and


Units[AddSystem] help pages.

For more information about units, refer to the Units help page.

Scientific Constants and Element Properties


Computations often require not only units (see Units (page 99)), but also the values of scientific constants, including
properties of elements and their isotopes. Maple supports computations with scientific constants. You can use the built-
in constants and add custom constants.

Overview of Scientific Constants and Element Properties


The ScientificConstants package provides the values of constant physical quantities, for example, the velocity of light
and the atomic weight of sodium. The ScientificConstants package also provides the units for the constant values,
allowing for greater understanding of the equation as well as unit-matching for error checking of the solution.
104 • 4 Basic Computations

The quantities available in the ScientificConstants package are divided into two distinct categories.
• Physical constants
• Chemical element (and isotope) properties

Scientific Constants

List of Scientific Constants


You have access to scientific constants important in engineering, physics, chemistry, and other fields. Table 4.5 lists
some of the supported constants. For a complete list of scientific constants, refer to the ScientificConstants/Physical-
Constants help page.

Table 4.5: Scientific Constants

Name Symbol
Newtonian_constant_of_gravitation G
Planck_constant h
elementary_charge e
Bohr_radius a[0]
deuteron_magnetic_moment mu[d]
Avogadro_constant N[A]
Faraday_constant F

You can specify a constant using either its name or symbol.

Accessing Constant Definition


The GetConstant command in the ScientificConstants package returns the complete definition of a constant.

To view the definition of the Newtonian gravitational constant, specify the symbol G (or its name) in a call to the
GetConstant command.

>

>

For information on accessing a constant's value, units, or uncertainty, see Value, Units, and Uncertainty (page 105).

Element Properties
Maple also contains element properties and isotope properties.

Elements
Maple supports all 117 elements of the periodic table. Each element has a unique name, atomic number, and chemical
symbol. You can specify an element using any of these labels. For a complete list of supported elements, refer to the
ScientificConstants/elements help page.

Maple supports key element properties, including atomic weight (atomicweight), electron affinity (electronaffinity),
and density. For a complete list of element properties, refer to the ScientificConstants/properties help page.
4.5 Units, Scientific Constants, and Uncertainty • 105

Isotopes
Isotopes, variant forms of an element that contain the same number of protons but a different number of neutrons, exist
for many elements.

To see the list of supported isotopes for an element, use the GetIsotopes command.

>

Maple supports isotopes and has a distinct set of properties for isotopes, including abundance, binding energy
(bindingenergy), and mass excess (massexcess). For a complete list of isotope properties, refer to the ScientificCon-
stants/properties help page.

Accessing an Element or Isotope Property Definition


The GetElement command in the ScientificConstants package returns the complete definition of an element or isotope.

>

>

Value, Units, and Uncertainty


To use constants or element properties, you must first construct a ScientificConstants object.

To construct a scientific constant, use the Constant command.

>

To construct an element (or isotope) property, use the Element command.

>

Value
To obtain the value of a ScientificConstants object, use the evalf command.
106 • 4 Basic Computations

>

>

Note: The value returned depends on the current system of units.

Units
To obtain the units for a ScientificConstants object, use the GetUnit command.

>

>

For information on changing the default system of units, for example, from SI to foot-pound-second, see Changing
the Current System of Units (page 102).

Value and Units


If you are performing computations with units, you can access the value and units for a ScientificConstants object by
specifying the units option when constructing the object, and then evaluating the object.

>

>

Uncertainty
The value of a constant is often determined by direct measurement or derived from measured values. Hence, it has an
associated uncertainty. To obtain the uncertainty in the value of a ScientificConstants object, use the GetError
command.

>

>
4.5 Units, Scientific Constants, and Uncertainty • 107

Performing Computations
You can use constant values in any computation. To use constant values with units, use a Units environment as described
in Performing Computations with Units (page 102). For information on computing with quantities that have an uncertainty,
see the following section.

Modification and Extensibility


You can change the definition of a scientific constant or element (or isotope) property.

For more information, refer to the ScientificConstants[ModifyConstant] and ScientificConstants[ModifyElement]


help pages.

You can extend the set of:


• Constants
• Elements (and isotopes)
• Element (or isotope) properties
For more information, refer to the ScientificConstants[AddConstant], ScientificConstants[AddElement], and Sci-
entificConstants[AddProperty] help pages.

For more information about constants, refer to the ScientificConstants help page.

Uncertainty Propagation
Some computations involve uncertainties (or errors). Using the ScientificErrorAnalysis package, you can propagate
the uncertainty in these values through the computation to indicate the possible error in the final result.

The ScientificErrorAnalysis package does not perform interval arithmetic. That is, the error of an object does not
represent an interval in which possible values must be contained. (To perform interval arithmetic, use the Tolerances
package. For more information, refer to the Tolerances help page..) The quantities represent unknown values with a
central tendency. For more information on central tendency, refer to any text on error analysis for the physical sciences
or engineering.

Quantities with Uncertainty


Creating: To construct quantities with uncertainty, use the Quantity command. You must specify the value and un-
certainty. The uncertainty can be defined absolutely, relatively, or in units of the last digit. For more information on
uncertainty specification, refer to the ScientificErrorAnalysis[Quantity] help page.

The output displays the value and uncertainty of the quantity.

>

>

>

>
(4.18)

To specify the error in units of the last digit, the value must be of floating-point type.
108 • 4 Basic Computations

>

To access the value and uncertainty of a quantity with uncertainty, use the evalf and ScientificErrorAnalysis[GetError]
commands.

>

>

Rounding: To round the error of a quantity with uncertainty, use the ApplyRule command. For a description of the
predefined rounding rules, refer to the ScientificErrorAnalysis/rules help page.

>

Units: Quantities with errors can have units. For example, the scientific constants and element (and isotope) properties
in the ScientificConstants packages are quantities with errors and units.

To construct a new quantity with units and an uncertainty, include units in the Quantity calling sequence.

For an absolute error, you must specify the units in both the value and error.

>

>

For a relative error, you can specify the units in only the value.

>

For information on the correlation between, variance of, and covariance between quantities with uncertainty, refer to
the ScientificErrorAnalysis help page.

Performing Computations with Quantities with Uncertainty


Many Maple commands support quantities with uncertainty.

>

>

Compute the value of the derivative of at


4.6 Restricting the Domain • 109

>

>

To convert the solution to a single quantity with uncertainty, use the combine/errors command.

>

The value of the result is:

>

The uncertainty of the result is:

>

Additional Information
For information on topics including:
• Creating new rounding rules,
• Setting the default rounding rule, and
• Creating a new interface to quantities with uncertainty,

refer to the ScientificErrorAnalysis help page.

4.6 Restricting the Domain


By default, Maple computes in the complex number system. Most computations are performed without any restrictions
or assumptions on the variables. Maple often returns results that are extraneous or unsimplified when computing in
the field of complex numbers. Using restrictions, you can more easily and efficiently perform computations in a
smaller domain.

Maple has facilities for performing computations in the real number system and for applying assumptions to variables.

Real Number Domain


To force Maple to perform computations in the field of real numbers, use the RealDomain package.

The RealDomain package contains a small subset of Maple commands related to basic precalculus and calculus
mathematics, for example, arccos, limit, and log, and the symbolic manipulation of expressions and formulae, for ex-
ample, expand, eval, and solve. For a complete list of commands, refer to the RealDomain help page.

After you load the RealDomain package, Maple assumes that all variables are real. Commands return simplified results
appropriate to the field of real numbers.

Table 4.6: Restricting to Real Numbers

Without Loading RealDomain After Loading RealDomain


110 • 4 Basic Computations

In Maple's default environment, without loading After loading RealDomain, the answers are simplified.
RealDomain, the answers are correct for the entire complex
field. >

> >
(4.19) (4.22)

> >

(4.20) (4.23)

> >
(4.24)
(4.21)

Complex return values are excluded or replaced by


undefined.
>
>

>
>

After loading the RealDomain package, you can also use the context-sensitive items for simplify and solve to perform
computations in the field of real numbers. For example, using the context panel item Simplify > Simplify,

Assumptions on Variables
To simplify problem solving, it is recommended that you always apply any known assumptions to variables. You can
impose assumptions using the assume command. To apply assumptions for a single computation, use the assuming
command.

Note: The assume and assuming commands are not supported by the RealDomain package.

The assume Command


You can use the assume command to set variable properties, for example, x::real, and relationships between variables,
for example, x < 0 or x < y. For information on valid properties, refer to the assume help page. For information on the
double colon (::) operator, refer to the type help page.

The assume command allows improved simplification of symbolic expressions, especially multiple-valued functions,
for example, computing the square root.

To assume that x is a positive real number, use the following calling sequence. Then compute the square root of .
4.6 Restricting the Domain • 111

>

The trailing tilde (~) on the name x indicates that it carries assumptions.

When you use the assume command to place another assumption on x, all previous assumptions are removed.

>

Displaying Assumptions: To view the assumptions on an expression, use the about command.

>
Originally x, renamed x~:
is assumed to be: RealRange(-infinity,Open(0))

Imposing Multiple Assumptions: To simultaneously impose multiple conditions on an expression, specify multiple
arguments in the assume calling sequence.

>

To specify additional assumptions without replacing previous assumptions, use the additionally command. The syntax
of the additionally calling sequence is the same as that of the assume command.

>
Originally x, renamed x~:
is assumed to be: 1

The only integer in the open interval (0, 2) is 1.

Testing Properties: To test whether an expression always satisfies a condition, use the is command.

>

The following test returns false because there are values of x and y (x = 0, y = 10) that satisfy the assumptions, but do
not satisfy the relation in the is calling sequence.

>

To test whether an expression can satisfy a condition, use the coulditbe command.

>

Removing Assumptions: To remove all assumptions on a variable, unassign its name.

>
112 • 4 Basic Computations

For more information, see Unassigning Names (page 73).

For more information on the assume command, refer to the assume help page.

The assuming Command


To perform a single evaluation under assumptions on the names in an expression, use the assuming command.

The syntax of the assuming command is <expression> assuming <property or relation>. Properties and relations are
introduced in The assume Command (page 110).

The frac command returns the fractional part of an expression.

>

Using the assuming command is equivalent to imposing assumptions with the assume command, evaluating the ex-
pression, and then removing the assumptions.

>
x:
nothing known about this object

If you do not specify the names to which to apply a property, it is applied to all names.

>

Assumptions placed on names using the assume command are ignored by the assuming command, unless you include
the additionally option.

>

>

>

The assuming command does not affect variables inside procedures. (For information on procedures, see
Procedures (page 298).) You must use the assume command.
4.6 Restricting the Domain • 113

> f := proc(x) sqrt(a^2) + x end proc;

>

>

For more information on the assuming command, refer to the assuming help page.
114 • 4 Basic Computations
5 Mathematical Problem Solving
This chapter focuses on solving problems in specific mathematical disciplines. The areas described below are not all
that Maple provides, but represent the most commonly used packages. Examples are provided to teach you how to use
the different methods of calculation available in Maple, including tutors, assistants, commands, task templates, plotting,
and context-sensitive operations.

The examples in this chapter assume knowledge of entering commands and mathematical symbols. For information,
see Entering Expressions (page 14). For information on basic computations, including integer operations and solving
equations, see Basic Computations (page 79).

5.1 In This Chapter


Section Topics
Algebra (page 115) - Performing algebra computations • Polynomial Algebra
Linear Algebra (page 122) - Performing linear algebra • Creating Matrices and Vectors
computations • Accessing Entries in Matrices and Vectors
• Linear Algebra Computations
• Student LinearAlgebra Package
Calculus (page 134) - Performing calculus computations • Limits
• Differentiation
• Series
• Integration
• Differential Equations
• Calculus Packages
Optimization (page 143) - Performing optimization computations • Point-and-Click Interface
using the Optimization package • Efficient Computation
• MPS(X) File Support
Statistics (page 147) - Performing statistics computations using • Probability Distributions and Random Variables
the Statistics package • Statistical Computations
• Plotting
Teaching and Learning with Maple (page 151) - Student and • Table of Student and Instructor Resources
Instructor resources for using Maple in an academic setting • Student Packages and Tutors
Clickable MathTM (page 163) - Solve math problems using some • Step-by-Step examples
of the interactive methods available in Maple

5.2 Algebra
Maple contains a variety of commands that perform integer operations, such as factoring and modular arithmetic, as
described in Integer Operations (page 82). In addition, it supports polynomial algebra.

For information on matrix and vector algebra, see Linear Algebra (page 122).

115
116 • 5 Mathematical Problem Solving

Polynomial Algebra
A Maple polynomial is an expression in powers of an unknown. Univariate polynomials are polynomials in one unknown,
for example, Multivariate polynomials are polynomials in multiple unknowns, such as

The coefficients can be integers, rational numbers, irrational numbers, floating-point numbers, complex numbers,
variables, or a combination of these types.

>

Arithmetic
The polynomial arithmetic operators are the standard Maple arithmetic operators excluding the division operator (/).
(The division operator accepts polynomial arguments, but does not perform polynomial division.)

Polynomial division is an important operation. The quo and rem commands find the quotient and remainder of a
polynomial division. See Table 5.1. (The iquo and irem commands find the quotient and remainder of an integer division.
For more information, see Integer Operations (page 82).)

Table 5.1: Polynomial Arithmetic Operators

Operation Operator Example


Addition
>

Subtraction
>

Multiplication1 *
>

Division: Quotient and quo


Remainder
>
rem

>

Exponentiation2 ^
>
5.2 Algebra • 117

Operation Operator Example


1
You can specify multiplication explicitly by entering *, which displays in 2-D Math as . In 2-D
Math, you can also implicitly multiply by placing a space character between two expressions. In
some cases, the space character is optional. For example, Maple interprets a number followed by a
name as an implicit multiplication.
2
In 2-D Math, exponents display as superscripts.

To expand a polynomial, use the expand command.

>

If you need to determine whether one polynomial divides another, but do not need the quotient, use the divide command.
The divide command tests for exact polynomial division.

>

Important: You must insert a space character or a multiplication operator ( ) between adjacent variables names.
Otherwise, they are interpreted as a single variable.

For example, without a space, is considered a single variable, and does not divide the single variable

>

But, divides the product of and

>

For information on polynomial arithmetic over finite rings and fields, refer to the mod help page.

Sorting Terms
To sort the terms of a polynomial, use the sort command.

>

>

Note: The sort command returns the sorted polynomial, and updates the order of the terms in the polynomial.

The terms of p1 are sorted.


118 • 5 Mathematical Problem Solving

>

To specify the unknowns of the polynomial and their ordering, include a list of names.

>

>

By default, the sort command sorts a polynomial by decreasing total degree of the terms.

>

>

The first term has total degree 4. The other two terms have total degree 3. The order of the final two terms is determined
by the order of their names in the list.

To sort the terms by pure lexicographic order, that is, first by decreasing order of the first unknown in the list option,
and then by decreasing order of the next unknown in the list option, specify the 'plex' option.

>

For information on enclosing keywords in right single quotes ('), see Delaying Evaluation (page 285).

The first term contains to the power 3; the second, to the power 2; and the third, to the power 0.

Using context-sensitive operations, you can perform operations, such as sorting, for polynomials and many other Maple
objects.

To sort a polynomial:
1. Select the polynomial.
2. From the Context Panel, under the Sorts menu, select:
• Single-variable, and then the unknown, or,
• Two-variable (or Three-variable), Pure Lexical or Total Degree, and then the sort priority of the unknowns.

See Figure 5.1.


5.2 Algebra • 119

Figure 5.1: Sorting a Polynomial Using the Context Panel

Maple sorts the polynomial.

In Worksheet mode, Maple inserts the calling sequence that performs the sort followed by the sorted polynomial. For
this example, choose Sorts > Two-variable > Pure Lexical > y,x.

>

>

(5.1)
120 • 5 Mathematical Problem Solving

You can use the Context Panel to perform context-sensitive operations on 2-D Math content including output. For
more information, see Computing with the Context Panel (page 54) (for Document mode) or The Context
Panel (page 69) (for Worksheet mode).

Collecting Terms
To collect the terms of polynomial, use the collect command.

>

Coefficients and Degrees


Maple has several commands that return coefficient and degree values for a polynomial. See Table 5.2.

Table 5.2: Polynomial Coefficient and Degree Commands

Command Description Example


coeff Coefficient of specified degree term
>

lcoeff Leading coefficient


>

tcoeff Trailing coefficient


>

coeffs Sequence of all coefficients, in one-to-one


correspondence with the terms >

Note: It does not return zero coefficients

degree (Highest) degree


>

ldegree Lowest degree term with a non-zero


coefficient >

Factorization
To express a polynomial in fully factored form, use the factor command.
5.2 Algebra • 121

>

The factor command factors the polynomial over the ring implied by the coefficients, for example, integers. You can
specify an algebraic number field over which to factor the polynomial. For more information, refer to the factor help
page. (The ifactor command factors an integer. For more information, see Integer Operations (page 82).)

To solve for the roots of a polynomial, use the solve command. For information on the solve command, see Solving
Equations and Inequations (page 86). (The isolve command solves an equation for integer solutions. For more inform-
ation, see Integer Equations (page 97).)

Other Commands
Table 5.3 lists other commands available for polynomial operations.

Table 5.3: Select Other Polynomial Commands

Command Description
content Content (multivariate polynomial)
compoly Decomposition
discrim Discriminant
gcd Greatest common divisor (of two polynomials)
gcdex Extended Euclidean algorithm (for two polynomials)
CurveFitting[PolynomialInterpolation] Interpolating polynomial (for list of points)

See also the CurveFitting Assistant (Tools → Assistants


→ Curve Fitting)
lcm Least common multiple (of two polynomials)
norm Norm
prem Pseudo-remainder (of two multivariate polynomials)
primpart Primitive part (multivariate polynomial)
randpoly Random polynomial
PolynomialTools[IsSelfReciprocal] Determine whether self-reciprocal
resultant Resultant (of two polynomials)
roots Exact roots (over algebraic number field)
sqrfree Square-free factorization (multivariate polynomial)

Additional Information

Table 5.4: Additional Polynomial Help

Topic Resource
General polynomial information polynom help page
PolynomialTools package PolynomialTools package overview help page
Algebraic manipulation of numeric polynomials SNAP (Symbolic-Numeric Algorithms for Polynomials) package
overview help page
Polynomial information and commands Maple Help System Table of Contents:
Mathematics→Algebra→Polynomials section
122 • 5 Mathematical Problem Solving

5.3 Linear Algebra


Linear algebra operations act on Matrix and Vector data structures.

You can perform many linear algebra operations using task templates. In the Task Browser (Tools → Tasks →
Browse), expand the Linear Algebra folder.

Creating Matrices and Vectors

Creating Matrices
You can create a Matrix using
• The Matrix command
• The angle bracket shortcut notation
• The Matrix palette (see Figure 5.2).

When creating a Matrix using the Matrix command, there are several input formats available. For example, enter a list
of lists. The dimensions of the matrix are inferred from the number of entries given.

>

Alternatively, use the angle bracket shortcut, <>. Separate items in a column with commas, and separate columns with
vertical bars, |.

>

For information on the Matrix command options, see Creating Matrices and Vectors with Specific Properties (page 126).
5.3 Linear Algebra • 123

Use the Matrix palette to interactively create a matrix without commands:

Figure 5.2: Matrix Palette

In the Matrix palette, you can specify the matrix size (see Figure 5.3) and properties. To insert a matrix, click the Insert
Matrix button.

Figure 5.3: Matrix Palette: Choosing the Size

After inserting the matrix:


1. Enter the values of the entries. To move to the next entry placeholder, press Tab.
2. After specifying all entries, press Enter.
124 • 5 Mathematical Problem Solving

>

Creating Vectors
You can create a Vector using angle brackets (< >).

To create a column vector, specify a comma-delimited sequence, <a, b, c>. The number of elements is inferred from
the number of expressions.

>

To create a row vector, specify a vertical-bar-delimited (|) sequence, <a | b | c>. The number of elements is inferred
from the number of expressions.

>

For information on the Vector command options, refer to the Vector help page.

You can also create vectors using the Matrix palette. If either the number of rows or number of columns specified is
1, then you have the option of inserting a matrix, or inserting a vector of the appropriate type. See Figure 5.4.

Figure 5.4: Insert Matrix or Insert Vector

Viewing Large Matrices and Vectors

Matrices and smaller, and vectors with 10 or fewer elements, display in the document. Larger objects are
displayed as a placeholder.
5.3 Linear Algebra • 125

For example, insert a matrix.

In the Matrix palette:


1. Specify the dimensions: 15 rows and 15 columns.
2. In the Type drop-down list, select a matrix type, for example, Random.
3. Click Insert Matrix. Maple inserts a placeholder.

>

To edit or view a large matrix or vector, double-click the placeholder. This launches the Matrix Browser. See Figure 5.5.

Figure 5.5: Matrix Browser

To modify the entries using the Matrix Browser:


1. Select the Table tab.
2. Double-click an entry, and then edit its value. Press Enter.
3. Repeat for each entry to edit.
4. When you have finished updating entries, click Done.

You can view the matrix or vector as a table or as an image, which can be inserted into the document. For more inform-
ation, refer to the MatrixBrowser help page.
126 • 5 Mathematical Problem Solving

To set the maximum dimension of matrices and vectors displayed inline:


• Use the interface command with the rtablesize option.

For example, interface(rtablesize = 15).

For more information, refer to the interface help page.

Creating Matrices and Vectors with Specific Properties


By default, matrices and vectors can store any values. To increase the efficiency of linear algebra computations, create
matrices and vectors with properties. You must specify the properties, for example, the matrix shape or data type, when
defining the object.

The Matrix palette (Figure 5.2) supports several properties.

To specify the matrix type:


• Use the Shape and Type drop-down lists.

To specify the data type:


• Use the Data type drop-down list.

For example, define a diagonal matrix with small integer coefficients.

In the Matrix palette:

1. Specify the size of the matrix, for example, .


2. In the Shapes drop-down list, select Diagonal.
3. In the Data type drop-down list, select integer[1].
4. Click the Insert Matrix button.
5. Enter the values in the diagonal entries.

>

You cannot specify properties when defining vectors using the angle-bracket notation. You must use the Vector con-
structor.
To define a column vector using the Vector constructor, specify:
• The number of elements. If you explicitly specify all element values, this argument is not required.
• A list of expressions that define the element values.
• Parameters such as shape, datatype, and fill that set properties of the vector.

The following two calling sequences are equivalent.


5.3 Linear Algebra • 127

>

>

To create a row vector using the Vector constructor, include row as an index.

>

>

The Matrix palette does not support some properties. To set all properties, use the Matrix constructor.

To define a matrix using the Matrix constructor, specify:


• The number of rows and columns. If you explicitly specify all element values, these arguments are not required.
• A list of lists that define the element values row-wise.
• Parameters such as shape, datatype, and fill that set properties of the matrix.

For example:

>

The Matrix palette cannot fill the matrix with an arbitrary value. Use the fill parameter.

>

For more information on the constructors, including other calling sequence syntaxes and parameters, refer to the storage,
Matrix, and Vector help pages.

See also Numeric Computations (page 134).


128 • 5 Mathematical Problem Solving

Accessing Entries in Matrices and Vectors

Matrices
To select an entry in a Matrix, enter the matrix name with a sequence of two non-zero integer indices, row first.

>

>

To select an entire row, enter a single index; to select an entire column, enter first the entire range of rows, then
the column index.

>

>

Similarly, you can access submatrices. Enter the indices as a list or range.

>

Vectors
To select an entry in a vector, enter the vector name with a non-zero integer index.

>

>

Negative integers select entries from the end of the vector.


5.3 Linear Algebra • 129

>

To create a Vector consisting of multiple entries, specify a list or range of integers in the index. For more information,
refer to the set and range help pages.

>

>

Linear Algebra Computations


Maple has extensive support for linear algebra. You can perform many matrix and vector computations using context-
sensitive operations. Matrix operations such as multiplication and inverses can be done with the basic matrix arithmetic
operators. The LinearAlgebra package provides the full range of Maple commands for linear algebra and vector space
computations, queries, and linear system solving.

Matrix Arithmetic
The matrix and vector arithmetic operators are the standard Maple arithmetic operators up to the following two differ-
ences.
• The scalar multiplication operator is the asterisk (*), which displays in 2-D Math as . The noncommutative matrix
and vector multiplication operator is the period (.).
• There is no division operator (/) for matrix algebra. (You can construct the inverse of a matrix using the exponent
.)

Table 5.5 lists the basic matrix operators.

>

Table 5.5: Matrix and Vector Arithmetic Operators

Operation Operator Example


Addition >
130 • 5 Mathematical Problem Solving

Operation Operator Example


Subtraction >

Multiplication . >

Scalar Multiplication1 * >

>

Exponentiation2 ^
>

>

1
You can specify scalar multiplication explicitly by entering *, which displays in 2-D Math as .
In 2-D Math, you can also implicitly multiply a scalar and a matrix or vector by placing a space
character between them. In some cases, the space character is optional. For example, Maple interprets
a number followed by a name as an implicit multiplication.
2
In 2-D Math, exponents display as superscripts.

A few additional matrix and vector operators are listed in Table 5.6.

Define two column vectors.

>

Table 5.6: Select Matrix and Vector Operators

Operation Operator Example


Transpose ^%T 1
>
5.3 Linear Algebra • 131

Operation Operator Example


Hermitian Transpose ^%H 1

>

Cross Product &x2 >


(3-D vectors only)
>

1
Exponential operators display in 2-D Math as superscripts.
2
After loading the LinearAlgebra package, the cross product operator is available as the infix
operator &x . Otherwise, it is available as the LinearAlgebra[CrossProduct] command.

For information on matrix arithmetic over finite rings and fields, refer to the mod help page.

Point-and-Click Interaction
Using the Context Panel, you can perform many matrix and vector operations.

Matrix operations available in the Context Panel include the following.


• Perform standard operations: determinant, inverse, norm (1, Euclidean, infinity, or Frobenius), transpose, and trace
• Compute eigenvalues, eigenvectors, and singular values
• Compute the dimension or rank
• Convert to the Jordan form, or other forms
• Perform Cholesky decomposition and other decompositions
132 • 5 Mathematical Problem Solving

For example, compute the infinity norm of a matrix. See Figure 5.6.

Figure 5.6: Computing the Infinity Norm of a Matrix

In Document mode, Maple inserts a right arrow and the name of the computation performed, followed by the norm.

Vector operations available in the Context Panel include the following.


• Compute the dimension
• Compute the norm (1, Euclidean, and infinity)
• Compute the transpose
• Select an element

For more information on context-sensitive operations, see Computing with the Context Panel (page 54) (for Document
mode) or The Context Panel (page 69) (for Worksheet mode).

LinearAlgebra Package Commands


The LinearAlgebra package contains commands that construct and manipulate matrices and vectors, compute standard
operations, perform queries, and solve linear algebra problems.

Table 5.7 lists some LinearAlgebra package commands. For a complete list, refer to the LinearAlgebra/Details help
page.
5.3 Linear Algebra • 133

Table 5.7: Select LinearAlgebra Package Commands

Command Description
Basis Return a basis for a vector space
CrossProduct Compute the cross product of two vectors
DeleteRow Delete a row or rows of a matrix
Dimension Determine the dimension of a matrix or a vector
Eigenvalues Compute the eigenvalues of a matrix
Eigenvectors Compute the eigenvectors of a matrix
FrobeniusForm Reduce a matrix to Frobenius form
GaussianElimination Perform Gaussian elimination on a matrix
HessenbergForm Reduce a square matrix to Hessenberg form
HilbertMatrix Construct a generalized Hilbert matrix
IsOrthogonal Test if a matrix is orthogonal
LeastSquares Compute the least-squares approximation to A . x = b
LinearSolve Solve the linear system A . x = b
MatrixInverse Compute the inverse of a square matrix or pseudo-inverse of a non-square matrix
QRDecomposition Compute the QR factorization of a matrix
RandomMatrix Construct a random matrix
SylvesterMatrix Construct the Sylvester matrix of two polynomials

For information on arithmetic operations, see Matrix Arithmetic (page 129).

For information on selecting entries, subvectors, and submatrices, see Accessing Entries in Matrices and
Vectors (page 128).

Example: Determine a basis for the space spanned by the set of vectors {(2, 13, -15), (7, -2, 13), (5, -4, 9)}. Express
the vector (25, -4, 9) with respect to this basis.

>

>

Find a basis for the vector space spanned by these vectors, and then construct a matrix from the basis vectors.

>

To express (25, -4, 9) in this basis, use the LinearSolve command.

>
134 • 5 Mathematical Problem Solving

Numeric Computations
You can very efficiently perform computations on large matrices and vectors that contain floating-point data using the
built-in library of numeric linear algebra routines. Some of these routines are provided by the Numerical Algorithms
Group (NAG®). Maple also contains portions of the CLAPACK and optimized ATLAS libraries.

For information on performing efficient numeric computations using the LinearAlgebra package, refer to the Effi-
cientLinearAlgebra help page.

See also Creating Matrices and Vectors with Specific Properties (page 126) and Reading from Files (page 321).

Student LinearAlgebra Package


The Student package contains subpackages that help instructors teach concepts and allow students to visualize and
explore ideas. These subpackages also contain computational commands.

In the Student[LinearAlgebra] subpackage, the environment differs from that of the LinearAlgebra package in that
floating-point computations are generally performed using software precision, instead of hardware precision, and
symbols are generally assumed to represent real, rather than complex, quantities. These defaults, and others, can be
controlled using the SetDefault command. For more information, refer to the Student[SetDefault] help page.

For information on using Maple as a teaching and learning tool, see Teaching and Learning with Maple (page 151).

5.4 Calculus
The Task Browser (Tools→Tasks→Browse) contains numerous calculus task templates. For a list of tasks, navigate
to one of the related folders, such as Calculus, Differential Equations, Multivariate Calculus, or Vector Calculus.

This section describes the key Maple calculus commands, many of which are used in task templates or available in the
Context Panel.

For a complete list of calculus commands, refer to the Mathematics (including Calculus, Differential Equations,
Power Series, and Vector Calculus subfolders) and Student Package sections of the Maple Help System Table of
Contents.

Limits
To compute the limit of an expression as the independent variable approaches a value:

1. In the Calculus palette, click the limit item .


2. Specify the independent variable, limit point, and expression, and then evaluate it. Press Tab to move to the next
placeholder.

For example:

>

The limit Command


By default, Maple searches for the real bidirectional limit (unless the limit point is ∞ or -∞). To specify a direction,
include one of the options left, right, real, or complex in a call to the limit command. See Table 5.8.
5.4 Calculus • 135

Table 5.8: Limits

Limit Command Syntax Output


undefined
>

>

>

Using the limit command, you can also compute multidimensional limits.

>

For more information on multidimensional limits, refer to the limit/multi help page.

Numerically Computing a Limit


To numerically compute a limit:
• Use the evalf(Limit(arguments)) calling sequence.

Important: Use the inert Limit command, not the limit command. For more information, refer to the limit help page.

The Limit command accepts the same arguments as the limit command.

For example:

>

For information on the evalf command, see Numerical Approximation (page 281).

The Limit command does not compute the limit. It returns an unevaluated limit.

>

For more information on the Limit command, refer to the Limit help page.

Differentiation
Maple can perform symbolic and numeric differentiation.

To differentiate an expression:

1. In the Calculus palette, click the differentiation item or the partial differentiation item .
2. Specify the expression and independent variable, and then evaluate it.
136 • 5 Mathematical Problem Solving

For example, to differentiate with respect to :

>

You can also differentiate using the Context Panel. For more information, see The Context Panel (page 32).

To calculate a higher order or partial derivative, edit the derivative symbol inserted. For example, to calculate the
second derivative of with respect to :

>

To calculate the mixed partial derivative of :

>

Note: To enter another symbol, you can copy and paste the existing symbol, or enter d and use symbol completion.

The diff Command


Maple computes derivatives using the diff command. To directly use the diff command, specify the expression to dif-
ferentiate and the variable.

>

(5.2)

>
(5.3)

For information on equation labels such as (5.2), see Equation Labels (page 74).

You can calculate a higher order derivative by specifying a sequence of differentiation variables. Maple recursively
calls the diff command.

>

(5.4)

To calculate a partial derivative, use the same syntax. Maple assumes that the derivatives commute.
5.4 Calculus • 137

>

To enter higher order derivatives, it is convenient to use the syntax diff(f, x$n). This syntax can also be used to compute
the symbolic nth order derivative.

For example:

>

Differentiating an Operator
You can also specify a mathematical function as a functional operator (a mapping). For a comparison of operators and
other expressions, see Distinction between Functional Operators and Other Expressions (page 269).

To find the derivative of a functional operator:


• Use the D operator.

The D operator returns a functional operator.

For example, find the derivative of an operator that represents the mathematical function

First, define the operator F.

1. In the Expression palette, click the single-variable function definition item .


2. Enter placeholder values.
• To move to the next placeholder, press the Tab key. Note: If pressing the Tab key inserts a tab, click the Tab icon
in the toolbar.

>

Now, define the operator, G, that maps to the derivative of

>

F and G evaluated at return the expected values.

>
138 • 5 Mathematical Problem Solving

For more information on the D operator, refer to the D help page. For a comparison of the diff command and D oper-
ator, refer to the diffVersusD help page.

Directional Derivative
To compute and plot a directional derivative, use the Directional Derivative Tutor. The tutor computes a floating-
point value for the directional derivative.

To launch the tutor:


• From the Tools menu, select Tutors, Calculus - Multivariate, and then Directional Derivatives. Maple launches
the Directional Derivative Tutor. See Figure 5.7.

Figure 5.7: Directional Derivative Tutor

To compute a symbolic value for the directional derivative, use the Student[MultivariateCalculus][DirectionalDe-
rivative] command. The first list of numbers specifies the point at which to compute the derivative. The second list of
numbers specifies the direction in which to compute the derivative.

For example, at the point the gradient of points in the direction which is the direction of
greatest increase. The directional derivative in the orthogonal direction is zero.

>
5.4 Calculus • 139

>

>

Series
To generate the Taylor series expansion of a function about a point, use the taylor command.

>

Note: If a Taylor series does not exist, use the series command to find a general series expansion.

For example, the cosine integral function does not have a taylor series expansion about 0. For more information, refer
to the Ci help page.

>
Error, does not have a taylor expansion, try series()

To generate a truncated series expansion of a function about a point, use the series command.

>

By default, Maple performs series calculations up to order 6. To use a different order, specify a non-negative integer
third argument.

>

To set the order for all computations, use the Order environment variable. For information about the Order variable
and the term, refer to the Order help page.

The expansion is of type series. Some commands do not accept arguments of type series. To use the expansion, you
must convert it to a polynomial using the convert/polynom command.
140 • 5 Mathematical Problem Solving

>

For information on Maple types and type conversions, see Maple Expressions (page 263).

For information on plotting, see Plots and Animations (page 187).

Integration
Maple can perform symbolic and numeric integration.

To compute the indefinite integral of an expression:

1. In the Calculus palette, click the indefinite integration item .


2. Specify the integrand and variable of integration, and then evaluate it.

For example, to integrate with respect to x:

>

Recall that you can also enter symbols, including and using symbol completion.

• Enter the symbol name (or part of the name), for example, int or d, and then press the completion shortcut key.

For more information, see Symbol Names (page 22).

You can also compute an indefinite integral using the Context Panel. For more information, see The Context
Panel (page 32).
5.4 Calculus • 141

To compute the definite integral of an expression:

1. In the Calculus palette, click the definite integration item .


2. Specify the endpoints of the interval of integration, integrand expression, and variable of integration, and then
evaluate it.

For example, to integrate over the interval (0, ):

>

Maple treats the parameter a as a complex number. As described in Assumptions on Variables (page 110), you can
compute under the assumption that a is a positive, real number using the assuming command.

>

To compute iterated integrals, line integrals, and surface integrals, use the task templates (Tools → Tasks → Browse)
in the Multivariate and Vector Calculus folders.

The int Command

and use the int command. To use the int command directly, specify the following arguments.

• Expression to integrate
• Variable of integration

>
(5.5)

>

(5.6)

For a definite integration, set the variable of integration equal to the interval of integration.

>

(5.7)
142 • 5 Mathematical Problem Solving

Numeric Integration
To perform numeric integration:
• Use the evalf(Int(arguments)) calling sequence.

Important: Use the inert Int command, not the int command. For more information, refer to the int help page.

In addition to the arguments accepted by the int command, you can include optional arguments such as method, which
specifies the numeric integration method.

>

For information on the evalf command, see Numerical Approximation (page 281).

For information on numeric integration, including iterated integration and controlling the algorithm, refer to the evalf/Int
help page.

Differential Equations
Maple has a powerful set of solvers for ordinary differential equations (ODEs) and partial differential equations (PDEs),
and systems of ODEs and PDEs.

For information on solving ODEs and PDEs, see Other Specialized Solvers (page 93).

Calculus Packages
In addition to top-level calculus commands, Maple contains calculus packages.

VectorCalculus Package
The VectorCalculus package contains commands that perform multivariate and vector calculus operations on Vector-
Calculus vectors (vectors with an additional coordinate system attribute) and vector fields (vectors with additional
coordinate system and vectorfield attributes), for example, Curl, Flux, and Torsion.

>

>

>

>

Note: For information on changing the display format in the VectorCalculus package, see the VectorCalculus[Basis-
Format] help page.

Find the curl of VectorField1.


5.5 Optimization • 143

>

Find the flux of VectorField1 through a sphere of radius r at the origin.

>

Compute the torsion of a space curve. The curve must be a vector with parametric function components.

>

For information on the assuming command, see The assuming Command (page 112).

For more information on the VectorCalculus package, including a complete list of commands, refer to the VectorCal-
culus help page.

To find other calculus packages, such as VariationalCalculus, refer to the index/package help page.

Student Calculus Packages


The Student package contains subpackages that help instructors teach concepts and allow students to visualize and
explore ideas. These subpackages also contain computational commands. The Student calculus subpackages include
Calculus1, MultivariateCalculus, and VectorCalculus. The Student[VectorCalculus] package provides a simple
interface to a limited subset of the functionality available in the VectorCalculus package.

For information on using Maple as a teaching and learning tool, and some computational examples, see Teaching and
Learning with Maple (page 151).

5.5 Optimization
Using the Optimization package, you can numerically solve optimization problems. The package uses fast Numerical
Algorithms Group (NAG) algorithms to minimize or maximize an objective function.

The Optimization package solves constrained and unconstrained problems.


• Linear programs
• Quadratic programs
• Nonlinear programs
• Linear and nonlinear least-squares problems

The Optimization package contains local solvers. In addition, for univariate finitely-bounded nonlinear programs with
no other constraints, you can compute global solutions using the NLPSolve command. To find global solutions generally,
purchase the Global Optimization Toolbox. For more information, visit
http://www.maplesoft.com/products/toolboxes.
144 • 5 Mathematical Problem Solving

Point-and-Click Interface
The primary method for solving optimization problems is the Optimization Assistant.

To launch the Optimization Assistant:


• From the Tools menu, select Assistants, and then Optimization.

Maple launches the Optimization Assistant. See Figure 5.8.

Figure 5.8: Optimization Assistant

To solve a problem:
1. Enter the objective function, constraints, and bounds.
2. Select the Minimize or Maximize radio button.
3. Click the Solve button. The solution is displayed in the Solution text box.

You can also enter the problem (objective function, constraints, and bounds) in the calling sequence of the Optimiza-
tion[Interactive] command.

For example, find the maximum value of subject to the constraints .

>

• When the Optimization Assistant opens, select Maximize, then Solve.

After finding a solution, you can plot it. To plot a solution:


• In the Optimization Assistant window, click the Plot button. The Optimization Plotter window is displayed. See
Figure 5.9.
5.5 Optimization • 145

Note: When you close the Optimization Assistant, you can choose to return the solution, problem, command used,
plot, or nothing, using the drop-down in the bottom right corner of the assistant window.

Figure 5.9: Optimization Assistant Plotter Window

For information on the algorithms used to solve optimization problems, refer to the Optimization/Methods help page.

Large Optimization Problems


The Optimization Assistant accepts input in an algebraic form. You can specify input in other forms, described in
the Optimization/InputForms help page, in command calling sequences.

The Matrix form, described in the Optimization/MatrixForm help page, is more complex but offers greater flexibility
and efficiency.

For example, solve the linear program:

Maximize subject to , where is the vector of problem variables.


1. Define the column vector, c, of the linear objective function.

>
146 • 5 Mathematical Problem Solving

>
2. Define the matrix A, the coefficient matrix for the linear inequality constraints.

>
3. Define the column vector b, the linear inequality constraints.

>
4. The QPSolve command solves quadratic programs.

>

This example uses a random data set to demonstrate the problem. You could also read data from an external file as
Matrices, and use that data. For details and an example, see Reading from Files (page 321).

Note: For information on creating matrices and vectors (including how to use the Matrix palette to easily create
matrices), see Linear Algebra (page 122).

For additional information on performing efficient computations, refer to the Optimization/Computation help page.

MPS(X) File Support


To import linear programs from a standard MPS(X) data file, use the ImportMPS command.

Optimization Package Commands


Each Optimization package command solves the problem using a different optimization method. These are described
in Table 5.9, along with the general input form for each command.

Table 5.9: Optimization Package Commands

Command Description
LPSolve Solve a linear program (LP), which involves computing the minimum (or maximum) of a linear
objective function subject to linear constraints; input is in equation or Matrix form
LSSolve Solve a least-squares (LS) problem, which involves computing the minimum of a real-valued

objective function having the form where is a vector


of problem variables, possibly subject to constraints; input is in equation or Matrix form
Maximize Compute a local maximum of an objective function, possibly subject to constraints
Minimize Compute a local minimum of an objective function, possibly subject to constraints
NLPSolve Solve a non-linear program (NLP), which involves computing the minimum (or maximum) of
a real-valued objective function, possibly subject to constraints; input is in equation or Matrix
form
QPSolve Solve a quadratic program (QP), which involves computing the minimum (or maximum) of a
quadratic objective function, possibly subject to linear constraints; input is in equation or Matrix
form

For a complete list of commands and other Optimization package information, refer to the Optimization help page.
5.6 Statistics • 147

5.6 Statistics
The Statistics package provides tools for mathematical statistics and data analysis. The package supports a wide range
of common statistical tasks including quantitative and graphical data analysis, simulation, and curve fitting.

In addition to standard data analysis tools, the Statistics package provides a wide range of symbolic and numeric tools
for computing with random variables. The package supports over 35 major probability distributions and can be extended
to include new distributions.

Probability Distributions and Random Variables


The Statistics package supports:
• Continuous distributions, which are defined along the real line by probability density functions. Maple supports
many continuous distributions, including the normal, Student-t, Laplace, and logistic distributions.
• Discrete distributions, which have nonzero probability only at discrete points. A discrete distribution is defined by
a probability function. Maple supports many discrete distributions, including the Bernoulli, geometric, and Poisson
distributions.

For a complete list of distributions, refer to the Statistics/Distributions help page.

You can define random variables by specifying a distribution in a call to the RandomVariable command.

>

>

Find the probability distribution function for X. (For information on statistics computations, see Statistical
Computations (page 148).)

>

Adding Custom Distributions


To add a new distribution, specify a probability distribution in a call to the Distribution command.

>

To construct a piecewise-continuous function in 1-D Math, use the piecewise command, for example, t ->
piecewise(t < 0, 0, t < 3, 1/3, 0).

Define a new random variable with this distribution.


148 • 5 Mathematical Problem Solving

>

Calculate the mean value of the random variable.

>

Statistical Computations
In addition to basic functions, like mean, median, standard deviation, and percentile, the Statistics package contains
commands that compute, for example, the interquartile range and hazard rate.

Example 1 - Interquartile Range


Compute the average absolute range from the interquartile of the Rayleigh distribution with scale parameter 3.

>

To compute the result numerically:


• Specify the 'numeric' option.

>

Example 2 - Hazard Rate


Compute the hazard rate of the Cauchy distribution with location and scale parameters a and b at an arbitrary point
t.

>

You can specify a value for the point t.


5.6 Statistics • 149

>

You can also specify that Maple compute the result numerically.

>

For more information, refer to the Statistics/DescriptiveStatistics help page.

Plotting
You can generate statistical plots using the visualization commands in the Statistics package. Available plots include:
• Bar chart
• Frequency plot
• Histogram
• Pie chart
• Scatter plot

For example, create a scatter plot for a distribution of points that vary from by a small value determined
by a normally distributed sample.

>

>

>

>
150 • 5 Mathematical Problem Solving

>

To fit a curve to the data points, include the optional fit equation parameter.

Using the plots[display] command, create a plot that contains:


• a scatter plot of the data points

• a quartic polynomial fitted to the data points:

• the function

>

>
5.7 Teaching and Learning with Maple • 151

>

For more information on statistical plots, refer to the Statistics/Visualization help page.

For an overview of plotting, see Plots and Animations (page 187).

Student Statistics Package


The Student[Statistics] package helps instructors teach concepts and allows students to understand and explore concepts
in a introductory statistics course. The Student[Statistics] package provides a simple interface to a limited subset of
the functionality available in the Statistics package, as well as some additional resources. You can create and explore
random distributions, perform hypothesis testing, and more.

The Student Statistics Example worksheet provides some starting examples.

Additional Information
For more information on the Statistics package, including regression analysis, estimation, data manipulation, and data
smoothing, refer to the Statistics help page.

The Data Analysis Assistant provides an interactive way to perform data analysis. For more information, refer to the
Statistics[InteractiveDataAnalysis] help page.

5.7 Teaching and Learning with Maple


Table 5.10 lists the available resources for instructors and students. For additional resources, see Available
Resources (page 45).

Table 5.10: Student and Instructor Resources

Resource Description
Student Packages and Tutors The Student package contains computational and visualization (plotting and
animation) functionality, and point-and-click interfaces for explaining and exploring
concepts (Tools→Tutors). For more information, refer to the Student help page.
152 • 5 Mathematical Problem Solving

Resource Description
Teacher Resource Center The Maple Teacher Resource Center contains resources and tips for teachers using
Maplesoft products to help in the classroom. Available resources include:
• Classroom content for subjects including Precalculus, Calculus, and Engineering
• Training videos
• E-books

(http://www.maplesoft.com/teachercenter)
Maple Portal The Maple Portal includes material designed for all Maple users as well as specific
portals for students and educators. The Maple Portal includes:
• How Do I... topics that give quick answers to essential questions
• Tutorials that provide an overview of topics from getting started to plotting and
working with matrices
• Navigation to portals with specialized information for students, math educators,
and engineers

Access the portal the table of contents in the Maple Help System, under Getting
Started.
Mathematics and Engineering Dictionary The Maple Help System has an integrated dictionary of over 5000 mathematics
and engineering terms. You can search the dictionary by entering a term in the Help
System search field.
Maple Application Center The Maple Application Center contains tutorials and applications that help
instructors begin using Maple and use Maple in the classroom. Browse the many
resources in the Education and Education PowerTools categories.

(http://www.maplesoft.com/applications)
Student Help Center The Maple Student Help Center contains tutorials and applications that help students
learn how to use Maple, explore mathematical concepts, and solve problems.
Available resources include:
• Study guides - Complete lessons with examples for academic courses, including
precalculus and calculus. For example, the Interactive Precalculus Study Guide
contains worked problems, each solved as in a standard textbook, using Maple
commands and custom Maplet graphical interfaces.
• Free course lessons for many subjects including precalculus to vector calculus;
high school, abstract, and linear algebra; engineering; physics; differential
equations; cryptography; and classical mechanics.
• Applications for students, written by students, providing examples in many
subject areas.
• Student FAQs with answers from experts.

(https://www.maplesoft.com/studentcenter/index.aspx)

Student Packages and Tutors


The Student package is a collection of subpackages for teaching and learning mathematics and related subjects. The
Student package contains packages for a variety of subjects, including precalculus, calculus, and linear algebra.

Instructors can:
• Teach concepts without being distracted by the mechanics of the computations.
• Create examples and quickly update them during a lesson to demonstrate different cases or show the effect of the
variation of a parameter.
• Create plots and animations to visually explain concepts, for example, the geometric relationship between a math-
ematical function and its derivatives (Tools→Tutors→Calculus - Single Variable→Derivatives). See Figure 5.10.
5.7 Teaching and Learning with Maple • 153

Figure 5.10: Calculus 1 Derivatives Tutor

Students can:
• Perform step-by-step computations, for example, compute a derivative by applying differentiation rules using com-
mands or a tutor (Tools→Tutors→Calculus - Single Variable→Differentiation Methods). See Figure 5.11.
• Perform computations.
• Visually explore concepts.
154 • 5 Mathematical Problem Solving

Figure 5.11: Calculus 1 Differentiation Methods Tutor

Tutors provide point-and-click interfaces to the Student package functionality.

To launch a tutor:
1. From the Tools menu, select Tutors.
2. Select a subject, for example, Calculus - Multivariate.
3. Select a tutor, for example, Gradients.

Maple inserts the Student[MultivariateCalculus][GradientTutor]() calling sequence (in Worksheet mode), and launches
the Multivariate Calculus Gradient Tutor.

By rotating the three-dimensional plot, you can show that the gradient points in the direction of greatest increase of
the surface (see Figure 5.12) and show the direction of the gradient vector in the x-y plane by rotating the plot (see
Figure 5.13).
5.7 Teaching and Learning with Maple • 155

Figure 5.12: Multivariate Calculus Gradient Tutor

Figure 5.13: Multivariate Calculus Gradient Tutor Showing x-y Plane


156 • 5 Mathematical Problem Solving

When you close the tutor, Maple inserts the 3-D plot.

>

Many Student package commands can return a value, mathematical expression, plot, or animation. This allows you
to compute the final answer, see the general formula applied to a specific problem, or visualize the underlying concepts.

For example, the Student[VectorCalculus][LineInt] (line integral) command can return the following.
• Plot that visually indicates the vector field, path of integration, and tangent vectors to the path
• Unevaluated line integral
• Numeric value of the line integral

>
5.7 Teaching and Learning with Maple • 157

>

>

(5.8)

To evaluate the integral returned by the output = integral calling sequence, use the value command.

>
(5.9)

By default, the LineInt command returns the value of the integral.

>

For more information on the Student package, refer to the Student help page.

Calculus Problem Solving Examples


Maple is a powerful application with many resources to guide you. The following examples provide you with scenarios
to learn about using Maple resources and the Maple program.

When using Maple to solve a problem, consider the following process.


1. Formulate your problem.
2. Obtain Maple resources that allow you to solve it.
158 • 5 Mathematical Problem Solving

Problem
Scenario A:

Your company is designing a bottle for its new spring water product. The bottle
must contain 18 ounces of water and the height is fixed. The design includes an
undulating curved surface. You know the amplitude and equation of the curve,
but you must find the radius. You require the Volume of Revolution.

Scenario B:

You want to teach your students the concept of a Volume of Revolution.


Specifically, you want to plot and compute the volume of a solid generated by
rotating , about an axis or a line parallel to an axis.

Figure 5.14: Flowchart of solving a problem

Check for Existing Tools: Tutor


Begin by examining the Tools menu for a Tutor to a Volume of Revolution problem.

To access a Tutor for the Volume of Revolution:


1. From the Tools menu, select Tutors, and then Calculus-Single Variable. Notice that a Volume of Revolution tutor
exists.
2. Click the Volume of Revolution menu item. The following Maple command is entered in your document.
5.7 Teaching and Learning with Maple • 159

>

The Volume of Revolution Tutor is displayed. See Figure 5.15. Use this tutor to enter a function and an interval,
view and manipulate the corresponding plot, and view the full Maple command associated with your entries and selec-
tions.
160 • 5 Mathematical Problem Solving

Figure 5.15: Volume of Revolution Tutor

After you Close the tutor, the plot is inserted into your worksheet.

Check for Existing Tools: Task Template


1. From the Tools menu, select Tasks, and then Browse. The Browse Tasks dialog opens, displaying a list of tasks
in the left pane. The tasks are sorted by subject to help you quickly find the desired task.
2. Expand the Calculus - Integral→ Applications → Solids of Revolution folder.
3. From the displayed list, select Volume. The Volume of Revolution task is displayed in the right pane of the Browse
Tasks dialog.
4. Select the Insert into New Worksheet check box.

Click Insert Default Content. Before inserting a task, Maple checks whether the task variables have assigned values
in your worksheet. If any task variable is assigned, the Task Variables dialog opens allowing you to modify the names.
Maple uses the edited variable names for all variable instances in the inserted task. The content is inserted into your
document. See Figure 5.16.
5.7 Teaching and Learning with Maple • 161

Figure 5.16: Inserted Task Template

6. When a Task Template is inserted, parameters are marked as placeholders, denoted by purple font. To navigate
between placeholders, press the Tab key. After updating any parameters, execute the command by pressing Enter.

Check for Instructions: Help Page and Example Worksheet


The help system provides command syntax information.

To access a help page:


1. From the Help menu, select Maple Help.
2. In the search field, enter volume of revolution and click Search. The search results include the command help
page, the dictionary definition, and the associated tutor help page.
3. Review the calling sequence, parameters, and description in the Student[Calculus1][VolumeOfRevolution] help
page.
4. Copy the examples into your worksheet: from the help system Edit menu, select Copy Examples.
5. Close the Help Navigator.
6. In your document, from the Edit menu, select Paste. The examples are pasted into your document.
7. Execute the examples and examine the results.

To access an example worksheet:


1. In the worksheet, enter examples/index. The Examples and Applications Index opens.
2. Expand the Calculus topic.
3. Click the examples/Calculus1IntApps link. The Calculus1: Applications of Integration worksheet opens. See
Figure 5.17.
4. Expand the Volume of Revolution topic.
5. Examine and execute the examples.
162 • 5 Mathematical Problem Solving

Figure 5.17: Example Worksheet

Check for Other Ready-To-Use Resources: Application Center


The Maple Application Center contains free user-contributed applications related to mathematics, education, science,
engineering, computer science, statistics and data analysis, finance, communications, graphics, and more.

To access a free application for volume of revolution:


1. Go to the Maplesoft web site, http://www.maplesoft.com.
2. In the menu of the main web page, click Support & Resources, and then Maple Application Center.
3. In the Application Search section, enter Volume of Revolution in the Keyword or phrase field.

4. Click Search.
5. From the search results page, under Displaying applications, click the Click here link.
6. From the list of archived applications, select any of the Maple document you want to view.
7. Click on the Download Maple Document link to download the .mw file.
5.8 Clickable MathTM • 163

8. Execute the worksheet and examine the results.


TM
5.8 Clickable Math
For years, Maple has led the way in making math software easy to use. With its collection of Clickable MathTM tools,
including palettes, interactive assistants, context-sensitive operations, tutors, and more, Maple has set the standard for
making it easy to learn, teach, and do mathematics.

Two key features of the Clickable Math tool collection are Smart Popups and Drag-to-SolveTM.

Smart Popups
Smart Popups are interactive popup options that are invoked when you select certain types of equations, expressions
or subexpressions.

With Smart Popups you can:


• Select operations to apply to just one part of your equation or mathematical expression, leaving the rest unchanged.
• Preview the result of the operation before going ahead.
• Explore your expression to deepen your understanding of the problem.
• Easily determine if your subexpression can be factored, what its plot looks like, what mathematical identities could
be applied, and more.

Smart popups, if any, are shown at the top of the Context Panel. For more information on Smart Popups, as well as
examples, see the Clickable Math: Smart Popups help page.

Drag-to-Solve
The Drag-to-Solve feature enables you to solve your equations step-by-step by dragging terms to where you want them
to be.

With Drag-to-Solve you can:


• Easily take complete control over each individual step of your calculation.
• Let Maple apply the appropriate addition, subtraction, division, or multiplication operation to both sides of your
equation, to avoid mechanical errors.
• Keep the full record of steps produced by Maple to document your work.

For more information on Drag-to-Solve, as well as examples, see the Clickable Math: Drag-to-Solve help page.

Examples
This chapter is designed to show several ways to solve the same problem in Maple. Throughout these examples, you
will need to insert new document block regions. This is done using the Create document block icon ( ) on the toolbar
or through the Edit menu, by selecting Document Blocks>Create Document Block. Also, these examples only give
164 • 5 Mathematical Problem Solving

the keyboard keys needed for a Windows operating system. Refer to Shortcut Keys by Platform (page xiii) for the keys
needed for your operating system.

Example 1 - Graph a Function and its Derivatives

On the interval , graph , , and for .

We solve this problem using the following methods:


• Solution by Context-Sensitive Operations (page 164)
• Solution by Tutor (page 166)
• Access the Tutor from a Task Template (page 168)

Solution by Context-Sensitive Operations


Action Result in Document
1. Enter the expression .
Make a copy of the expression and calculate the derivative:
2. Insert a new document block region by selecting from the
Format menu Create Document Block.
3. Highlight the original expression. Ctrl + drag the expression
to the new document block.
4. Select the expression and, from the Context Panel select
Differentiate → With Respect To → x.
Make a copy of the derivative and calculate the second
derivative:
5. Insert a new document block, and Ctrl + drag the derivative
to the document block.
6. From the Context Panel for the derivative, select
Differentiate → With Respect To → x.
5.8 Clickable MathTM • 165

Action Result in Document


Plot the original expression:
7. Insert a new document block, and Ctrl + drag the original
expression to the new block.
8. From the Context Panel for the expression, select Plots →
2-D Plot.
9. Modify the plot through the Context Panel: select Axes →
Properties.
10. In the Axis Properties dialog, de-select Use data extents
and change the range to -3.14 to 3.14. Click OK.

Add the first and second derivatives to the plot:


11. Select and then Ctrl + drag the derivative of the expression
onto the plot region. Do the same for the second derivative.
166 • 5 Mathematical Problem Solving

Action Result in Document


Enhance the plot by adding a legend:
12. From the Context Panel for the plot region, select Legend
→ Show Legend.
13. In the legend, double-click Curve 1. Notice that the Text
icon is selected in the toolbar, . Delete the text and
select the Math icon in the toolbar, . This allows
you to enter 2-D Math in a text region. Enter the original
expression,
14. Repeat for Curve 2 and Curve 3.
Add a title:
15. From the Context Panel, select Title → Add Title.
Replace the text New title with the text "Plot the expression
".

16. Click the Math icon, and enter the expression .


Click the Text icon once again and enter " and its
derivatives".

Solution by Tutor
The Student Calculus 1 package contains a tutor called Derivatives, which displays a plot of the expression along
with its derivatives. In this example, we solve the same problem as previously, using this tutor
Action Result in Document
1. Load the Student Calculus 1 package. From the Loading Student:-Calculus1
Tools menu, select Load Package → Student
Calculus 1.

2. Ctrl + drag the expression to a blank


document block region.
5.8 Clickable MathTM • 167

Action Result in Document


3. From the Context Panel for the expression, select
Student Calculus 1 → Tutors → Derivatives. Note:
The Student Calculus 1 menu is now available in
the Context Panel because we loaded the package in
step 1.

In the Derivative Tutor, the color swatch shown beside


the original expression is the color used for the curve in
the plot region. Similarly for and .
4. Change the lower endpoint to -Pi. Select the check
box to display in the plot. Click Display to
make these changes take effect.

5. You can change the expression and modify plot


options from within this tutor. For each change made,
click Display to view the altered plot. When complete,
click Close to display the resulting plot in the
document.
168 • 5 Mathematical Problem Solving

Access the Tutor from a Task Template


Maple also comes with a Task Template to solve this problem without using any commands.
Action Result in Document
1. Launch the Task Template Browser by selecting Tools →
Tasks → Browse.
2. In the table of contents of the Task Browser dialog, select
Calculus -Differential→ Derivatives → Graph and
its Derivatives.

3. Click Insert Minimal Content at the top of the dialog to insert


the task template into the current document.

4. Enter the new expression in the f(x) region.

5. Enter the interval . To insert the symbol for pi, you


can use command completion or select from the Common
Symbols palette.
5.8 Clickable MathTM • 169

Action Result in Document


6. Click Launch Differentiation Tutor to launch the same tutor
as in the previous solution.
7. When complete, click Close. A plot of the expression and its
derivatives displays in the plot region of the inserted task
template.

Example 2 - Solve for x in a Quadratic Equation

Solve for in the equation .

We solve this problem using the following methods:


• Solution through Equation Manipulator (page 169)
• Instant Solution (page 171)
• Step-by-step Interactive Solution (page 171)
• Graphical Solution (page 172)
• Graphical Solution Using Smart Popups (page 173)

Solution through Equation Manipulator


Maple provides a dialog that allows you to single-step through the process of manipulating an expression. This manip-
ulator is available from the Context Panel.
170 • 5 Mathematical Problem Solving

Action Result in Document


1. Enter the equation
in a new
document block region.
2. From the Context Panel for this equation, select Manipulate
Equation. The Manipulate Equation dialog displays.

Group all of the terms to the left:


3. In the Addition region, the Group terms row allows you to
group terms on a specified side. With the left side already
selected, click Do.

Expand the left side of the equation:


4. In the Miscellaneous Operations region, we can manipulate
the equation by applying a command from the drop-down
menus. Since we want to expand the left side of the equation
only, click the first drop-down menu in the second row and
select expand. Click Do. Note: This example is carried out
with no assumptions. You can assume the solution to be real,
positive, nonnegative or integer from the drop-down menu.
5.8 Clickable MathTM • 171

Action Result in Document


Factor the equation:
5. From the same drop-down menu, select factor and click Do.

6. Click Return Steps to close the dialog and return all of the
steps to the Maple document.

7. Ctrl + drag the factored form of the original equation to a new


document block region.
8. From the Context Panel, select Solve → Obtain Solutions
for → x.

Or,

Alternatively, click on the output from step 6 and select Solve


→ Obtain Solutions for → x in the Context Panel.

Instant Solution
To apply an instant solution to this problem, use the Context Panel.
Action Result in Document
1. Ctrl + drag the equation
to a new
document block region.
2. From the Context Panel for the expression, select Solve →
Obtain Solutions for → x.

Step-by-step Interactive Solution


This equation can also be solved interactively in the document, by applying context-sensitive operations or commands
one step at a time.
Action Result in Document
1. Ctrl + drag the equation
to a blank
document block region.
Group all terms on the right:
2. From the Context Panel for this equation, select Move to
Right.
172 • 5 Mathematical Problem Solving

Action Result in Document


Expand the expression on the right-hand side:
3. From the Context Panel for this output (or Ctrl + drag the
equation to a blank document block region), select Right-hand
side.
4. From the Context Panel for this result, select Expand.
Use Maple's factor command on the resulting right-hand side:
5. From the Context Panel for the result, select Right-hand Side.
6. From the Context Panel for the result, select Factor.
Solve for x:

7. From the Context Panel for the result, select Solve → Obtain
Solutions for → x.

Graphical Solution
Now that we have seen several methods to solve this problem, we can check the answer by plotting the expression.
Action Result in Document
1. Ctrl + drag the equation
to a new
document block region and press Enter.

First, manipulate the equation to become an expression:


2. Select the output and from the Context Panel select Move to
Left.

Note the difference in the alignment when using context-sensitive


operations on output rather than input. The result is centered in
the document with the self-documenting arrow positioned at the
left.
3. Select the output and from the Context Panel select Left-hand
Side.

4. Select the output and from the Context Panel select Expand.
5.8 Clickable MathTM • 173

Action Result in Document


Now that the equation is in its simplest form, plot the result:
5. Ctrl + drag the output to a new document block.
6. From the Context Panel for thee expression select Plots →
2-D Plot.

Or,

Right-click the output from step 4 and select Plots → 2-D Plot.

Change the - and - axis ranges using the Context Panel:


7. By default, plots generated using the Context Panel have an
-axis range of -10 to 10 (or to for trigonometric
plots). To change the range, from the Context Panel, select
Axes → Properties. In the Horizontal tab of the Axes
Properties dialog, clear the Use data extents check box and
change the Range min and Range max to 0 and 5,
respectively.

Click the Vertical tab and clear the Use data extents check
box. Change the Range min and Range max to -5 and 10,
respectively.
8. Click OK to apply the changes and return to the plot.

The interception points of this graph with the -axis are 1 and 3,
the same solutions that we found previously.

Graphical Solution Using Smart Popups


Use Smart Popup menu options to find a graphical solution.
Copy the equation
to a new
document block region and press Enter. (5.10)
174 • 5 Mathematical Problem Solving

Highlight the right-hand side of the output expression. Smart


popups are shown in the top of the Context Panel.

Select the Subtract menu option.

The results of the calculation are displayed in the document.

(5.11)

(5.12)

Select the left side of the equation. A smart popup window is


displayed.
Select normal. The results of the calculation are displayed in the
document.
(5.13)

(5.14)

(5.15)

(5.16)

Once again, select the left side of the equation. A smart popup
window is displayed. Select 2D plot.
The resulting plot is displayed in the document.

(5.17)

(5.18)

(5.19)
5.8 Clickable MathTM • 175

You can also solve the equation using smart popups. Highlight
the simplified equation and from the Smart Popup menu, select
solve.

The solution to the equation is displayed. (5.20)

Example 3 - Solve a Quadratic Trig Equation

Find all of the solutions to the equation in the interval .

We solve this problem using the following methods:


• Graphical Solution (page 175)
• Solution by Task Template (page 177)
• Analytic Solution (page 177)

Graphical Solution
Action Result in Document

1. Ctrl + drag the equation to a


blank document block.
2. From the Context Panel for the equation, select Left-hand
Side.
176 • 5 Mathematical Problem Solving

Action Result in Document


3. Click the output and select Plot Builder in the Context Panel.
In the Plot Builder panel, for plot type select 2-D plot.
The plot appears.

4. Modify the plot range to to .

5. Click Plot to display the plot in the document.


6. From the graph, we can see all of the solutions within the
interval . To approximate the values, click the plot,
select the type of coordinates that you want to view from the
selection menu ( ) in the toolbar, and then use the point
probe tool to view the coordinates of the mouse pointer.
5.8 Clickable MathTM • 177

Solution by Task Template


Action Result in Document
1. From the Tools menu, select Tasks → Browse.
Expand the Algebra folder and select Solve
Analytically in a Specified Interval.

2. Click Insert Minimal Content.

3. Replace the current equation with the one from this


example, , and then
execute the commands. Notice that equation labels are
used to reference the results.

Analytic Solution
Action Result in Document

1. Ctrl + drag the equation to a


blank document block region.
2. From the Context Panel, select Left-hand Side.

3. From the Context Panel, select Factor.


4. Click the new factored output and select Solve → Solve in the
Context Panel.

Alternatively, you can select each factor, Ctrl + drag the


expressions to separate document block regions and for each one
select Solve → Solve.
178 • 5 Mathematical Problem Solving

Example 4 - Find the Inverse Function

If , find and graph the rule for , its functional inverse.

We solve this problem using the following methods:


• Implement the Definition Graphically (page 178)
• Solution by Tutor (page 180)

Implement the Definition Graphically


The graph of the inverse function is the set of ordered pairs formed by interchanging the ordinates and abscissas.
Action Result in Document

1. In a blank document block, enter and press


Enter.

2. Click the output and select Plot Builder in the Context


Panel. In the Plot Builder panel select 2-D plot
(parametric) for the plot type.
The plot appears.

3. Adjust the domain for to the interval .


5.8 Clickable MathTM • 179

Action Result in Document

4. Copy and paste the expression onto this graph.

Notice that the axis ranges alter.

5. Copy and paste the expression onto this graph. The


resulting graph shows , , and the line .
180 • 5 Mathematical Problem Solving

Action Result in Document


Adjust the and axis ranges:
6. Select the plot and from the Plot menu, select Axes →
Properties.
7. In the Axis Properties dialog, de-select Use data extents
and change the range to 0 to 2.
8. Click the Vertical tab and repeat step 9. Click OK to
apply these settings and close the dialog.

Solution by Tutor
Action Result in Document
1. Load the Student Calculus 1 package. From the Tools Loading Student:-Calculus1
menu, select Load Package → Student Calculus 1.

2. Enter the expression in a blank document block.


3. From the Context Panel, select Student Calculus 1 →
Tutors → Function Inverse. The Function Inverse
Tutor displays.

4. Adjust the domain to .


5.8 Clickable MathTM • 181

Action Result in Document


5. When you are finished, click Close. The plot of the
function, its inverse, and the line is returned to the
document.

Example 5 - Methods of Integration - Trig Substitution

Evaluate the integral by making the substitution .

We solve this problem using the following methods:


• Immediate Evaluation of the Integral (page 181)
• Solution by Integration Methods Tutor (page 182)
• Solution by First Principles (page 183)

Immediate Evaluation of the Integral


Action Result in Document

1. Enter the integral in a blank document block

region.
2. From the Context Panel for the expression and select Evaluate
and Display Inline. =
182 • 5 Mathematical Problem Solving

Solution by Integration Methods Tutor


Action Result in Document
1. Load the Student Calculus 1 package. From the Tools menu, select Load
Package → Student Calculus 1. Loading Student:-Calculus1

2. Ctrl + drag the integrand to a blank document block region.

3. From the Context Panel, select Student Calculus 1 → Tutors →


Integration Methods. The Integration Methods Tutor displays.

4. Perform a change of variables by selecting Change and entering x =


2*sin(u).

5. Apply the constant rule by clicking Constant.


6. To revert back to the original variable, click Revert.
5.8 Clickable MathTM • 183

Action Result in Document


7. Now that the integral has been evaluated, click Close to close the tutor
and return the evaluated integral to the document.

(5.21)

Solution by First Principles


Action Result in Document

1. Ctrl + drag the integrand to a blank document

block region and press Enter.

Perform trig substitution:


2. From the Context Panel for the output, select Evaluate at a
point. In the dialog that displays, enter 2*sin(u).

3. From the Context Panel for the output, select Simplify →


Symbolic.
(5.22)

Calculate :

4. In a blank document block, enter the substitution equation:


and press Enter.
5. From the Context Panel for the output, select Differentiate (5.23)
→ Implicitly. In the dialog that displays, change the
Dependent Variable to x and change Differentiate with
respect to to u.

Calculate the integral in terms of :


6. Referencing the results by their equation labels, multiply the (5.24)
original simplified expression by this derivative.
184 • 5 Mathematical Problem Solving

Action Result in Document


7. Integrate the resulting expression.

(5.25)

Revert the substitution:

8. Place the equation in a blank document block.


Delete and insert the equation label for the previous result,
the value of the integral in terms of Press Enter.
9. From the Context Panel for the output, select Solve → Solve
for Variable → u.

The solution is .

Example 6 - Initial Value Problem


Solve and plot the solution of the initial value problem

Solution by ODE Analyzer Assistant


The ODE Analyzer Assistant lets you solve ODEs numerically or symbolically and displays a plot of the solution.
Action Result in Document
1. Enter the ODE in a blank document block region.
2. Select the equation and from the Context Panel,
select Solve DE Interactively. The ODE Analyzer
Assistant displays with the ODE automatically
inserted.
5.8 Clickable MathTM • 185

Action Result in Document


To insert the initial conditions:
3. In the Conditions region, click Edit. The Edit
Conditions dialog opens.

4. In the Add Condition region, with y selected in


the drop-down menu, enter 0 in the first text field
to the right and 2 in the second text field. Click
Add. Your entry should match the one shown to
the right.

5. To enter the initial condition for , select y' from


the drop-down menu. In the text fields, enter 0 and
-1. Click Add.

Click Done to close this dialog and return to the main


dialog. Notice that the initial conditions are in the
Conditions section.
6. Click Solve Numerically. A new dialog appears.
186 • 5 Mathematical Problem Solving

Action Result in Document


7. Click Solve to solve the initial value problem.
8. Click Plot to plot the solution of the DE.

9. Click the Plot Options button to modify the default


graph, if desired.
10. Click Quit to close the ODE Analyzer and return
a plot of the solution to the document.
6 Plots and Animations
Maple can generate many forms of plots, allowing you to visualize a problem and further understand concepts.
• Maple accepts explicit, implicit, and parametric forms to display 2-D and 3-D plots and animations.
• Maple recognizes many coordinate systems.
• All plot regions in Maple are active; therefore, you can drag expressions to and from a plot region.
• Maple offers numerous plot options, such as axis styles, title, colors, shading options, surface styles, and axis ranges,
which give you complete control to customize your plots.

For a reference to the types of plots available in Maple, see the Plotting Guide.

6.1 In This Chapter


Section Topics
Creating Plots (page 187) - Interactive and command-driven methods • Interactive Plot Builder
to display 2-D and 3-D plots
• Context Panel
• The plot and plot3d Commands
• The plots Package
• Multiple Plots in the Same Plot Region
Customizing Plots (page 206) - Methods for applying plot options • Interactive Plot Builder Options
before and after a plot displays
• Context Panel Options
• The plot and plot3d Command Options
Analyzing Plots (page 212) - Plot analyzing tools • Point Probe
• Rotate
• Pan
• Zoom
Representing Data (page 213) - Templates for visual representation • The Live Data Plots Palette
of your data
Creating Animations (page 213) - Interactive and command-driven • Interactive Plot Builder
methods to display animations
• The plots[animate] Command
• The plot3d[viewpoint] Command
Playing Animations (page 217) - Tools to run animations • Animation Context Bar
Customizing Animations (page 218) - Methods for applying plot options • Interactive Plot Builder Animation Options
before and after an animation displays
• Context Menu Options
• The animate Command Options
Exporting (page 219) - Methods for exporting plots • Saving Plots to File Formats
Code for Color Plates (page 220) - Information on color plates • Accessing Code for the Color Plates

6.2 Creating Plots


Maple offers several methods to easily plot an expression. These methods include:
• The Interactive Plot Builder
• The context panel
• Commands

187
188 • 6 Plots and Animations

Each method offers a unique set of advantages. The method you use depends on the type of plot to display, as well as
your personal preferences.

Interactive Plot Builder


The Interactive Plot Builder is a point-and-click interface to Maple plotting functionality . The interface displays plot
types based on the expression you specify. Depending on the plot type you select, you can create a:

• 2-D / 3-D plot


• 2-D polar plot
• 2-D / 3-D contour plot
• 2-D / 3-D conformal plot of a complex-valued function
• 2-D / 3-D complex plot
• 2-D / 3-D parametric plot
• 2-D density plot
• 2-D / 3-D implicit plot
• 2-D inequality plot
• 3-D spacecurve
• 2-D animated curve
6.2 Creating Plots • 189

Launching the PlotBuilder


Assistants Access

The Plot Builder can be accessed from the Assistants menu, accessed from the Tools menu of the Standard Menu
Bar.

When launched in this way, an interactive dialogue allows the expression to be plotted to be entered. This is equivalent
to calling the PlotBuilder command with no arguments.

Note: The Tools menu also offers tutors to easily generate plots in several academic subjects. For more information,
see Teaching and Learning with Maple (page 151).

Context Panel Access

The Plot Builder can also be launched using the context panel for an expression.

Click on the expression you'd like to plot and from the context panel select Plot Builder. In this case, the Plot Builder
Panel opens.
190 • 6 Plots and Animations

Example 1 - Display a plot of a single variable expression


Maple can display two-dimensional graphs and offers numerous plot options such as color, title, and axis styles to
customize the plot.
Launch the Interactive Plot Builder:
1. Make sure that the cursor is in a Maple input region.
2. From the Tools menu, select Assistants, and then Plot Builder.

Notes: In worksheet mode, Maple inserts PlotBuilder() in the Maple document and opens the Specify Expressions
window.

Entering this command at the Maple prompt also opens the Plot Builder.

Enter an expression:
3. In the Interactive Plot Builder:Specify Expressions window:
a. Add the expression, sin(x)/x.
b. Click Accept in the Add/Edit Expression window.
c. Click OK in Interactive Plot Builder:Specify Expressions window.
6.2 Creating Plots • 191

Display the PlotBuilder panel and plot the expression:


4. The PlotBuilder inserts an empty plot component into the worksheet, just under the PlotBuilder() command. Click on this to
make the PlotBuilder panel slide into view.
5. Select 2-D plot from the list of available plot types for this expression. Notice the rest of the panel is now populated with the
available plotting options for a 2-D plot.

6. Ensure that the x-axis range is from .

Note: You can toggle the show command option to view the Maple syntax used to generate this plot.

Example 2 - Display a plot of multiple expressions in 1 variable


Maple can display multiple expressions in the same plot region to compare and contrast. The Interactive Plot Builder
accepts multiple expressions.
192 • 6 Plots and Animations

Launch the Interactive Plot Builder and enter the expressions:

The Plot Builder accepts expressions in 1-D Math and performs basic calculations on expressions. For example, entering
diff(sin(x^2), x) in the Specify Expression window performs the calculation and displays the expression as 2*cos(x^2)*x in the
Expression group box.
1. In three separate steps:
• Launch the PlotBuilder then add the expression sin(x^2). Select 2-D Plot as the plot type. Change the x-axis range to -Pi..Pi
• Launch another instance of the PlotBuilder and add the expression diff(sin(x^2),x). Select 2-D Plot as the plot type. Change the
x-axis range to -Pi..Pi
• Launch a third instance of the PlotBuilder and add the expression int(sin(x^2), x). Select 2-D Plot as the plot type. Change the
x-axis range to -Pi..Pi

You should have three separate plots in separate plot component windows.

Assigning the plot commands to a name


2. Click on the plot of sin(x^2) to display the PlotBuilder panel for this plot.
3. In the assign to name text field enter "a".
4. Click the plot of diff(sin(x^2),x)
5. In the assign to name text field enter "b".
6. Click the plot of int(sin(x^2),x)
7. In the assign to name text field enter "c".
Use the plots[display] command to plot the expressions on the same axis
8. In your worksheet enter plots[display](a,b,c) then run the command.

The expressions are all plotted on the same axes.

By default, Maple displays each plot in a plot region using a different color. You can also apply a line style such as
solid, dashed, or dotted for each expression in the graph. For more information, refer to the plot/options help page.
To see the Maple syntax used to generate this plot, see Maple commands from Creating Plots: Interactive Plot
Builder (page 196)

Example 3 - Display a plot of a multi-variate expression


Maple can display three-dimensional plots and offers numerous plot options such as light models, surface styles, and
shadings to allow you to customize the plot.
Launch the Interactive Plot Builder and enter an expression:
1. Add the expression (1+sin(x*y))/(x^2+y^2).
In the Select Plot Type list:
2. Notice the available plot types for an expression with 2 variables, as well as the plot objects for each type. For this example,
select 3-D plot.
3. Select Basic Options from the list of option types.
6.2 Creating Plots • 193

Restricting how much of the plot axes to display:


4. For the view option, select axis[3] to adjust how much of the z-axis to display. Enter the range values in the two boxes. You
can repeat this for the y-axis (axis[2]) and x-axis (axis[1]) as well.

Style and color changes:


5. From the Style combo box, select surface.
6. From the shading and color list box select shading, then select z (grayscale) from the color list box.
7. Select the Axes and Text menu.
8. In the text box next to label, enter z.
9. Select the 3-D Options menu
10. In the text box beside grid size, enter 40,40.
Note: You can toggle the show command option to view the Maple syntax used to generate this plot.

Example 4 - Display a conformal plot


Maple can display a conformal plot of a complex expression mapped onto a two-dimensional grid or plotted on the
Riemann sphere in 3-D.
Launch the Interactive Plot Builder and enter an expression:
1. Add the expression z^3.
2. Select 2-D conformal plot as the plot type.
3. Change the range of the z parameter to 0 .. 2+2*I.
4. From the axes style box, ensure normal is selected.
5. Select 2-D Options from the plot options list box, then enter [30,30] as the grid size.

Example 5 - Display a plot in polar coordinates


Cartesian (ordinary) coordinates is the Maple default. Maple also supports numerous other coordinate systems, including
hyperbolic, inverse elliptic, logarithmic, parabolic, polar, and rose in two-dimensions, and bipolar cylindrical, bispher-
ical, cylindrical, inverse elliptical cylindrical, logarithmic cosh cylindrical, Maxwell cylindrical, tangent sphere, and
toroidal in three-dimensional plots. For a complete list of supported coordinate systems, refer to the coords help page.
Launch the Interactive Plot Builder and enter an expression:
1. Add the expression 1+4*cos(4*theta).
Select the plot type and change the x-axis range:
2. Select 2-D polar plot as the plot type.
3. Change the angle of theta to 0 .. 8*Pi.
Change the plot color:
3. From the color group box, select magenta.
Note: You can toggle the show command option to view the Maple syntax used to generate this plot.

Example 6 - Interactive plotting


Using the Interactive Plot Builder, you can plot an expression with several of its variables set to numeric values. The
Interactive Parameter window allows you to interactively adjust these numeric values within specified ranges to
observe their effect. To access this window, enter an expression with two or more variables and select Interactive Plot
with x parameter from the Select Plot Type and Functions drop-down menu.
194 • 6 Plots and Animations

Figure 6.1: Interactive Parameter Window

Launch the Interactive Plot Builder and enter an expression:


1. At the command prompt, type plots[interactive]() then add the expression x+3*sin(x*t).
2. From the Select Plot drop-down box, select Interactive Plot with 1 parameter.
3. Change the range of the x-axis to 0 .. 2*Pi.
4. Change the t range to 0 .. 10.
5. Click Plot to place the interactive plot in the Maple document.

Note: To apply plot options before interactively adjusting the plot, click Options.

You can also click Preview to preview your interactive plot from the Plot Builder.

To see the Maple syntax used to generate this plot, see Maple commands from Creating Plots: Interactive Plot
Builder (page 196).

For information on customizing plots using the Interactive Plot Builder, refer to Customizing Plots: Interactive Plot
Builder Options (page 206).

You can also explore an interactive plot with parameters using the Exploration Assistant. For more information, see
Exploration Assistant (page 35).
6.2 Creating Plots • 195

Context Panel
The context panel is a collection of tools and operations that are appropriate for a particular expression. The context
panel changes according to the expression, table, or region that you click on.

For plotting expressions, the context menu lists:


• 2-D or 3-D plot
• 2-D or 3-D implicit plot
• Interactive Plot Builder

based on the expression selected.

When you invoke the Interactive Plot Builder through the context panel, the expression automatically passes to the
builder, and Maple does not display the Specify Expression window.

One advantage of using the context panel is the simplicity of creating an expression using the tools and operations in
the panel. By using this method, you do not need any knowledge of plot command syntax.

1. Enter and evaluate an expression, for example,

2. Click the expression.


3. From the context panel, select Plots → 3-D Plot → x,y.

>

(6.1)

Figure 6.2: Plot an Expression Using the Context Panel

For information on customizing plots using the context menu, see Context Panel Options (page 207).
196 • 6 Plots and Animations

The plot and plot3d Commands


The final method for creating plots is entering plotting commands.

The main advantages of using plotting commands are the availability of all Maple plot structures and the greater control
over the plot output. Plot options are discussed in Customizing Plots (page 206).

Table 6.1: The plot and plot3d Commands

plot(plotexpression, x=a..b, ...)

plot3d(plotexpression, x=a..b, y=a..b, ...)


• plotexpression - expression to be plotted
• x=a..b - name and horizontal range
• y=a..b - name and vertical range

Note: The default ranges for plot and plot3d commands are to , or to in case of trigonometric
functions.

Maple commands from Creating Plots: Interactive Plot Builder

Example 1 - Display a plot of a single variable expression

>

Example 2 - Display a plot of multiple expressions in 1 variable

To display multiple expressions in a plot, include the expressions in a list. To enter and use
the Expression palette. For more information, see Palettes (page 16).
6.2 Creating Plots • 197

>

Example 3 - Display a plot of a multi-variable expression

>
198 • 6 Plots and Animations

Example 4 - Display a conformal plot


A collection of specialized plotting routines is available in the plots package. For access to a single command in a
package, use the long form of the command.

>

Example 5 - Display a plot in polar coordinates

>
6.2 Creating Plots • 199

Example 6 - Interactive Plotting

>

To play the animation, click the plot and the from the Animation Toolbar, select Play ( ). For information on playing
the animation, see Playing Animations (page 217).

For more information on the plot options used in this section, refer to the plot/options and plot3d/options help pages.

Display a Parametric Plot


Some graphs cannot be specified explicitly. In other words, you cannot write the dependent variable as a function of
the independent variable, One solution is to make both the x-coordinate and the y-coordinate depend on a
parameter.
200 • 6 Plots and Animations

>

Display a 3-D Plot


Maple can plot an expression of two variables as a surface in three-dimensional space. To customize the plot, include
plot3d options in the calling sequence. For a list of plot options, see The plot and plot3d Options (page 210).
6.2 Creating Plots • 201

>

The plots Package


The plots package contains numerous plot commands for specialized plotting. This package includes: animate, con-
tourplot, densityplot, fieldplot, odeplot, matrixplot, spacecurve, textplot, tubeplot, and more. For details about
this package, refer to the plots help page.

>

The pointplot Command


To plot numeric data, use the pointplot command in the plots package with the data organized in a list of lists structure
of the form By default, Maple does not connect the points. To draw a line through
the points, use the style = line option. For further analysis of data points, use the Curve Fitting Assistant
(Tools→Assistants→CurveFitting), which fits and plots a curve through the points. For more information, refer to
the CurveFitting[Interactive] help page.
202 • 6 Plots and Animations

>

The matrixplot Command


The matrixplot command plots the values of a plot object of type Matrix. The matrixplot command accepts options
such as heights and gap to control the appearance of the plot. For more information on Matrices, see Linear
Algebra (page 122).

>
6.2 Creating Plots • 203

>

>

>
204 • 6 Plots and Animations

The contourplot Command


The contourplot command generates a topographical map for an expression or function. To create a smoother and
more precise plot, increase the number of points using the numpoints option.

>

Place your pointer over the graph to see the contour labels.

Multiple Plots in the Same Plot Region

Dragging to a Plot Region


To add an additional curve to an existing plot region, use the drag-and-drop method.

Advantages of the drag-and-drop method include the ease of adding and removing plots and the independence from
plotting command syntax.

Example:
1. Enter the command in an input region.
2. Execute.

3. Enter the expression in an input region.

4. Drag the expression onto the plot of . When dragging an expression to a plot region, you can either make a copy of the
expression from the input region or you can cut the expression, thereby removing it from the input region. To make a copy of
the expression, select the full expression in the input region and press Ctrl (Command, Macintosh) while you drag the expression
to the plot region. To cut the expression and paste it in the plot region, highlight the expression and drag it to the plot region.

4. Repeat steps 3 and 4 using the following expressions: and .


6.2 Creating Plots • 205

Tip: To remove an expression from the plot region, drag-and-drop the expression plot from the plot region to a Maple input region.

List of Expressions
To display multiple expressions in the same plot region, enter the expressions in a list data structure. To distinguish
the surfaces, apply different shading options, styles, or colors to each surface.

>

The display Command


To display different types of plots in the same plot region, use the display command in the plots package.
206 • 6 Plots and Animations

This example plots a curve over a hill with the shadow of the curve projected onto the hill.

>

>

>

>

Maple can draw curves in three-dimensional space.

>

>

>

>

6.3 Customizing Plots


Maple provides many plot options to display the most aesthetically pleasing, illustrative results. Plot options include
line styles, colors, shadings, axis styles, and titles where applicable. Plot options are applied using the Interactive Plot
Builder, the context menus, or as options in the command syntax.

Interactive Plot Builder Options


The Interactive Plot Builder offers most of the plot options available in Maple in an easy-to-use interface.
6.3 Customizing Plots • 207

Example:
Launch the Interactive Plot Builder and enter the expression:
1. Add the expression 2*x^5-10*x^3+6*x-1. For information on interacting with the Interactive Plot Builder, see Example 1 -
Display a plot of a single variable expression (page 190).
Set the x-axis range:
2. Select 2-D Plot as the plot type.
3. Change the x-axis range to -2 .. 2.
In the Plot Options window:
4. From the line style list box, select dot.
5. From the color list box, select Blue.
6. From the axes style list box, select frame.
7. Select the Axes and Text menu.
8. In the text field beside title, enter My Plot.

Context Panel Options


Using the options in the context panel, you can alter a plot by clicking the plot output. You can also access a large
subset of plot options using the Plot toolbar and Plot menu options. These menus display when a plot region is selected.
Regardless of the method used to insert a plot into Maple, you can use the context menu to apply different plot options.
For a list of options available when plotting in two and three dimensions, see The plot and plot3d Options (page 210).

2-D Plot Options


Consider this example:

>
208 • 6 Plots and Animations

There is a singularity at x = 1. What are the and -intercepts? It's hard to see in the current view. If you change the
range, the locations of the intercepts are easier to see.
Alter the y-axis range:
1. Click the plot region. From the context panel, select Axes, and then Properties.
2. In the Axes Properties dialog, click the Vertical tab.
3. Clear the Use data extents check box and enter -2 and 5 in the Range min and Range max text regions, respectively.
4. Click Apply to view the changes, or OK to return to the document.
Change the color:
5. Click on the curve. Note: The curve is selected when it becomes highlighted.
6. Select Color, and then Green.

Note: The Niagara colors listed form the default color palette in Maple.
Change the line style:
7. Select Line, and then Dash.

The -intercept is at x=-2, and the -intercept is at y=2. This can be verified using the equation .

3-D Plot Options


By default, Maple displays the graph as a shaded surface with a wireframe and scales the plot to fit the window. To
change these options, use the context menu.
6.3 Customizing Plots • 209

>

Maple has many preselected light source configurations.


Change the style:
1. Right-click the plot region. Select Style → Surface. The wireframe is removed.
Apply a light scheme:
2. Select Lighting → Light 1.
Change the axes style:
3. Select Axes → Boxed.
210 • 6 Plots and Animations

Alter the glossiness:


4. Select Glossiness and then select Set.... Using the slider, adjust the level of glossiness.

The plot and plot3d Options


If you are using commands to insert a plot, you can specify plot options as arguments at the end of the calling sequence.
You can specify the options in any order. Applying plot options in the command syntax offers a few more options and
greater control than what is available in the Interactive Plot Builder and the context panel.

Table 6.2: Common Plot Options

Option Description
axes Defines the type of axes, one of: boxed, frame, none, or normal
caption Defines the caption for the plot
color Defines a color for the curves to be plotted
font Defines the font for text objects in the plot
glossiness (3-D) Controls the amount of light reflected from the surface
gridlines (2-D) Defines gridlines in the plot
lightmodel (3-D) Controls the light model to illuminate the plot, one of: none, light1, light2, light3, or light4
linestyle Defines the dash pattern used to render lines in the plot, one of: dot, dash, dashdot, longdash, solid,
spacedash, and spacedot
legend (2-D) Defines a legend for the plot
numpoints Controls the minimum total number of points generated
scaling Controls the scaling of the graph, one of: constrained or unconstrained
shading (3-D) Defines how the surface is colored, one of: xyz, xy, z, zgrayscale, zhue, or none
size (2-D) Specifies the size (or ratio) of the plot window
style Defines how the surface is to be drawn, one of: line, point, pointline, polygon, or polygonoutline
for 2-D plots; contour, point, pointline, surface, surfacecontour, surfacewireframe, wireframe,
or wireframeopaque for 3-D plots
6.3 Customizing Plots • 211

Option Description
symbol Defines the symbol for points in the plot, one of: asterisk, box, circle, cross, diagonalcross, diamond,
point, solidbox, solidcircle, or soliddiamond for 2-D plots; asterisk, box, circle, cross,
diagonalcross, diamond, point, solidsphere, or sphere for 3-D plots
title Defines a title for the plot
thickness Defines the thickness of lines in the plot
transparency (3-D) Controls the transparency of the plot surface
view Defines the minimum and maximum coordinate values of the axes displayed on the screen

For a complete list of plot options, refer to the plot/options and plot3d/options help pages.

>

To create a smoother or more precise plot, calculate more points using the numpoints option.
212 • 6 Plots and Animations

>

6.4 Analyzing Plots


Point Probe, Rotate, Pan, and Zoom Tools
To gain further insight into a plot, Maple offers various tools to analyze plot regions. These tools are available in the
Plot menu, Context Bar, and in the context menu (under Manipulator and Probe Info) when the plot region is selected).

Table 6.3: Plot Context Bar Analysis Options

Name Icon Description


Point probe Select a curve. For 2-D plots, select a coordinate type from the Selection Tool menu to display
coordinates.
Selection Tool Use the Selection Tool to select the information displayed in the point probe tool tooltip. You
can choose to display coordinates derived from converted pixel coordinates or data points derived
from the original data points.
Rotate Rotate a three-dimensional plot to see it from a different point of view.

(3-D)
Pan Pan the plot by changing the view ranges for 2-D plots; smartplots re-sample to reflect the new
view. Change the position of the plot in the plot region for 3-D plots.
Zoom in Zoom into the plot; smartplots re-sample to reflect the new view. Also, scale the plot by placing
the pointer over the plot and then rotating the wheel button.

Zoom into a selected region by using a click-and-drag operation to select a rectangle.


Zoom out Zoom out of the plot; smartplots re-sample to reflect the new view. Also, scale the plot by placing
the pointer over the plot and then rotating the wheel button.
Reset view Reset the view to the default view of the plot.
6.5 Representing Data • 213

6.5 Representing Data


The Live Data Plots palette has templates that allow you to represent your data in many different ways including:
• Area chart
• Bar chart
• Box plot
• Bubble plot
• Histogram
• Line chart
• Pie chart
• Scatter plot

After you select a type of plot, an interactive environment allows you to change a number of options to refine the look
of your plot. As you refine your plot, Maple automatically updates the plot command with your options.

If the Live Data Plots palette is not displayed in the palette dock, from the main menu select View → Palettes →
Show Palette, and then select Live Data Plots.

6.6 Creating Animations


Animations allow you to emphasize certain graphical behavior, such as the deformation of a bouncing ball, more clearly
than in a static plot. A Maple animation is a number of plot frames displayed in sequence, similar to the action of movie
frames. To create an animation, use the Interactive Plot Builder or commands.

Interactive Plot Builder


Creating Animations Using the Interactive Plot Builder:
Run the plots[interactive] command and enter the expression:
1. Run the command plots[interactive]. This displays a Maplet-based version of the interactive PlotBuilder.
2. Add the expression sin(i*sqrt(x^2+y^2)/10).
In the Select Plot Type window:
3. From the Select Plot Type drop-down menu, select Animation.
4. The default x Axis range is -2*Pi .. 2*Pi. Change the x Axis range to -6 .. 6.
5. The default y Axis range is -2*Pi .. 2*Pi. Change the y Axis range to -6 .. 6.
6. Change the Animation Parameter (i) range to 1 .. 30.
In the Plot Options window:
7. From the Style group box, select surface.
8. From the Color group box, in the Light Model drop-down menu, select red-turquoise.
9. From the Color group box, in the Shading drop-down menu, select z (grayscale).
10. In the View group box, select the Constrained Scaling check box.
Plot the expression:
11. Click Plot.

>
214 • 6 Plots and Animations

For information on playing the animation, see Playing Animations (page 217). To see the Maple syntax used to generate
this plot, see Maple Syntax for Creating Animations: Interactive Plot Builder Example (page 214).

The plots[animate] Command


You can also use the animate command, in the plots package, to generate animations.

Table 6.4: The animate Command

animate(plotcommand, plotarguments, t=a..b, ...)

animate(plotcommand, plotarguments, t=L, ...)


• plotcommand - Maple procedure that generates a 2-D or 3-D plot
• plotarguments - arguments to the plot command
• t=a..b - name and range of the animation parameter
• t=L - name and list of real or complex constants

To access the command, use the short form name after invoking the with(plots) command.

>

Maple Syntax for Creating Animations: Interactive Plot Builder Example


The following example shows the plotting command returned by the example in Interactive Plot Builder (page 213).

>
6.6 Creating Animations • 215

Animate a 2-D plot

>

For more information on the animate command, refer to the plots[animate] help page.

The plot3d(...,viewpoint) Option


You can use the viewpoint option to create an animation in which the position from which you view a 3-D plot moves
in all directions and in various angles around the plot surface based on coordinates and parameters you specify. This
type of animation creates the effect of flying through, around, beside, towards, and away from a plot surface in three-
dimensional space.

The moveable position from which you view the surface is called the camera. You can specify the orientation of the
camera to view different sides of a surface, the path along which the camera moves throughout and around a surface,
and the location of the camera in 3-D space in each animation frame. For example, you can specify coordinates to
move the camera to specific points beside a surface; a pre-defined camera path to move the camera in a circle around
the surface; and the range of view to move the camera close to or away from the surface. Refer to the viewpoint help
page for more information.

To animate the following examples, click the plot object and then click the play button ( ) in the Animation context
bar.

Example 1: Moving the Camera Around a 3-D Plot

In the following example, a pre-defined path circleleft moves the camera in a counter-clockwise circle around the plot
surface.
216 • 6 Plots and Animations

>

Example 2: Specifying a Path to Move the Camera Towards and Around a 3-D Plot

In the following example, a camera path is specified to zoom into and view different sides of the plot surface.

>
6.7 Playing Animations • 217

6.7 Playing Animations


Animation Context Bar
To run the animation, click the plot to display the Animate context bar.

Table 6.5: Animation Options

Name Icon Description


Previous Frame View the previous frame in the animation.
Stop Stop the animation.
Play Play the selected animation.
Next Frame View the next frame in the animation.
Current Frame Slider control for viewing individual frames of
an animated plot.
Forward Forward - Play the animation forward.
Oscillate Oscillate - Play the animation forward and
backward.
Backward
Backward - Play the animation backward.

Single Single - Run the animation in single cycle mode.


The animation is displayed only once.
Continuous
Continuous - Run the animation in continuous
mode. The animation repeats until you stop it.
Frames per Set the animation to play at a faster or slower
second speed.
Point probe Select a curve. For 2-D plots, select a coordinate
type from the Selection Tool menu to display
coordinates.
Execute click and In an embedded plot window, use this probe to
drag code (2-D) execute the specified click and drag code, if any.
Pan Pan the plot by changing the view ranges.
Zoom in Zoom into the plot. Also, scale the plot by placing
the pointer over the plot and then rotating the
wheel button.
Zoom out Zoom out of the plot. Also, scale the plot by
placing the pointer over the plot and then rotating
the wheel button.
Reset view Reset the view to the default view of the 2-D plot.
Selection Tool Use the Selection Tool to select the information
(2-D) displayed in the point probe tool tooltip. You can
choose to display coordinates derived from
converted pixel coordinates or data points derived
from the original data points. To copy the
coordinate data into the clipboard, from the
context menu select Probe Info → Copy data.
Rotate (3-D) Rotate a three-dimensional plot to see it from a
different point of view.

You can also run the animation using the context menu or the Plot menu.
218 • 6 Plots and Animations

6.8 Customizing Animations


The display options that are available for static plots are also available for Maple animations.

Interactive Plot Builder Animation Options


Using the Interactive Plot Builder, you can apply various plot options within the Plot Options window. See Interactive
Plot Builder (page 213).

Context Panel Options


As with static plots, you can apply plot options to the animation by clicking the animation output.

(6.2)

Customize the animation using the context panel:


1. To change the line style, click the plot region. Select Style → Point.
2. To remove the axes, select Axes → None.

The animate Command Options


The animate command offers a few options that are not available for static plots. Refer to the animate help page for
information on these additional options. By default, a two-dimensional animation consists of sixteen plots (frames)
and a three-dimensional animation consists of eight plots (frames). To create a smoother animation, increase the
number of frames using the frames option.

Note: Computing more frames increases time and memory requirements.

>
6.9 Exporting • 219

>

>

6.9 Exporting
You can export a generated plot or animation to an image in various file formats, including DXF and X3D (for 3-D
plots), EPS, GIF, JPEG/JPG, POV, Windows BMP, and WMF. Exporting an animation to GIF produces an animated
image file. The exported images can be included in presentations, web pages, Microsoft Word, or other software.

To export an image:

1. Click the plot region.


2. From the context panel, select Export and the file format.
220 • 6 Plots and Animations

Alternatively:

1. Click the plot.


2. From the Plot menu, select Export, and then the file format.

Maple has various plot drivers. By setting the plotdevice, a file can be automatically created without returning the
image to the document. For more information, refer to the plot,device help page.

6.10 Code for Color Plates


Generating impressive graphics in Maple can require only a few lines of code, as shown by the examples in this chapter.
However, other graphics require many lines of code. Code for the color plates is available at the Maple Application
Center.

From the Help menu, select On the Web, User Resources, and then Application Center.

To access the color plate code:


1. Go to the Maple Application Center.
2. In the Keyword or phrase region, enter Color Plate.
7 Creating Mathematical Documents
Maple allows you to create powerful documents as business and education tools, technical reports, presentations, as-
signments, and handouts.

You can:
• Copy, cut, and paste information
• Format text for reports or course material
• Add headers and footers
• Insert images, tables, and symbols
• Generate 2-D and 3-D plots and animations
• Sketch in the document or on a plot
• Insert hyperlinks to other Maple files, web sites, or email addresses
• Place instructions and equations side by side
• Bookmark specific areas
• Easily update, revise, and distribute your documents

In this chapter, we will create a document that demonstrates many of Maple's documentation features. For further ex-
amples, note that this guide was written using Maple.

7.1 In This Chapter


Section Topics
Document Formatting (page 222) - Add various text • Copy and Paste
formatting elements • Quick Character Formatting
• Quick Paragraph Formatting
• Character and Paragraph Styles
• Sections
• Headers and Footers
• Show or Hide Worksheet Content
• Indentation and the Tab Key
Commands in Documents (page 235) - Format and • Document Blocks
display or hide commands in a document • Typesetting
• Auto-Execute
Tables (page 239) - Create tables and modify their • Creating a table
attributes • Cell contents
• Navigating table cells
• Modifying Structural Layout
• Modifying Physical Dimensions
• Modifying Appearance
• Printing Options
• Execution Order
• Tables in the Classic Worksheet

221
222 • 7 Creating Mathematical Documents

Section Topics
Canvas (page 248) - Sketch an idea in the document • Insert a Canvas
by inserting a canvas • Drawing
• Canvas Style
• Inserting Images
Hyperlinks (page 252) and Bookmarks - Add • Inserting a Hyperlink in the Document
hyperlinks to various sources • Linking to an Email Address, Dictionary Topic, Help Page, Maplet
Application, Web Page, or Document
• Bookmarks
Embedded Components (page 257) - Insert buttons, • Overview of available components
sliders, and more in your document • Example using a task template
Spell Checking (page 259) - Verify text with the • How to Use the Spellcheck Utility
Maple spell checking utility
• Selecting a Suggestion
• User Dictionary
Creating Graded Assignments (page 261) - Create • Creating a Question
documents for automated testing and assessment • Viewing Questions in Maple
• Saving Test Content
Worksheet Compatibility (page 262) - Compatibility • Classic Worksheet interface does not support all Standard Worksheet
Issues interface features

7.2 Document Formatting


To begin, create a new Maple document. From the File menu, select New → Document Mode. For this example, you
can copy and paste text from any file. The example text below is from a Maple help page, plot, but the formatting has
been removed for demonstration purposes.

Copy and Paste


You can cut, copy, and paste content within Maple documents, and from other sources.

To copy an expression, or part of an expression, to another location on the document:


1. Select the expression, or part of the expression, to copy. Alternatively, right-click and select Copy.
2. From the Edit menu, select Copy.
3. Place the cursor at the insertion point.
4. From the Edit menu, select Paste. Alternatively, right-click and select Paste.
Result:
7.2 Document Formatting • 223

If you paste into a math input region, Maple interprets all the pasted content as input. If you paste into a text region,
Maple interprets all the pasted content as text. However, note that 2-D Math retains its format in both input and text
regions.

When you copy and paste to another application, in general, Maple retains the original structure.

Quick Character Formatting


The Format→Character menu provides access to the following quick formatting features: Bold, Italic, Underline,
Superscript, Subscript, Font Color, and Highlight Color.

To modify text:
1. In the document, select the text to modify.
2. From the Format menu, select Character, and then the appropriate feature. Alternatively, select
Format Character from the context panel.
3. Select the quick formatting feature you want to apply (for example, bold or italic font).

Alternatively, use the context bar icons. For example, to apply a color to the parameters "f, x=x0..x1":

• Font Color Context Bar Icon

• Highlight Color Context Icon

For font and highlight colors, you can select from Swatches, a color wheel, RGB values, or choose a color using the
eye dropper tool. See Figure 7.1.
224 • 7 Creating Mathematical Documents

Figure 7.1: Select Color Dialog

In this example, choose a dark purple color, as in the help pages.

To format this text as bold, click the Bold toolbar icon, . Also, select the text "Calling Sequence" and format as bold.
Result:

Attributes Submenu: Setting Fonts, Character Size, and Attributes


You can also change various character attributes such as font, character size, style, and color in one dialog.

To modify text:
1. In the document, select text to modify.
2. From the Format menu, select Character, and then Attributes. The Character Style dialog opens. See Figure 7.2.
7.2 Document Formatting • 225

Figure 7.2: Character Style Dialog

Quick Paragraph Formatting


The Format→Paragraph menu provides access to the following quick alignment features: Align Left, Center, and
Align Right.

To modify a paragraph:
1. In the document, select the paragraph to modify.
2. From the Format menu, select Paragraph, and then the appropriate feature.

Attributes Submenu: Spacing, Indent, Alignment, Bullets, Line Break, and Page Break
You can change various paragraph attributes in one dialog.
• From the Format menu, select Paragraph, and then Attributes. The Paragraph Style dialog opens. See Figure 7.3.
• When changing spacing, you must indicate units (inches, centimeters, or points) in the Units drop-down list.
226 • 7 Creating Mathematical Documents

Figure 7.3: Paragraph Style Dialog

For example, in the pasted text, select all of the items under "Parameters", then open the Paragraph Style dialog.
Notice that the spacing has already been set.

In the Indent section, change the Left Margin indent to 10.0 pt.

In the Bullets and Numbering section, click the Style drop-down and select Dash. Click OK to close the dialog and
apply the styles.
Result:

For more information, refer to the paragraphmenu help page.

Character and Paragraph Styles


Maple has predefined styles for characters and paragraphs. A style is a set of formatting characteristics that you can
apply to text in your document to change the appearance of that text. When you apply a style, you apply a group of
formats in one action.
7.2 Document Formatting • 227

• A character style controls text font, size, color, and attributes such as bold and italic. To override the character style
within a paragraph style, you must apply a character style or character formatting.
• A paragraph style controls all aspects of a paragraph's appearance, such as text alignment, line spacing, and indent-
ation. In Maple, each paragraph style includes a character style.

Figure 7.4: Style Management Dialog

Applying Character Styles


By using the drop-down list in the document context bar, you can apply:
• Existing Maple character styles.
• New styles that you have created through the Style Management (Figure 7.4) and Character Style (Figure 7.5)
dialogs.

To apply a character style to text in your document:


1. Select the text to modify.
2. In the styles drop-down list in the context bar of your document, select an appropriate character style. All character
styles are preceded by the letter C. The selected text now reflects the attributes of the character style you have
chosen.

3. (Optional) If necessary, you can remove this style. From the Edit menu, select Undo.

Creating and Modifying Character Styles


You can create custom character styles to apply to text, or change existing character styles. New styles are automatically
added to the styles drop-down list in the context bar of your document.
1. From the Format menu, select Styles. The Style Management dialog opens. See Figure 7.4.

To create a character style:


• Click Create Character Style. The Character Style dialog opens. See Figure 7.5.
228 • 7 Creating Mathematical Documents

• In the first row of the dialog, enter a style name in the blank text region.

To modify a character style:


• From the style list, select the character style to modify. Recall that all character styles are preceded by the letter C,
while paragraph styles are preceded by the letter P.
• Click Modify. The Character Style dialog opens with the current attributes displayed. See Figure 7.5.

For either action, continue:


2. Select the properties for the new character style, such as font, size, attributes, and color. In the font attributes, the
Superscript and Subscript check boxes are mutually exclusive. When you select one of the two check boxes, the
other is disabled. You must clear one before selecting the other.

Note: A preview of the style is displayed in the last row of the Character Style dialog.
3. To save the style, click OK or to abandon, click Cancel. If you have modified a style, all text in your document
that uses the altered style is updated to reflect the changes.

Figure 7.5: Defining a Character Style

For example, in the pasted text, suppose we want to create a character style for the bold, purple parameter.
• From the Format menu, select Styles, then click Create Character Style.
• Enter the style name, "Placeholder", and then select the character attributes. In this case, click the Bold check box.
Then click the Color button and choose a dark purple. Click OK to create the character style.

Now you can apply the style to any text. Under Calling Sequences, select each list of parameters inside the command.
To apply the style, from the Styles drop-down menu in the toolbar, select Parameter.
7.2 Document Formatting • 229

Result:

Applying Paragraph Styles


By using the drop-down list in the document context bar, you can apply:
• Existing Maple paragraph styles.
• New styles that you have created through the Style Management (Figure 7.4) and Defining a Paragraph Style
(Figure 7.6) dialogs.

To apply a Maple paragraph style to text in your document:


1. Select the text to modify.
2. In the styles drop-down list in the context bar of your document, select an appropriate paragraph style. All Maple
paragraph styles are preceded by the letter P. The selected text now reflects the attributes of the paragraph style you
have chosen.
230 • 7 Creating Mathematical Documents

For example, to format the title of the pasted text as a title, first select the line: "plot - create a two-dimensional plot".
In the Styles drop-down, select Title.
Result:

3. (Optional) If necessary, you can remove this style. From the Edit menu, select Undo.

Creating and Modifying Paragraph Styles


You can create custom paragraph styles to apply to text, or change existing paragraph styles. New styles are automat-
ically added to the styles drop-down list in the context bar of your document.
1. From the Format menu, select Styles. The Style Management dialog opens. See Figure 7.4.

To create a paragraph style:


• Click Create Paragraph Style. The Paragraph Style dialog opens. See Figure 7.6.
• In the first row of the dialog, enter a style name in the blank text field.

To modify a paragraph style:


• Select a paragraph style to modify. Recall that all paragraph styles are preceded by the letter P.
• Click Modify. The Paragraph Style dialog opens with the current attributes displayed.

For either action, continue:


4. In the Units drop-down menu, select the units used to determine spacing and indentation. Select from inches (in),
centimeters (cm), or points (pt).
5. Select the properties to use for this paragraph style, such as Spacing, Indent, Alignment, Bullets and Numbering,
Page Break Before, and Linebreak.
6. To add or modify a font style, click Font. The Character Style dialog opens. For detailed instructions, see Creating
and Modifying Character Styles (page 227).
7. To save the style, click OK, or to abandon, click Cancel. If you are modifying an existing style, all text in your
document that uses the altered style is updated to reflect the changes.
7.2 Document Formatting • 231

Figure 7.6: Defining a Paragraph Style

Style Set Management: Saving Styles for Future Use


You can use the style set of a particular document as the default style for all documents.

Figure 7.7: Style Set Management Dialog

For information on creating and managing style sets, see the worksheet/documenting/styles help page.

Sections
You can organize your document into sections, either before or after the text has been entered.
232 • 7 Creating Mathematical Documents

Using the Insert Menu to Add Sections


1. Place the cursor in the paragraph or execution group above the location at which you want to insert a new section.
• If the cursor is inside a section, Maple inserts the new section after the current section.
• If the cursor is in an execution group, Maple inserts the new section after the execution group.
2. From the Insert menu, select Section. An arrow marks the start of the section.
3. Move the cursor to the text area beside the arrow. Enter the section heading.
4. Move the cursor to the body of the section. Enter the content.

Tips for Adding Sections and Subsections


• If you are in a section and select Insert→Section, a subsection is created.
• To insert a subsection immediately after the current subsection, use Edit→Split or Join→Split Section. The newly
created section is at the same indentation level as the existing section.
• To outdent, use Edit→Remove Section. This decreases the indentation of a worksheet element by one level by re-
moving one subsection that encloses the worksheet element.

Using the Indent and Outdent Toolbar Icons


You can shift sections to create or remove subsections.
Enclose the selection in a section or subsection

Outdent the selection to the next section level, if possible.

For example, to create two sections containing the two categories of information in the pasted text:
1. Select "Parameters" and all of the items under it.
2. Click the Indent toolbar item.
3. Cut and paste "Parameters" from inside the section to its title.
4. Similarly, create a section with the title "Calling Sequence", containing the items under that heading.
7.2 Document Formatting • 233

Result:

Note: The section titles are automatically formatted as section titles, but you can change the formatting through the
Paragraph Style dialog.

Headers and Footers


You can add headers and footers to your document that will appear at the top and bottom of each page when you print
the document.

To add or edit headers and footers:

From the Insert menu, select Header Footer. The Header Footer dialog appears. See Figure 7.8.

Figure 7.8: Header and Footer Dialog - Custom Header

The available elements include the current date, page number, number of pages, an image, the filename, or any plain
text. These elements can be placed in the left or right corner or the center of the page.

You can choose one of the predefined header or footer styles in the Predefined Header and Footer tab, or create your
own by clicking the Custom Header or Custom Footer tab.

For more information on header and footer options, refer to the headerfooter help page.

Show or Hide Worksheet Content


You can hide document elements of a specific type so that they are not visible. This does not delete them, but hides
them from view. Hidden elements are not printed or exported, but they can be copied and pasted.

In a document, use the Show Contents dialog to hide all spreadsheets, input, output, or graphics, plus markers for
section boundaries, execution group boundaries, hidden table borders on mouse pointer roll over, and annotations. The
dialog is accessed from the View→Show/Hide Contents menu.
234 • 7 Creating Mathematical Documents

Using the Show Contents Dialog


A check mark beside the item indicates that all document elements of that type are displayed for the current document.
See Figure 7.9.

Figure 7.9: Show Contents Dialog

1. From the View menu, select Show/Hide Contents. The Show Contents dialog opens with all items selected for
display.
2. Clear the check box associated with the document components or markers to hide them.

Note: By clearing the Input check box, Maple Input (1-D Math) and 2-D Math input are hidden. However, this will
not hide Text input in Document mode. Clearing the Graphics check box ensures that a plot, an image, or the Canvas
inserted in the document by using the Insert menu option is also hidden.

Command Output Versus Inserted Content


Output is considered an element that results from executing a command. Inserted components are not considered output.

Consider the following examples.

The plot resulting from executing the plot(sin) command is considered output.
• To show a plot from the plot(sin) command, select both the Output and Graphics check boxes in the Show Contents
dialog.

Inserted images and the Canvas are not considered output. As such, they are not hidden if you clear the Output check
box.
• To hide an inserted image or canvas, clear the Graphics check box in the Show Contents dialog.

Indentation and the Tab Key


The Tab icon allows you to set the Tab key either to move between placeholders or to indent. For example, with the
Tab icon off, click the exponent button in the Expression palette. The expression is inserted with the first placeholder
highlighted. To move to the next placeholder, use the Tab key.
7.3 Commands in Documents • 235

Tab icon off. Allows you to move between placeholders using the Tab key.

The Tab icon is disabled when using 2-D Math (Math mode), and as such, the Tab key allows you to move
between placeholders.
Tab icon on. Allows you to indent in the document using the Tab key.

7.3 Commands in Documents


Document Blocks
With document blocks, you can create documents that present text and math in formats similar to those found in business
and education documents.

In a document block, an input prompt or execution group is not displayed.

By hiding Maple input such that only text and results are visible, you create a document with better presentation flow.
Before using document blocks, it is recommended that you display Markers. A vertical bar is displayed along the left
pane of the document. Icons representing document blocks are displayed in this vertical bar next to associated content.

To activate Markers:
• From the View menu, select Markers.

For further details on document blocks, see Document Blocks (page 41) in Chapter 1.

Working with Document Blocks


In document mode, each time you press Enter, a new document block appears. Documents consist of a series of doc-
ument blocks.
1. Create a new document block after the last section of the pasted example, either by pressing Enter, or by selecting,
from the Edit→Document Blocks menu, Create Document Block.

2. Enter text and an expression to evaluate. For example, enter "Plot the expression and its derivative,

". For detailed instructions on entering this phrase, see Example 6 - Enter Text and 2-D Math in the
Same Line Using Toolbar Icons (page 24) in Chapter 1.
3. Select the expression to display the context panel.
4. From the context panel, click Evaluate and Display Inline. The expression is evaluated.
5. Check that the input mode is Text, then enter the rest of the sentence: ", in the same plot." See Figure 7.10.

Before

After

Figure 7.10: Working with Document Blocks

Result:
236 • 7 Creating Mathematical Documents

Inline Document Output


Document blocks can display content inline, that is, text, input, and output in one line as presented in business and
education documents.

To display content inline:


1. Place the cursor in the document block.
2. From the Edit→Document Blocks menu, select Inline Document Output.

View Document Code


To view the contents, that is, all code and expanded execution groups within a document block, you must expand the
document block.
1. Place the cursor in the document block region.
2. From the Edit→Document Blocks menu, select Show Command.

3. To hide code again, clear the check box beside Show Command.

Expand an Execution Group within a Document Block


An execution group is a grouping of Maple input with its corresponding Maple output. It is distinguished by a large
square bracket at the left called a group boundary.

As document blocks can contain many execution groups, you can select to expand an execution group within a document
block.
1. Place the cursor near the end of the document block region.
2. From the Edit→Document Blocks menu, select Show Execution Group.
7.3 Commands in Documents • 237

3. To hide the group, clear the check box beside Show Execution Group.

Switch between Input and Output


1. Place the cursor in the document block region.
2. From the Edit→Document Blocks menu, select Toggle Input/Output Display.

Input from any executable math or commands is displayed in one instance, or only output is displayed.

Typesetting
You can control typesetting and 2-D Math equation parsing options in the Standard Worksheet interface. Extended
typesetting uses a customizable set of rules for displaying expressions.

The rule-based typesetting functionality is available when the Typesetting level is set to Extended (the default). You
can set the typesetting level under Tools→Options→Display tab). This parsing functionality applies to 2-D Math
editing (Math mode) and output.

For example, you can change the display of derivatives to suit the content and audience of your document.

>
Tools→Options→Display tab: Typesetting level = Extended.

>
Tools→Options→Display tab: Typesetting level = Maple Standard.

To specify rules, use the Typesetting Rule Assistant.


• From the View menu, select Typesetting Rules. The Typesetting Rule Assistant dialog opens.

For more information, see the Typesetting, TypesettingRuleAssist, and OptionsDialogDisplay help pages.

Auto-Execute
The Autoexecute feature allows you to designate regions of a document for automatic execution. These regions are
executed when the document opens or when the restart For more information, refer to the restart help page. command
is executed. This is useful when sharing documents. Important commands can be executed as soon as the user opens
your document. The user is not required to execute all commands.

Setting the Auto-Execute Feature


1. Select the region to be automatically executed when the document opens.
2. From the Format menu, select Autoexecute, and then Set.

Regions set to Autoexecute are denoted by exclamation mark symbols in the Markers region (View → Markers), .
238 • 7 Creating Mathematical Documents

For example, to display a plot in your document without saving the plot, making your document use less memory, you
can set a plot command to autoexecute.
1. After the plot instruction, enter a Maple prompt (Insert → Execution Group → After Cursor).

2. Enter the plot command: and press Enter to execute.

3. Select the plot, then select Edit → Remove Output → From Selection.
4. Place the cursor in the plot command, then select Format → Autoexecute → Set.
5. Save and close the document; on reopening, the command is re-executed.
Result:

Removing the Auto-Execute Setting


To remove the setting in a region:
1. Select the region.
2. From the Format menu, select Autoexecute, and then Clear.

To remove all autoexecuted regions from a document:


• From the Format menu, select Autoexecute, and then Clear All.

Repeating Auto-Execution
To execute all marked groups:
• From the Edit menu, select Execute, and then Repeat Autoexecute.

Security Levels
By default, Maple prompts the user before automatically executing the document.

To set security levels for the autoexecute feature, use the Security tab in the Options dialog. For details, refer to the
OptionsDialogSecurity help page.
7.4 Tables • 239

7.4 Tables
Tables allow you to organize content in a document.

Creating a Table
To create a table:
1. From the Insert menu, select Table.
2. Specify the number of rows and columns in the table creation dialog.
3. Click OK.

The default properties for the table include visible borders and auto-adjustment to 100% of the document width. These
options, as well as the table dimensions, can be modified after table creation.

Create a table with 4 rows and 2 columns at the end of your document. In document mode, the input mode is set to
Math by default; in worksheet mode, the default is Text mode.

Cell Contents
Any content that can be placed into a document can also be placed into a table cell, including other sections and tables.
Table cells can contain a mix of:
• Input commands
• 2-D Math
• Embedded components: buttons, sliders, check boxes, and more
• Plots
• Images

Enter a heading in both columns of the first row, in 2-D Math. You can use any text formatting features within each
cell; for example, bold and center the headings.

Navigating Table Cells


Use the Tab key to move to the next cell. Ensure that the Tab toolbar icon is off.
Tab icon off. Allows you to move between cells using the Tab key.

Tab icon on. Allows you to indent in the table using the Tab key.

Tab between the cells of the table and enter the following expressions in the first column. For each function, from the
context panel, select Differentiate → With respect to → x. Cut and paste the resulting expression into the second
column.
240 • 7 Creating Mathematical Documents

Modifying the Structural Layout of a Table


The number of rows and columns in a table are modified using the Insert and Delete submenus in the Table menu or
by using the Cut and Copy/Paste tools.

Inserting Rows and Columns

Row and column insertion is relative to the table cell that currently contains the cursor. If the document has an active
selection, insertion is relative to the selection boundaries.
• Column insertion can be to the left or right of the document position marker or selection.
• Row insertion can be above or below the marker or selection.

In your table, add a third column on the right to display the plots of these expressions. Add the heading, and insert a
blank plot region in each cell below it, by selecting Insert → Plot → 2-D (or 3-D for the second expression). Then
Ctrl-drag (Control-drag for Macintosh) each expression in the row into its plot region to display it. For details on this
procedure, see Plots and Animations (page 187).

Resize the plots and table as desired.


7.4 Tables • 241

Plot of and

Deleting Rows and Columns

With deleting operations using the Delete key, the Delete Table Contents dialog opens allowing you to specify the
desired behavior. For example, you can delete the selected rows, or delete the contents of the selected cells. See
Figure 7.11.

Figure 7.11: Delete Table Contents Verification Dialog

Pasting

Pasting a table subselection into a table may result in the creation of additional rows or columns, overwriting existing
cell content, or the insertion of a subtable within the active table cell. When there is a choice, the Table Paste Mode
dialog opens, allowing you to choose. See Figure 7.12.
242 • 7 Creating Mathematical Documents

Figure 7.12: Table Paste Mode Selection Dialog

Merging Cells

To merge adjacent cells in a table, select the cells you would like to merge. From the Table menu, select Merge Cells.
You can merge cells across row or column borders. See Figure 7.13. The resulting cell must be rectangular. The contents
of the individual cells in the merge operation are concatenated in execution order. See Figure 7.14. For details on cell
execution order, see Execution Order Dependency (page 245).

> > >

Figure 7.13: Two Cells >

Figure 7.14: Merged Cells

Modifying the Physical Dimensions of a Table


The overall width of the table can be controlled in several ways.

The most direct way is to press the left mouse button (press mouse button, for Macintosh) while hovering over the left
or right table boundary and dragging the mouse left or right. Upon release of the mouse button, the table boundary is
updated. This approach can also be used to resize the relative width of table columns.

Alternatively, the size of the table can be controlled from the Table Properties dialog. Select the Table menu and
then Properties. Two sizing modes are supported.
1. Fixed percentage of page width. Using this option, the table width adjusts whenever the width of the document
changes. This option is useful for ensuring that the entire content of the table fits in the screen or printed page.
2. Scale with zoom factor. This option is used to preserve the size and layout of the table regardless of the size of the
document window or the zoom factor. If the table exceeds the width of the document window, the horizontal scroll
bar can be used to view the rightmost columns. Note: Using this option, tables may be incomplete when printed.

Modifying the Appearance of a Table

Table Borders
The style of exterior and interior borders is set using the Table Properties dialog. From the Table menu, select
Properties.
• You can set all, none, or only some of the borders to be visible in a table. Exterior borders are controlled separately.
• You can control the visibility of interior borders by using the Group submenu of the Table menu; grouping rows or
columns suppresses interior borders, provided that the interior border style is set by row and column group.
7.4 Tables • 243

For example, group the columns together, and group rows 2 to 4 together. Then in the Table Properties dialog, select
Exterior Borders: Top and bottom, and Interior Borders: By row and column group.

• Hidden borders are visible when the mouse hovers over a table. Note: You can hide the visibility of lines on mouse
pointer roll over by using the View→Show/Hide Contents dialog, and clearing the Hidden Table Borders check
box. This setting applies to all tables in the worksheet. You can also set controls for an individual table from the
Table Properties→Show hidden borders option. Using this option, borders can be hidden in a table even if they
are set to visible on roll over in the Show/Hide Contents dialog.

Alignment Options
The table alignment tools control the horizontal alignment of columns and vertical alignment of rows.

For column alignment, the current selection is expanded to encompass all rows in the selected columns. The alignment
choice applies to all cells within the expanded selection. If the document does not contain a selection, the cursor position
is used to identify the column.

Similarly, the selection is expanded to include all columns in the selected rows for vertical alignment options. The
following table illustrates the vertical alignment options. The baseline option is useful for aligning equations across
multiple cells within a row of a table.
244 • 7 Creating Mathematical Documents

For example, set the Row alignment to Baseline for all rows, and set the Column alignment to Center for all columns.

Cell Color
You can set the background color of any cell or collection of cells to be any color. This coloring is independent of any
highlighting or text color that may also be applied.

To change the color of a cell, place the cursor in the cell, then from the Table menu, select Cell Color.... In the Select
A Color dialog, choose a color from the swatches, the color wheel, or RGB. See the DrawingTools help page for details
on color selection.
7.4 Tables • 245

For example, select the first row of the table and apply a light blue color. This sets the header off from the content below.

Controlling the Visibility of Cell Content


The Table Properties dialog includes two options to control the visibility of cell content. These options allow control
over the visibility of Maple input and execution group boundaries. Thus, these elements can be hidden in a table even
if they are set to visible for the document in the View→Show/Hide Contents dialog.

Printing Options
The Table Properties dialog contains options to control the placement of page breaks when printing. You can fit a
table on a single page, allow page breaks between rows, or allow page breaks within a row.

Execution Order Dependency


The order in which cells are executed is set in the Table Properties dialog. The following tables illustrate the effect
of execution order.
Row-wise execution order

> x:=1; > x:=x+1;


(7.1) (7.2)

> x:=x+1; > x:=x+1;


(7.3) (7.4)
246 • 7 Creating Mathematical Documents

Column-wise execution order

> x:=1; > x:=x+1;


(7.5) (7.6)

> x:=x+1; > x:=x+1;


(7.7) (7.8)

Tables and the Classic Worksheet


Tables are flattened on export to the Classic Worksheet interface. For example, the following table in the Standard
Worksheet appears as one column in the Classic Worksheet interface.
Table in Standard Worksheet Table in Classic Worksheet
aaa ddd aaa
bbb eee bbb
ccc fff ccc
ddd
eee
fff

Editable Tables
Tables can be marked as editable or non-editable. The editable property for tables is independent of the document ed-
itability, though if a document is marked as non-editable, tables cannot be edited. After a table has been marked as
non-editable, any content stored in the table cannot be modified. It is not possible to add any new content such as em-
bedded components or to run computations in execution groups or document blocks. Existing interactive embedded
components inside of a table will continue to work.

A table can be marked as editable or non-editable in its Table Properties using either the DocumentTools:-SetProperty
command or the Context Panel. To make a table editable or non-editable using the Context Panel, in the Table properties,
select or clear the Editable check box

Additional Examples
For more practice creating and manipulating tables, try creating the following tables at the end of your document.

Table of Values
This example illustrates how to set the visibility options for cell contents to display a table of values.

>

Create a table with 2 rows and 7 columns. Enter the values as below, and then select all table cells. In the Table →
Alignment menu, select Columns, and then Center.

0 1 2 3 4 5 6
7.4 Tables • 247

> > > > > > >

Table settings:

In the Properties dialog (Table → Properties menu):


1. Set Table Size Mode to Scale with zoom factor.
2. Hide Maple input and execution group boundaries: Clear the Show input and Show execution group boundaries
check boxes.
0 1 2 3 4 5 6

Formatting Table Headers


The following table uses cell merging for formatting row and column headers, and row and column grouping to control
the visibility of cell boundaries.

By default, invisible cell boundaries are visible on mouse pointer roll over. You can hide the visibility of lines on
mouse pointer roll over by using the View→Show/Hide Contents dialog, and clearing the Hidden Table Borders
check box.
Parameter 2
Low High
Parameter 1 Low 13 24
High 18 29

Table settings:
1. Insert a table with 4 rows and 4 columns and enter the information shown above.

Using the Table menu:


2. Merge the following sets of (Row,Column) cells: (R1,C1) to (R2,C2), (R1,C3) to (R1,C4), and (R3,C1) to (R4,C1).
3. Group columns 1 and 2, and columns 3 and 4.
4. Group rows 1 and 2, and rows 3 and 4.

In the Properties dialog (Table→Properties menu):


5. Set Exterior Borders to None.
6. (Optional) Change Table Size Mode size option to Scale with zoom factor.

Using the Table menu:


7. Set Alignment of columns 3 and 4 to Center.

2-D Math and Plots


The following example illustrates the use of tables to display 2-D Math and plots side by side.
248 • 7 Creating Mathematical Documents

Approximating exp(-x) as a rational polynomial


using a order Padé approximation.

Insert a table with 1 row and 2 columns. Enter the information in text and executable 2-D Math to create the calculation
and plot, as shown.

Table Settings:

In the Properties dialog (Table→Properties menu):


1. Set Exterior and Interior Borders to None.
2. Hide Maple input and execution group boundaries: Clear the Show input and Show execution group boundaries
check boxes.

Using the Table menu:


3. Change row Alignment to Center.

7.5 Canvas
Using the drawing tools, you can sketch an idea in a canvas, draw on plots, and draw on images. See Figure 7.15. For
details about the drawing feature, refer to the DrawingTools help page.
7.5 Canvas • 249

Figure 7.15: Drawing Tools and Canvas

Insert a Canvas
To insert a canvas:
1. Place the cursor where the canvas is to be inserted.
2. From the Insert menu, select Canvas. A canvas with grid lines appears in the document at the insertion point. The
Drawing icon is available and associated context bar icons are displayed.

The tools include the following: selection tool, pencil (free style drawing), eraser, text insert, straight line, rectangle,
rounded rectangle, oval, diamond, alignment, drawing outline, drawing fill, drawing linestyle, and drawing canvas
properties.

Drawing
To draw with the pencil tool in the canvas:
1. From the Drawing icons, select the pencil icon.
2. Click and drag your mouse in the canvas to draw lines. Release the mouse to complete the drawing.

To adjust the color of drawing tools:


1. From the Drawing icons, select the Drawing Outline icon. See Figure 7.16.
2. Select one of the color swatches available or select the color wheel, RGB ranges, or eye dropper icon at the bottom
of the dialog and customize the color to your preference.
3. After selecting a new color, draw on the canvas using the pencil icon and notice the new color.
250 • 7 Creating Mathematical Documents

Figure 7.16: Drawing Outline Color Icon

In your document, there are three plots, two of which are 2-D plots that can be drawn on. All of the information in the
table you made in the previous section could be drawn onto the plot, putting the information in a more concise layout.

Consider one of the plots from the table:

Click on the plot, and notice that the Plot toolbar is open. However, the Drawing toolbar is also available. Click on
Drawing to see the toolbar.

Select the Text icon, , and click on the plot. Enter the expression in one text area, and its derivative in another,
as shown. You can move the text areas around on the plot so that they indicate the correct lines.

For details on the rest of the drawing features, refer to the DrawingTools help page.

Canvas Style
You can alter the Canvas in the following ways:
• Add a grid of horizontal and/or vertical lines. By default, the canvas opens with a grid of horizontal and vertical
lines.
• Change the grid line color.
7.5 Canvas • 251

• Change the spacing between grid lines.


• Change the background color.

These options can be changed in the Drawing Properties Canvas Icon. See Figure 7.17.

Figure 7.17: Drawing Properties Canvas Icon - Change the Gridline Color

Inserting Images
You can insert images in these file formats into your
document.
• Graphics Interchange Format - gif
• Joint Photographic Experts Group - jpe, jpeg, jpg
• Portable Network Graphics - png
• Bitmap Graphics - bmp
• Tagged Image File Format - tif, tiff, jfx
• Portable aNyMap - pnm
• Kodak FlashPix - fpx

To insert an image into the document at the cursor location:


1. From the Insert menu, select Image. The Load Image dialog opens.
2. Specify a path or folder name.
3. Select a filename.
4. Click Open. The image is displayed in the document.

If the source file is altered, the embedded image does not change because the original object is pasted into the document.

To resize an inserted image:


1. Click the image. Resizing anchors appear at the sides and corners of the image.
2. Move the mouse over the resize anchor. Resizing arrows appear.
3. Click and drag the image to the desired size.

Note: To constrain the proportions of the image as it is resized, press and hold the Shift key as you drag.
252 • 7 Creating Mathematical Documents

You can also draw on images in the same way as the drawing canvas For more information, refer to the worksheet/doc-
umenting/drawingtools help page..

ImageTools Package
You can manipulate image data using the ImageTools package. This package is a collection of utilities for reading
and writing common image file formats, and for performing basic image processing operations within Maple.

Within Maple, images are represented as dense, rectangular Arrays of 64-bit hardware floating-point numbers. Grayscale
images are 2-D, whereas color images are 3-D (the third dimension representing the color channels).

In addition to the commands in the ImageTools package, many ordinary Array and Matrix operations are useful for
image processing.

For details about this feature, refer to the ImageTools help page.

7.6 Hyperlinks
Use a hyperlink in your document to access any of the following.
• Web Page (URL)
• Email
• Worksheet
• Help Topic
• Task
• Dictionary Topic
• Maplet

Figure 7.18: Hyperlink Properties Dialog

Inserting a Hyperlink in a Document


To create a hyperlink from existing text in the document:
1. Highlight the text that you want to make a hyperlink.
2. From the Insert menu, select Hyperlink. Alternatively, from the Context Panel for the highlighted text, select
Convert To→Hyperlink.
7.6 Hyperlinks • 253

3. In the Hyperlink Properties dialog box, the Link Text field is dimmed since the text region you highlighted is
used as the link text. This is demonstrated in Figure 7.18. The highlighted text region, Diff is dimmed.
4. Specify the hyperlink Type and Target as described in the appropriate following section.

To insert a text or image hyperlink into the document:


1. From the Insert menu, select Hyperlink.
2. In the Hyperlink Properties dialog box, enter the Link Text.

Optionally, use an image as the link. Select the Image check box and click Choose Image for the file. In .mw files,
the image appears as the link. You can resize the image as necessary. Click and drag from the corners of the image to
resize.
3. Specify the hyperlink Type and Target as described in the appropriate following section.

Linking to a Web Page


To link to a Web page:
1. In the Type drop-down list, select URL.
2. In the Target field, enter the full URL, for example, http://www.maplesoft.com.
3. Click OK.

Linking to an Email Address


To link to an email address:
1. In the Type drop-down list, select Email.
2. In the Target field, enter the email address.
3. Click OK.

Note: For information about email hyperlinks in the Classic Worksheet interface, see Worksheet Compatibility (page 262).

Linking to a Worksheet
To link to a Maple worksheet or document:
1. In the Type drop-down list, select Worksheet.
2. In the Target field, enter the path and filename of the document or click Browse to locate the file. (Optional) In
the Bookmark drop-down list, enter or select a bookmark.

Note: To link within a single Maple document, leave the Target field blank and choose the bookmark from the
Bookmark drop-down list.

Tip: When linking to another document, the default is to use a relative path. When sharing documents that contain
hyperlinks, ensure that target documents are in the same directory, or use a ZIP file to preserve the directory structure
if you are sharing a large collection of interlinking documents..
3. Click OK.

Linking to a Help Page


To link to a help page:
1. In the Type drop-down list, select Help Topic.
2. In the Target field, enter the topic of the help page. (Optional) In the Bookmark drop-down list, enter or select a
bookmark.
254 • 7 Creating Mathematical Documents

3. Click OK.

Linking to a Task
To link to a task:
1. In the Type drop-down list, select Task.
2. In the Target field, enter the topic name of the task template (see the status bar at the bottom of the Task Browser
window).
3. Click OK.

Linking to a Dictionary Topic


To link to a Dictionary topic:
1. In the Type drop-down list, select Dictionary Topic.
2. In the Target field, enter a topic name. Dictionary topics begin with the prefix Definition/, for example, Defini-
tion/dimension.
3. Click OK.

Linking to a Maplet Application


To link to a Maplet application:
1. In the Type drop-down list, select Maplet.
2. In the Target field, enter the local path to a file with the .maplet extension. Optionally, click Browse to locate the
file.

If the Maplet application exists, clicking the link launches the Maplet application. If the Maplet application contains
syntax errors, then error messages are displayed in a popup window.

When sharing documents that contain links to Maplet applications, ensure that target Maplet applications are in the
same directory, or use a ZIP file to preserve the directory structure if you are sharing a large collection.
3. Click OK.

Note: To link to a Maplet application available on a MapleNet™ web page, use the URL hyperlink type to link to the
web page. For information on MapleNet, see Embedded Components and Maplets (page 303).

Linking to a Workbook Attachment


Similar to attaching to a worksheet, you can link to workbook content by directly entering the workbook file URI, or
by browsing to the target workbook file.

If you want to enter the URI directly into Target field, you should copy the URI first.

To copy the URI of the content you want to link to:


1. In the Workbook Navigator palette, right-click on the file you want to link to.
2. From the context menu, select Copy Path.
3. The URI of the target file is now copied to the clipboard.

To link to a workbook attachment:


4. Select Workbook Attachment from the Type drop-down list.
5. In the Target field, enter the URI of the worksheet, obtained in the above instructions, or click Browse to locate
the workbook file.
7.6 Hyperlinks • 255

6. Click OK.

Linking to a Workbook File


You can link to a workbook file (instead of an attachment inside the workbook) using the hyperlink properties dialog.
1. Select Worksheet from the Type drop-down list.
2. In the Target field, enter the path and filename of the workbook (.maple) file or click Browse to locate the file.
3. Click OK.

Example
For this example, link the text "horizontal range" to the dictionary page for domain. As indicated in the section for
Linking to a Dictionary Topic, select Dictionary Topic in the Type drop-down list, and then enter Definition/domain
in the Target field.

Links to dictionary topics appear underlined and in red.


Result:

Bookmarks
Use a bookmark to designate a location in an active document. This bookmark can then be accessed from other regions
in your document or by using hyperlinks in other documents.

To display bookmark formatting icons, activate the Marker feature.


• From the View menu, select Markers.

Figure 7.19: Bookmark Indicator

Note: You can display bookmark properties by holding the pointer over a bookmark indicator. See Figure 7.19.
256 • 7 Creating Mathematical Documents

Inserting, Renaming, and Deleting a Bookmark


To insert a bookmark:
1. Place the cursor at the location at which to place the bookmark. For example, place the cursor in the Parameters
section title.
2. From the Format menu, select Bookmarks. The Bookmark dialog opens, listing existing bookmarks in the document.
3. Click New. The Create Bookmark dialog opens. See Figure 7.20. Enter a bookmark name, "parameters", and click
Create.

Figure 7.20: Create Bookmark Dialog

4. The new bookmark appears in the Bookmark dialog list. Click OK.

Note: You can also rename and delete bookmarks using the Bookmark dialog.

Alternatively, right-click on a particular bookmark to rename or delete it.


Result:
7.7 Embedded Components • 257

Go to a Bookmark
You can automatically move the cursor to the location of the bookmark in the active document.
1. From the Edit menu, select Go To Bookmark. The Go To Bookmark dialog opens with the current bookmarks
listed.
2. Select the bookmark "parameters" and click OK. The cursor moves to the bookmark, at the beginning of the Para-
meters section.

For more information, refer to the bookmarks help page.

7.7 Embedded Components


You can embed simple graphical interface components, such as a button, in your document. These components can
then be associated with actions that are to be executed. For example, the value of a slider component can be assigned
to a document variable, or a text field can be used to input an equation.

Adding Graphical Interface Components


The graphical interface components can be inserted by using the Components palette (Figure 7.21) or by cutting/copying
and pasting existing components to another area of the document. Although copied components have most of the same
characteristics, they are distinct.

By default, palettes are displayed when you launch Maple. If palettes are not visible, use the following procedure:
1. From the View menu, select Palettes.
2. Select Expand Dock.
3. If the Components palette is not displayed, right-click (Control-click, for Macintosh) the palette dock. From the
context menu, select Show Palette, and then Components.

For more information, see Palettes (page 16).

You can embed the following items:


• Button, Toggle Button
• Combo Box, Check Box, List Box, Radio Button
• Text Area, Label
• Slider, Plot, Mathematical Expression
• Dial, Meter, Rotary Gauge, Volume Gauge
• Data Table
• Video Player
• Shortcut Component
258 • 7 Creating Mathematical Documents

Figure 7.21: Components Palette

Task Template with Embedded Components


In your document, you can add components that have already been configured to work together, by using a task template.
Here, we use the Interactive Application template. For details on how to create and modify components, see Creating
Embedded Components (page 306).

To insert the task template, from the Tools menu, select Tasks → Browse. In the table of contents, expand Document
Templates, and select Interactive Application. Click Insert Minimal Content. The following is inserted into your
document.
7.8 Spell Checking • 259

Figure 7.22: Interactive Application Task Template

This configuration of components plots a linear function with slope and y-intercept given respectively by the two dials

and , and displays the function on a gauge. For details on how these
components work together, see Embedded Components and Maplets (page 303).

7.8 Spell Checking


The Spellcheck utility examines all designated text regions of your document for potential spelling mistakes, including
regions that are in collapsed sections. It does not check input, output, text in execution groups, or math in text regions.
See Figure 7.23.

Note: The Spellcheck utility uses American spelling.


260 • 7 Creating Mathematical Documents

Figure 7.23: Spellcheck Dialog

How to Use the Spellcheck Utility


1. From the Tools menu, select Spellcheck. Alternatively, press F7. The Spellcheck dialog appears. It automatically
begins checking the document for potential spelling mistakes.
2. If the Spellcheck utility finds a word that it does not recognize, that word is displayed in the Not Found text box.

You have six choices:


• To ignore the word, click Ignore.
• To ignore all instances of the word, click Ignore All.
• To change the word, that is, accept the suggested spelling that is in the Change To text box, click Change.
• To change all instances of the word, that is, accept the suggested spelling to replace all instances of the word, click
Change All.
• To add the word to your dictionary, click Add. For details, see the following User Dictionary section.
• To close the Spellcheck dialog and stop the spelling check, click Cancel.
3. When the Spellcheck is complete, a dialog containing the message "The spelling check is complete" appears. Click
OK to close this dialog.

Note: when using the Spellcheck utility, you can fix spelling errors in the dialog, but you cannot change the text in
document. The Spellcheck utility does not check grammar.

Selecting a Suggestion
To select one of the suggestions as the correct spelling, click the appropriate word from the list in the Suggestions text
box.

If none of the suggestions are correct, highlight the word in the Change To text box and enter the correct spelling.
Click Change to accept this new spelling.

User Dictionary
You can create and maintain a custom dictionary that works with the Maple Spellcheck utility.
7.9 Creating Graded Assignments • 261

Properties of the Custom Dictionary File


• It must be a text file, that is, have the file extension .txt. For example, mydictionary.txt.
• It is a list of words, one word per line.
• It is case sensitive. This means that integer and Integer require individual entries in the dictionary file.
• It does not require manual maintenance. You build your dictionary file by using the Add functionality of the
Spellcheck. However, you can manually edit the file.

To specify a custom dictionary to be used with the Maple Spellcheck utility:


1. Create a .txt file in a directory/folder of your choice.
2. In Maple, open the Options dialog, Tools → Options, and select the General tab.
3. In the User Dictionary field, enter the path and name of the .txt file you created, or click Browse to select the loc-
ation and filename.
4. To ignore Maple words that are command and function names, clear the Use Maple words in spellchecker check
box.
5. Click Apply to Session or Apply Globally to save the settings, or Cancel to discard.

Adding a Word to Your Dictionary


When running the spellcheck, if the word in the Not Found text box is correct, you can add the word to your dictionary.
1. Click the Add button. If this is the first time you are adding a word, the Select User Dictionary dialog opens.
2. Enter or select the custom dictionary (.txt file) you created. See User Dictionary (page 260).
3. Click Select. The word is automatically added to your custom dictionary file.

Note: Specifications in the Options dialog determine whether this word is recognized in your next Maple session. If
you set your custom dictionary and clicked Apply to Session, then this word will not be recognized in a new Maple
session. If you set your custom dictionary and clicked Apply Globally, then this new word will be recognized.

7.9 Creating Graded Assignments


You can use Maple to create graded assignments. Question types include multiple choice, essay, true-or-false, fill-in-
the-blanks, and Maple-graded.

Note: This feature can be used to create questions for Maple T.A.—an online automated testing and assessment system.
For details about Maple T.A., see Maple T.A. (page 325).

Creating a Question
To create a question:
1. Open the Task browser (Tools→Tasks→Browse).
2. From the Maple T.A. folder, select the appropriate question type.
3. Insert the question template into a document.
4. Enter the question content as described in the template.
5. Repeat steps 1 to 4 for each question to add to the document.
262 • 7 Creating Mathematical Documents

Viewing Questions in Maple


To view and test your questions in Maple:
• From the View menu, select Assignment. This view displays all of the questions in your assignment with access to
hints, plotting, and grading.

After answering your questions, you can test the grading function by clicking the Grade button. A Maplet dialog is
displayed indicating if the question was answered correctly. If hints were provided in the question, these are also dis-
played.

Saving Test Content


When you save a document with test content, the authoring and assignment modes determine what the user sees when
opening your document.
• If you save the document in authoring mode (task template contents visible), the user sees this content when opening
the document.
• If you save the document in assignment mode, the user sees only the assignment layout.

In both cases the View→Assignment menu is accessible. As such, users (students) can switch between the original
document contents and the displayed assignment.

7.10 Worksheet Compatibility


Maple provides users with two worksheet interfaces: the Standard Worksheet and the Classic Worksheet. Both have
access to the full mathematical engine of Maple and take advantage of the new functionality in Maple. The Classic
Worksheet has the traditional Maple worksheet look and uses less memory.

If you create a document in the Standard Worksheet interface of Maple and then open it in the Classic Worksheet in-
terface, you should note possible changes to your file. For example, a bulleted list in the Standard Worksheet will not
be displayed with bullets in the Classic Worksheet. Many of the graphical features in this manual, especially those in
this chapter, are not available in the Classic Worksheet interface.

If you are creating documents for distribution, refer to the Compatibility help page.
8 Maple Expressions
This chapter provides basic information on using Maple expressions, including an overview of the basic data structures.
Many of the commands described in this chapter are useful for programming. For information on additional Maple
programming concepts, such as looping, conditional execution, and procedures, see Basic Programming (page 287).

8.1 In This Chapter


Section Topics
Creating and Using Data Structures (page 263) - How to define • Expression Sequences
and use basic data structures • Sets
• Lists
• Tables
• Arrays
• Matrices and Vectors
• Functional Operators
• Strings
Working with Maple Expressions (page 271)- Tools for • Low-Level Operations
manipulating and controlling the evaluation of expressions • Manipulating Expressions
• Evaluating Expressions

8.2 Creating and Using Data Structures


Constants, data structures, mathematical expressions, and other objects are Maple expressions. For more information
on expressions, refer to the Maple Help System.

This section describes the key data structures:


• Expression sequences
• Sets
• Lists
• Tables
• Arrays
• Matrices and Vectors
• Functional operators
• Strings

Expression Sequences
The fundamental Maple data structure is the expression sequence. It is a group of expressions separated by commas.

>

Accessing Elements
To access one of the expressions:
• Enter the sequence name followed by the position of the expression enclosed in brackets([ ]).

263
264 • 8 Maple Expressions

For example:

>

Using negative integers, you can select an expression from the end of a sequence.

>

You can select multiple expressions by specifying a range using the range operator (..).

>

Note: This syntax is valid for most data structures.

Sets
A set is an expression sequence enclosed in curly braces ({ }).

>

A Maple set has the basic properties of a mathematical set.


• Each element is unique. Repeated elements are stored only once.
• The order of elements is not stored.

For example:

>

Using Sets
To perform mathematical set operations, use the set data structure.

>

Note: The union operator is available in 1-D Math input as union. For more information, refer to the union help page.

For more information on sets, refer to the set help page.

Lists
A list is an expression sequence enclosed in brackets ([ ]).

>

Note: Lists preserve both the order and repetition of elements.


8.2 Creating and Using Data Structures • 265

Accessing Entries
To refer to an element in a list:
• Use square brackets.

For example:

>

For more information, see Accessing Elements (page 263).

Using Lists
Some commands accept a list (or set) of expressions.

For example, you can solve a list (or set) of equations using the context panel or the solve command.

>

For more information, see Solving Equations and Inequations (page 86).

For more information on sets and lists, refer to the set help page.

Arrays
Conceptually, the Array data structure is a generalized list. Each element has an index that you can use to access it.

The two important differences are:


• The indices can be any integers.
• The dimension can be greater than one.

Creating and Using Arrays


To define an Array, use the Array constructor.

Standard Array constructor arguments are:


• Expression sequences of ranges - Specify the indices for each dimension
• Nested lists - Specify the contents
266 • 8 Maple Expressions

For example:

>

>

To access entries in an Array, use either square bracket or round bracket notation.

Square bracket notation respects the actual index of an Array, even when the index does not start at 1.

>

>

>

>
Error, Array index out of range

Round bracket indexing normalizes the dimensions to begin at 1. Since this method is relative, you can access the end
of the array by entering

>

>

The Array constructor supports other syntaxes. It also supports many options. For more information on the Array
constructor and the Array data structure, refer to the Array help page. For more information on indexing methods,
refer to the rtable_indexing help page.

Large Arrays
Only one- and two-dimensional Arrays (with at most 10 indices in each dimension) display in the document. Larger
Arrays display as a placeholder.
8.2 Creating and Using Data Structures • 267

>

To view large Arrays:


• Double-click the placeholder.

The Matrix Browser displays the Array. For more information, see Viewing Large Matrices and Vectors (page 124).

Tables
Tables are conceptually an extension of the Array data structure, but the table data structure is implemented using hash
tables. Tables can be indexed by any values, not only integers.

Defining Tables and Accessing Entries

>

>

You can also assign anything, for example, a list, to each element.

>

>

For more information on tables, refer to the table help page.

Matrices and Vectors


Matrices and Vectors are specialized data structures used in linear algebra and vector calculus computations.

>

For information on defining Matrices and Vectors, see Creating Matrices and Vectors (page 122).
268 • 8 Maple Expressions

>

>

>

For more information on these data structures, including how to access entries and perform linear algebra computations,
see Linear Algebra (page 122).

Functional Operators

A functional operator is a mapping . The value of is the result of evaluating .

Using functional operators, you can define mathematical functions.

Defining a Function
To define a function of one or two variables:
1. In the Expression palette, click one of the function definition items. See Figure 8.1. Maple inserts the function
definition.
2. Replace the placeholders, using Tab to move to the next placeholder. Note: If pressing the Tab key indents the

text, click the Tab icon in the toolbar. This allows you to move between placeholders.
3. Press Enter.

Figure 8.1: Function Definition Palette Items

For example, define a function that adds 1 to its input.

>

Note: To insert the right arrow, you can enter the characters ->. In 2-D Math, Maple replaces -> with the right arrow
symbol . In 1-D Math, the characters are not replaced.

You can evaluate the function add1 with symbolic or numeric arguments.
8.2 Creating and Using Data Structures • 269

>

Distinction between Functional Operators and Other Expressions

The expression is different from the functional operator .

Assign the functional operator to f.

>

Assign the expression to g.

>

To evaluate the functional operator f at a value of x:


• Specify the value as an argument to f.

>

To evaluate the expression g at a value of x:


• You must use the eval command.

>

>

For more information on the eval command, and on using palettes and the context panel to evaluate an expression at
a point, see Substituting a Value for a Subexpression (page 279).

Multivariate and Vector Functions


To define a multivariate or vector function:
• Enclose coordinates or coordinate functions in parentheses (( )).

For example, a multivariate function:

>
270 • 8 Maple Expressions

>

A vector function:

>

>

Using Operators
To perform an operation on a functional operator, specify arguments to the operator. For example, for the operator f,
specify f(x), which Maple evaluates as an expression. See the following examples.

Plotting:

Plot a three-dimensional operator as an expression using the plot3d command.

>

>

For information on plotting, see Plots and Animations (page 187).


8.3 Working with Maple Expressions • 271

Integration:

Integrate a function using the int command.

>

>

The result uses the Struve function .

For information on integration and other calculus operations, see Calculus (page 134). For information on mathematical
functions, including accessing detailed information on the properties of a function, see Mathematical Functions (page 64)
and the FunctionAdvisor help page.

Strings
A string is a sequence of characters enclosed in double quotes (" ").

>

Accessing Characters
You can access characters in a string using brackets.

>

Using Strings
The StringTools package is an advanced set of tools for manipulating and using strings.

>

>

>

>

8.3 Working with Maple Expressions


This section describes how to manipulate expressions using commands. Topics covered include testing the expression
type, accessing operands of an expression, and evaluating an expression.
272 • 8 Maple Expressions

Low-Level Operations

Expression Types
A Maple type is a broad class of expressions that share common properties. Maple contains over 200 types, including:
• `+`
• boolean
• constant
• integer
• Matrix
• trig
• truefalse

For more information and a complete list of Maple types, refer to the type help page.

The type commands return true if the expression satisfies the type check. Otherwise, they return false.

Testing the Type of an Expression


To test whether an expression is of a specified type:
• Use the type command.

>

>

For information on enclosing keywords in right single quotes ('), see Delaying Evaluation (page 285).

Maple types are not mutually exclusive. An expression can be of more than one type.

>

>

For information on converting an expression to a different type, see Converting (page 277).

Testing the Type of Subexpressions


To test whether an expression has a subexpression of a specified type:
• Use the hastype command.

>
8.3 Working with Maple Expressions • 273

Testing for a Subexpression


To test whether an expression contains an instance of a specified subexpression:
• Use the has command.

>

>

>

The has command searches the structure of the expression for an exactly matching subexpression.

For example, the following calling sequence returns false.

>

To return all subexpressions of a particular type, use the indets command. For more information, see
Indeterminates (page 275).

Accessing Expression Components

Left and Right-Hand Side


To extract the left-hand side of an equation, inequality, or range:
• Use the lhs command.

To extract the right-hand side of an equation, inequality, or range:


• Use the rhs command.

For example:

>
(8.1)

>
(8.2)

>
(8.3)

For the following equation, the left endpoint of the range is the left-hand side of the right-hand side of the equation.
274 • 8 Maple Expressions

>
(8.4)

>
(8.5)

Numerator and Denominator


To extract the numerator of an expression:
• Use the numer command.

To extract the denominator of an expression:


• Use the denom command.

>

If the expression is not in normal form, Maple normalizes the expression before selecting the numerator or denominator.
(For more information on normal form, refer to the normal help page.)

>

>

>

The expression can be any algebraic expression. For information on the behavior for non-rational expressions, refer
to the numer help page.

Components of an Expression
The components of an expression are called its operands.

To count the number of operands in an expression:


• Use the nops command.

For example, construct a list of solutions to an equation.

>

Using the nops command, count the number of solutions.


8.3 Working with Maple Expressions • 275

>

For more information on the nops command and operands, refer to the nops help page.

Indeterminates
To find the indeterminates of an expression:
• Use the indets command.

The indets command returns the indeterminates as a set. Because the expression is expected to be rational, functions
such as sin(x), f(x), and sqrt(x) are considered to be indeterminate.

>

To return all subexpressions of a particular type, specify the type as the second argument. For information on types,
see Testing the Type of an Expression (page 272).

>

To test whether an expressions has subexpressions of a specific type (without returning them), use the has command.
For more information, see Testing for a Subexpression (page 273).

Manipulating Expressions
This section introduces the most commonly used manipulation commands. For additional manipulation commands,
see Iterative Commands (page 295).

Simplifying
To simplify an expression:
• Use the simplify command.

The simplify command applies simplification rules to an expression. Maple has simplification rules for various types
of expressions and forms, including trigonometric functions, radicals, logarithmic functions, exponential functions,
powers, and various special functions. You can also specify custom simplification rules using a set of side relations.

>

>

To limit the simplification, specify the type of simplification to be performed.


276 • 8 Maple Expressions

>

>

You can also use the simplify command with side relations. See Substituting a Value for a Subexpression (page 279).

Factoring
To factor a polynomial:
• Use the factor command.

>

>

Maple can factor polynomials over the domain specified by the coefficients. You can also factor polynomials over al-
gebraic extensions. For details, refer to the factor help page.

For more information on polynomials, see Polynomial Algebra (page 116).

To factor an integer:
• Use the ifactor command.

>

For more information on integers, see Integer Operations (page 82).

Expanding
To expand an expression:
• Use the expand command.

The expand command distributes products over sums and expands expressions within functions.

>

>
8.3 Working with Maple Expressions • 277

Combining
To combine subexpressions in an expression:
• Use the combine command.

The combine command applies transformations that combine terms in sums, products, and powers into a single term.

>

Recall that was previously assigned to represent a two-dimensional array (see Creating and Using Arrays (page 265)).

>

The combine command applies only transformations that are valid for all possible values of names in the expression.

>

To perform the operation under assumptions on the names, use the assuming command. For more information about
assumptions, see Assumptions on Variables (page 110).

>

Converting
To convert an expression:
• Use the convert command.

The convert command converts expressions to a new form, type (see Expression Types (page 272)), or in terms of a
function. For a complete list of conversions, refer to the convert help page.

Convert a measurement in radians to degrees:

>

To convert measurements that use units, use the Unit Converter or the convert/units command.

>

For information on the Unit Converter and using units, see Units (page 99).
278 • 8 Maple Expressions

Convert a list to a set:

>

Maple has extensive support for converting mathematical expressions to a new function or function class.

>

Find an expression equivalent to the inverse hyperbolic cotangent function in terms of Legendre functions.

>

For more information on converting to a class of functions, refer to the convert/to_special_function help page.

Normalizing
To normalize an expression:
• Use the normal command.

The normal command converts expressions into factored normal form.

>

You can also use the normal command for zero recognition.

>

To expand the numerator and denominator, use the expanded option.


8.3 Working with Maple Expressions • 279

>

>

Sorting
To sort the elements of an expression:
• Use the sort command.

The sort command orders a list of values or terms of a polynomial.

>

>

>

For information on sorting polynomials, see Sorting Terms (page 117).

For more information on sorting, refer to the sort help page.

Evaluating Expressions

Substituting a Value for a Subexpression


To evaluate an expression at a point, you must substitute a value for a variable.

To substitute a value for a variable using the context panel:


1. Select the expression.
2. From the context panel, select Evaluate at a Point. The Evaluate at a Point dialog is displayed. See Figure 8.2.
280 • 8 Maple Expressions

Figure 8.2: Evaluate at a Point

3. In the drop-down list, select the variable to substitute.


4. In the text field, enter the value to substitute for the variable. Click OK.

In Worksheet mode, Maple inserts the eval command calling sequence that performs the substitution. This is the most
common use of the eval command.

For example, substitute in the following polynomial.

>

>

To substitute a value for a variable using palettes:

1. In the Expression palette, click the evaluation at a point item .


2. Specify the expression, variable, and value to be substituted.

For example:

>

Substitutions performed by the eval function are syntactical, not the more powerful algebraic form of substitution.

If the left-hand side of the substitution is a name, Maple performs the substitution.

>

If the left-hand side of the substitution is not a name, Maple performs the substitution only if the left-hand side of the
substitution is an operand of the expression.
8.3 Working with Maple Expressions • 281

>

>

Maple did not perform the evaluation because is not an operand of For information on operands,
refer to the op help page.

For algebraic substitution, use the algsubs command, or the simplify command with side relations.

>

>

Numerical Approximation
To compute an approximate numerical value of an expression:
• Use the evalf command.

The evalf command returns a floating-point (or complex floating-point) number or expression.

>

>

>

By default, Maple calculates the result to ten digits of accuracy, but you can specify any number of digits as an index,
that is, in brackets ([ ]).
282 • 8 Maple Expressions

>

For more information, refer to the evalf help page.

See also Numerically Computing a Limit (page 135) and Numeric Integration (page 142).

Evaluating Complex Expressions


To evaluate a complex expression:
• Use the evalc command.

If possible, the evalc command returns the output in the canonical form expr1 + i expr2.

In 2-D Math input, you can enter the imaginary unit using the following two methods.
• In the Common Symbols palette, click the i or j item. See Palettes (page 16).
• Enter i or j, and then press the symbol completion key. See Symbol Names (page 22).

>

>

In 1-D Math input, enter the imaginary unit as an uppercase i (I).


> evalc(2^(1 + I));

Evaluating Boolean Expressions

To evaluate an expression involving relational operators ( , , , , , and ):


• Use the evalb command.

Note: In 1-D Math input, enter , , and using the <>, <=, and >= operators.

The evalb command uses a three-valued logic system. The return values are true, false, and FAIL. If evaluation is
not possible, an unevaluated expression is returned.
8.3 Working with Maple Expressions • 283

>

>

>

Important: The evalb command does not perform arithmetic for inequalities involving , , , or , and
does not simplify expressions. Ensure that you perform these operations before using the evalb command.

>

>

Applying an Operation or Function to All Elements in a List, Set, Table, Array, Matrix, or Vector
You can use the tilde character (~) to apply an operation or function to all of the elements in a list, set, table, Array,
Matrix, or Vector.

In the following example, each element in the Matrix M is multiplied by 2 by adding a tilde character after the multi-
plication operator( .

>

(8.6)

>

(8.7)

In the following example, the function sin is applied to each element in the Matrix M.
284 • 8 Maple Expressions

>

(8.8)

The tilde character can also be used to apply a function to multiple data sets, for example,

>
(8.9)

You can use values in one data structure type to compute values in another data structure type, as long as both data
structures are dimensional and contain the same number of elements. In the following example, the values in an Array
are compared to the values in a Matrix that contains the same number of elements.

>

(8.10)

For more information, refer to the elementwise help page.

Levels of Evaluation
In a symbolic mathematics program such as Maple, you encounter the issue of levels of evaluation. If you assign y to
x, z to y, and then 5 to z, what is the value of x?

At the top-level, Maple fully evaluates names. That is, Maple checks if the name or symbol has an assigned value. If
it has a value, Maple substitutes the value for the name. If this value has an assigned value, Maple performs a substitution,
recursively, until no more substitutions are possible.

For example:

>

>

>

Maple fully evaluates the name x, and returns the value 5.

>

To control the level of evaluation of an expression:


• Use the eval command with an integer second argument.

If passed a single argument, the eval command fully evaluates that expression. If you specify an integer second argument,
Maple evaluates the expression to that level.
8.3 Working with Maple Expressions • 285

>

>

>

>

For more details on levels of evaluation, refer to the lastnameevaluation, assigned, and evaln help pages.

Delaying Evaluation
To prevent Maple from immediately evaluating an expression:
• Enclose the expression in right single quotes (' ').

Because right single quotes delay evaluation, they are referred to as unevaluation quotes.

>

>

>

Using an Assigned Name as a Variable or Keyword


If you use an assigned name as a variable, Maple evaluates the name to its value, and passes the value to the command.
In this example, that causes Maple to return an error message.

>

Error, (in sum) summation variable previously assigned, second argument evaluates to 4 = 1
.. n

Note: In general, it is recommended that you unassign a name to use it as a variable. See Unassigning a Name Using
Unevaluation Quotes (page 286).

To use an assigned name as a variable:


• Enclose the name in unevaluation quotes. Maple passes the name to the command.
286 • 8 Maple Expressions

>

Important: It is recommended that you enclose keywords in unevaluation quotes.

For example, if you enclose the keyword left in unevaluation quotes, Maple uses the name, not its assigned value.

>

>

Full Evaluation of an Expression in Quotes


Full evaluation of a quoted expression removes one set of right single quotes.

>

>
(8.11)

>
(8.12)

>
(8.13)

For information on equation labels and equation label references, see Equation Labels (page 74).

Enclosing an expression in unevaluation quotes delays evaluation, but does not prevent automatic simplification.

>
(8.14)

Unassigning a Name Using Unevaluation Quotes


To unassign a name:
• Assign the name enclosed in unevaluation quotes to itself.

>

>

You can also unassign a name using the unassign command. For more information, see Unassigning Names (page 73).
9 Basic Programming
You have used Maple interactively in the previous chapters, sequentially performing operations such as executing a
single command. Because Maple has a complete programming language, you can also use sophisticated programming
constructs.

In Maple, you can write programs called procedures, and save them in modules. These modules can be used and dis-
tributed in the same way as Maple packages.

Important: It is strongly recommended that you use the Worksheet mode and 1-D Math input when programming or
using programming commands. Hence, all input in this chapter is entered as 1-D Math.

9.1 In This Chapter


Section Topics
Flow Control (page 287) - Basic programming constructs • Conditional Execution (if Statement)
• Repetition (for Statement)
Iterative Commands (page 295) - Specialized, efficient • Creating a sequence
iterative commands • Adding and Multiplying Expressions
• Selecting Expression Operands
• Mapping a Command over a Set or List
• Mapping a Binary Command over Two Lists or Vectors
Procedures (page 298) - Maple programs • Defining and Running Simple Procedures
• Procedures with Inputs
• Procedure Return Values
• Displaying Procedure Definitions
• Displaying Maple Library Procedure Definitions
• Modules
Programming in Documents (page 300) - Display methods • Code Edit Region
for Maple code • Startup Code
• Document Blocks

9.2 Flow Control


Two basic programming constructs in Maple are the if statement, which controls the conditional execution of statement
sequences, and the for statement, which controls the repeated execution of a statement sequence.

Conditional Execution (if Statement)


You can specify that Maple perform an action only if a condition holds. You can also perform an action, from a set of
many, depending on which conditions hold.

Using the if statement, you can execute one statement from a series of statements based on a boolean (true, false, or
FAIL) condition. Maple tests each condition in order. When a condition is satisfied, Maple executes the corresponding
statement, and then exits the if statement.

Syntax
The if statement has the following syntax.

287
288 • 9 Basic Programming

The conditional expressions (conditional_expression1, conditional_expression2, ...) can be any boolean expression.
You can construct boolean expressions using:
• Relational operators - <, <=, =, >=, >, <>
• Logical operators - and, or, xor, implies, not
• Logical names - true, false, FAIL

The statement sequences (statement_sequence1, statement_sequence2, ..., statement_sequenceN) can be any sequence
of Maple statements, including if statements.

The elif clauses are optional. You can specify any number of elif clauses.

The else clause is optional.

Simple if Statements
The simplest if statement has only one conditional expression.

If the conditional expression evaluates to true, the sequence of statements is executed. Otherwise, Maple immediately
exits the if statement.

For example:
> x := 1173:
> if not isprime(x) then
ifactor(x);
end if;

else Clause
In a simple if statement with an else clause, if the evaluation of the conditional expressions returns false or FAIL,
Maple executes the statement sequence in the else clause.

For example:
> if false then
"if statement";
else
"else statement";
end if;
9.2 Flow Control • 289

elif Clauses
In an if statement with elif clauses, Maple evaluates the conditional expressions in order until one returns true. Maple
executes the corresponding statement sequence, and then exits the if statement. If no evaluation returns true, Maple
exits the if statement.
> x := 11:
> if not type(x, integer) then
printf("%a is not an integer.", x);
elif x >= 10 then
printf("%a is an integer with more than one digit.", x);
elif x >= 0 then
printf("%a is an integer with one digit.", x);
end if;
11 is an integer with more than one digit.

Order of elif Clauses: An elif clause's statement sequence is executed only if the evaluation of all previous conditional
expressions returns false or FAIL, and the evaluation of its conditional expression returns true. This means that
changing the order of elif clauses may change the behavior of the if statement.

In the following if statement, the elif clauses are in the wrong order.
> if not(type(x, integer)) then
printf("%a is not an integer.", x);
elif x >= 0 then
printf("%a is an integer with one digit.", x);
elif x >= 10 then
printf("%a is an integer with more than one digit.", x);
end if;
11 is an integer with one digit.

elif and else Clauses


In an if statement with elif and else clauses, Maple evaluates the conditional expressions in order until one returns true.
Maple executes the corresponding statement sequence, and then exits the if statement. If no evaluation returns true,
Maple executes the statement sequence in the else clause.
> x := -12:
> if not type(x, integer) then
printf("%a is not an integer.", x);
elif x >= 10 then
printf("%a is an integer with more than one digit.", x);
elif x >= 0 then
printf("%a is an integer with one digit.", x);
else
printf("%a is a negative integer.", x);
end if;
-12 is a negative integer.

For more information on the if statement, refer to the if help page.


290 • 9 Basic Programming

Repetition (for Statement)


Using repetition statements, you can repeatedly execute a statement sequence. You can repeat the statements in three
ways.
• Until a counter variable value exceeds a limit (for/from loop)
• For each operand of an expression (for/in loop)
• Until a boolean condition does not hold (while loop or until loop)

for/from Loop
The for/from loop statement repeats a statement sequence until a counter variable value exceeds a limit.

Syntax
The for/from loop has the following syntax.

The behavior of the for/from loop is:


1. Assign the initial value to the name counter.
2. Compare the value of counter to the value of final. If the counter value exceeds the final value, exit the loop. (This
is the loop bound test.)
3. Execute the statement_sequence.
4. Increment the counter value by the value of increment.
5. Repeat steps 2 to 4, until Maple exits the loop.

The from, by, and to clauses are optional and can be in any order between the for clause and the do keyword. Table
9.1 lists the default clause values.

Table 9.1: Default Clause Values

Clause Default Value


from initial 1
by increment 1
to final infinity (∞)

Examples
The following loop returns the square root of the integers 1 to 5 (inclusive).
9.2 Flow Control • 291

> for n to 5 do
evalf(sqrt(n));
end do;

When the value of the counter variable n is strictly greater than 5, Maple exits the loop.
> n;

The previous loop is equivalent to the following for/from statement.


> for n from 1 by 1 to 5 do
evalf(sqrt(n));
end do;

The by value can be negative. The loop repeats until the value of the counter variable is strictly less than the final
value.
> for n from 10 by -1 to 3 do
if isprime(n) then
print(n);
end if;
end do;

> n;

for/in Loop
The for/in loop statement repeats a statement sequence for each component (operand) of an expression, for example,
the elements of a list.
292 • 9 Basic Programming

Syntax
The for/in loop has the following syntax.

The for clause must appear first.

The behavior of the for/in loop is:


1. Assign the first operand of expression to the name variable.
2. Execute the statement_sequence.
3. Assign the next operand of expression to variable.
4. Repeat steps 2 and 3 for each operand in expression. If there are no more operands, exit the loop. (This is the loop
bound test.)

Example
The following loop returns a floating-point approximation to the sin function at the angles (measured in degree) in the
list L.
> L := [23.4, 87.2, 43.0, 99.7]:
> for i in L do
evalf(sin(i*Pi/180));
end do;

while Loop and until Loop


The while loop repeats a statement sequence until a boolean expression does not hold.

The until loop also repeats a statement sequence until a boolean expression does not hold, but it tests the terminating
condition at the end of each iteration of the loop, instead of the beginning.

Syntax
The while loop has the following syntax.

A while loops repeats until its boolean expression conditional_expression evaluates to false or FAIL. For more in-
formation on boolean expressions, see Conditional Execution (if Statement) (page 287).

The until loop has the following syntax.


9.2 Flow Control • 293

Note the difference in syntax: the until clause appears in place of end do

Example
Compare the following loops. In the first one, the terminating condition is met the first time it is tested, and the loop
terminates immediately. In the second one, which uses the until clause, the body of the loop is performed before the
condition is tested, and the loop is used.
> a:=1;
(9.1)

> while a mod 7 <>1 do


a:=a+1;
end do:
> a;
(9.2)

> a:=1;
(9.3)

> do
a:=a+1;
until a mod 7=1:
> a;
(9.4)

The following loop computes the digits of 872,349 in base 7 (in order of increasing significance).
> x := 872349:
> while x > 0 do
irem(x, 7);
x := iquo(x, 7);
end do;
294 • 9 Basic Programming

To perform such conversions efficiently, use the convert/base command.


> convert(872349, base, 7);

For information on non-base 10 numbers, see Non-Base 10 Numbers (page 84).

General Loop Statements


You can include a while statement in a for/from or for/in loop.

The general for/from loop has the following syntax.

The general for/in loop has the following syntax.


9.3 Iterative Commands • 295

After testing the loop bound condition at the beginning of each iteration of the for loop, Maple evaluates condition-
al_expression.
• If conditional_expression evaluates to false or FAIL, Maple exits the loop.
• If conditional_expression evaluates to true, Maple executes statement_sequence.

The equivalent general until loops have the same form but with end do replaced with until conditional_expression.

Infinite Loops
You can construct a loop for which there is no exit condition, for example, a while loop in which the conditional_ex-
pression always evaluates to true. This is called an infinite loop. Maple indefinitely executes an infinite loop unless it
executes a break, quit, or return statement or you interrupt the computation using the interrupt icon in the toolbar
(in worksheet versions). For more information, refer to the break, quit, return, and interrupt help pages.

Additional Information
For more information on the for statement and looping, refer to the do help page and the Loops section of the Maple
Statements chapter of the Maple Programming Guide.

9.3 Iterative Commands


Maple has commands that perform common selection and repetition operations. These commands are more efficient
than similar algorithms implemented using library commands. Table 9.2 lists the iterative commands.

Table 9.2: Iterative Commands

Command Description
seq Create sequence
add Compute numeric sum
mul Compute numeric product
select Return operands that satisfy a condition
remove Return operands that do not satisfy a condition
selectremove Return operands that satisfy a condition and separately return operands that do not satisfy a condition
map Apply command to the operands of an expression
zip Apply binary command to the operands of two lists or vectors

Creating a Sequence
The seq command creates a sequence of values by evaluating a specified expression over a range of index values or
the operands of an expression. See Table 9.3.

Table 9.3: The seq Command

Calling Sequence Syntax Examples


seq(expression, name = initial .. final); > seq(exp(x), x=-2..0);

seq(expression, name in expression); > seq(u, u in [Pi/4, Pi^2/2, 1/Pi]);


296 • 9 Basic Programming

Adding and Multiplying Expressions


The add and mul commands add and multiply sequences of expressions over a range of index values or the operands
of an expression. See Table 9.4.

Table 9.4: The add and mul Commands

Calling Sequence Syntax Examples


add(expression, name = initial .. final); > add(exp(x), x = 2..4);

mul(expression, name = initial .. final);


> mul(2*x, x = 1 .. 10);

add(expression, name in expression); > add(u, u in [Pi/4, Pi/2, Pi]);

mul(expression, name in expression);


> mul(u, u in [Pi/4, Pi/2, Pi]);

The endpoints of the index range (initial and final) in the add and mul calling sequence must evaluate to numeric
constants. For information on symbolic sums and products, refer to the sum and product help pages.

Selecting Expression Operands


The select, remove, and selectremove commands apply a boolean-valued procedure or command to the operands of
an expression. For information on operands, refer to the op help page.
• The select command returns the operands for which the procedure or command returns true.
• The remove command returns the operands for which the procedure or command returns false or FAIL.
• The selectremove command returns two expressions of the same type as the input expression.
- The first consists of the operands for which the procedure or command returns true.
- The second consists of the operands for which the procedure or command returns false or FAIL.

The structure of the output is the same as the structure of the input. See Table 9.5.

For information on Maple procedures, see Procedures (page 298).

Table 9.5: The select, remove, and selectremove Commands

Calling Sequence Syntax Examples


select(proc_cmd, expression); > select(issqr, {198331, 889249, 11751184,
9857934});

remove(proc_cmd, expression); > remove(var -> degree(var) > 3, 2*x^3*y -


y^3*x + z );
9.3 Iterative Commands • 297

Calling Sequence Syntax Examples


selectremove(proc_cmd, expression); > selectremove(x -> evalb(x > round(x)),
[sin(0.), sin(1.), sin(3.)]);

For information on optional arguments to the selection commands, refer to the select help page.

Mapping a Command over a Set or List


The map command applies a name, procedure, or command to each element in a set or list. See Table 9.6.

Table 9.6: The map Command

Calling Sequence Syntax Examples


map(name_proc_cmd, expression); > map(f, {a, b, c});

> map(u -> int(cos(x), x = 0 .. u), [Pi/4,


Pi/7, Pi/3.0]);

An alternative to the map command is to apply a function elementwise, using ~. For more information ~, see Applying
an Operation or Function to All Elements in a List, Set, Table, Array, Matrix, or Vector (page 283). For information
on mapping over the operands of other expressions, optional arguments to the map command, and other mapping
commands, refer to the map help page.

Mapping a Binary Command over Two Lists or Vectors


The zip command applies a name or binary procedure or command component-wise to two lists or vectors.

By default, the length of the returned object is that of the shorter list or vector. If you specify a value as the (optional)
fourth argument, it is used as the value of the missing elements of the shorter list or vector. In this case, the length of
the return value is that of the longer list or vector. See Table 9.7.

Table 9.7: The zip Command

Calling Sequence Syntax Examples


zip(proc_cmd, a, b); > zip(f, [i, j], [k, l]);
zip(proc_cmd, a, b, fill);

> zip(AiryAi, [1, 2], [0], 1);

This is equivalent to

For more information on the zip command, refer to the zip help page.

Additional Information
For more information on looping commands, refer to the corresponding command help page.
298 • 9 Basic Programming

9.4 Procedures
A Maple procedure is a program consisting of Maple statements. Using procedures, you can quickly execute the contained
sequence of statements.

Defining and Running Simple Procedures


To define a procedure, enclose a sequence of statements between proc(...) and end proc statements. In general, you
assign a procedure definition to a name.

The following procedure returns the square root of 2.


> p := proc() sqrt(2); end proc;

Note: Maple returns the procedure definition.

To improve readability of procedures, it is recommended that you define a procedure using multiple lines, and indent
the lines using space characters. To begin a new line (without evaluating the incomplete procedure definition), press
Shift+Enter. When you have finished entering the procedure, press Enter to create the procedure.

For example:
> p := proc()
sqrt(2);
end proc:

To run the procedure p, enter its name followed by parentheses (( )).


> p();

Procedures with Inputs


You can define a procedure that accepts user input. In the parentheses of the proc statement, specify the parameter
names. For multiple parameters, separate the names with commas.
> geometric_mean := proc(x, y)
sqrt(x*y);
end proc:

When the user runs the procedure, the parameter names are replaced by the argument values.
> geometric_mean(13, 17);

> geometric_mean(13.5, 17.1);

For more information on writing procedures, including options and local and global variables, refer to the procedure
help page.

Procedure Return Values


When you run a procedure, Maple returns only the last statement result value computed. Maple does not return the
output for each statement in the procedure. It is irrelevant whether you use semicolons or colons as statement separators.
9.4 Procedures • 299

> p := proc(a, b)
a + b;
a - b:
end proc:
> p(1, 2);

Displaying Procedure Definitions


Unlike simple Maple objects, you cannot display the value of a procedure by entering its name.
> geometric_mean;

You must evaluate the name of the procedure using the print (or eval) command.
> print(geometric_mean);

Displaying Maple Library Procedure Definitions


Maple procedure definitions are a valuable learning tool. To learn how to program in Maple, it is recommended that
you examine the procedures available in the Maple library.

By default, the print command returns only the proc and end proc statements and (if present) the description fields
of a Maple procedure.
> print(lcm);

To display a Maple library procedure definition, first set the value of the interface verboseproc option to 2. Then re-
execute the print calling sequence.
> interface('verboseproc' = 2):
300 • 9 Basic Programming

> print(lcm);

Modules
Maple procedures associate a sequence of commands with a single command. The module, a more complex programming
structure, allows you to associate related procedures and data.

A key feature of modules is that they export variables. This means that the variables are available outside the module
in which they are created. Most Maple packages are implemented as modules. The package commands are exports of
the module.

For more information on modules, refer to the module help page.

Objects
Objects take the idea of associating data and procedures beyond what modules provide. With objects, multiple instances
of a class of objects can be created. Each individual object can have its own data, yet share other values and procedures
with the entire class objects. A well implemented class of objects can be used in Maple as naturally as a built-in Maple
type.
For more information on objects, refer to the object help page.

9.5 Programming in Documents


To write Maple code, you could simply open a Maple worksheet and start typing. However, if you want to create a
readable document with the code interspersed or hidden, there are several options available: code edit regions and start
up code. Both these features use a code editor which has features such as syntax highlighting and line numbers.

Code Edit Region


The code edit region allows you to program in one contained region, in a natural way. Features include the ability to
press Enter for line breaking and indentation preservation. Figure 9.1 shows the expanded code edit region.

To insert a new code edit region into your worksheet:


• From the Insert menu, select Code Edit Region.
9.5 Programming in Documents • 301

Figure 9.1: Code Edit Region

To execute the code within this region, click anywhere in this region, then click the Execute Selection icon ( ) on
the toolbar. (Alternatively, from the Edit menu, select Execute Code.)

You can hide the code in a code edit region by minimizing the region. To minimize, select View → Collapse Code
Edit Region. When the region is minimized, an icon appears with the first line of the code written next to it. It is re-
commended that you make the first line a comment describing the program or programs contained in the region. See
Figure 9.2.

Figure 9.2: Collapsed Code Edit Region

To re-execute the code in the region while it is collapsed, click this icon.

For more information, refer to the CodeEditRegion help page.

Startup Code
Startup code allows you to define commands and procedures that are executed each time the document is opened and
after restart is called. This code is completely hidden to others reading the document. For example, use this region to
define procedures that will be used throughout the document code but that would take up space and distract readers
from the message of the document.

To enter startup code for a document:

1. From the Edit menu, select Startup Code. Alternatively, click the startup code icon in the toolbar, .
2. Enter commands to be run each time the worksheet is opened or restart is called.
3. To check the syntax of the entered code while entering your Maple commands or before closing the editor, from
the Edit menu. select Check Syntax Now.

Note: You can also check the Check Syntax Automatically option to enable continuous syntax checking. It is recom-
mended that you check the syntax before saving so that your startup code does not prevent Maple from opening suc-
cessfully.

4. To save the contents, from the File menu, select Save Code. Alternatively, click the save icon, .
5. Close Startup Code.
302 • 9 Basic Programming

Figure 9.3: Startup Code Editor

For more information, refer to the startupcode help page.

9.6 Additional Information


The Maple Programming Guide provides an in-depth reference for programming in Maple. Topics include statements,
data structures, procedures, packages, and debugging your code.
• Access via the help system. From the Table of Contents, select Manuals>Programming Guide.

The Programming Guide is also available as a PDF on the Maplesoft web site.

http://www.maplesoft.com/documentation_center
10 Embedded Components and Maplets
These graphical components help you to create documents to use and share with colleagues or students, that interact
with Maple code within the document without needing the reader to understand that Maple code. Other methods of
interaction with Maple are described throughout this guide.

10.1 In This Chapter


Section Topics
Using Embedded Components (page 303) - Basic interacting with Maple • Interacting with Components
documents containing embedded components • Printing and Exporting
Creating Embedded Components (page 306) - Methods for creating • Inserting Components
embedded components that work together and with your document • Editing Components
• Removing Components
• Integrating into a Document
Using Maplets (page 312) - Methods for launching a Maplet • Maplet File
• Maple Document
Authoring Maplets (page 313) - Methods for authoring and saving a Maplet • Simple Maplet
• Maplet Builder
• Maplets Package
• Saving

10.2 Using Embedded Components


Interacting
Embedded components allow readers to interact with Maple code through graphical components, rather than commands.
They can be used alone, as with a button that you click to execute code, or together, such as a drop-down menu where
you select an item, and a change takes place in a plot component.

Component Descriptions

Table 10.1: Embedded Component Descriptions

Component Name and Description Inserted Image


Button - Click to perform an action; that is, execute code.

Check Box - Select or de-select. Change the caption, and enter code to
execute when the value changes.
Combo Box - Select one of the listed options from the drop-down menu.
Change the items listed, and enter code to execute when the value changes.
Data Table - Link this embedded component to a Matrix, Vector, or Array
in your worksheet.

303
304 • 10 Embedded Components and Maplets

Component Name and Description Inserted Image


Dial - Select or display an integer or floating-point value. Change the display,
and enter code to execute when the value changes.

Label - Display a label. The value can be updated based on code in the
document or another embedded component.
List Box - Display a list of items. Change the items listed, and enter code
to execute when an item is selected.
Math Expression - Enter or display a mathematical expression. The value
can be updated based on code in the document or another embedded
component.

Meter - Select or display an integer or floating-point value. Change the


display, and enter code to execute when the value changes.

Microphone Component - Capture sound from a recording device. Change


setting options from properties, and enter code for start and stop recording
actions.
Plot - Display a 2-D or 3-D plot or animation. This plot or animation can be
interacted with in the same way as other plots (see Plots and
Animations (page 187)). The value can be updated based on code in the
document or another embedded component. You can also enter code to be
executed when the Click and Drag pointer is used to click or drag in the
plot region.

Radio Button - Use with other radio buttons to select one in a group. Enter
code to execute when the value changes.
Rotary Gauge - Select or display an integer or floating-point value. Change
the display, and enter code to execute when the value changes.

Slider - Select or display an integer or floating-point value. Change the


display, and enter code to execute when the value changes.

Text Area - Enter or display plain text. The value can be updated based on
code in the document or another embedded component, and you can enter
code to execute when the value changes.
Toggle Button - Select or display one of two options. Change the images
displayed, and enter to code to execute when the value changes.
10.2 Using Embedded Components • 305

Component Name and Description Inserted Image


Video Player - Play a video. Enter code that specifies an action to perform
when the video player reaches a marker during playback.

Volume Gauge - Select or display an integer or floating-point value. Change


the display, and enter code to execute when the value changes.

Shortcut Component - Use to hyperlink various types of content, including


help pages, MapleCloud documents, and URLs.

Speaker Component - Play a sound. Customize component by modifying


setting options under properties.

Example 1 - Using Embedded Components


This example demonstrates several components working together to perform a task. The user inputs an expression,
which is plotted when the button is clicked. Plot options are controlled by text areas, a combo box, a math expression,
and radio buttons.
306 • 10 Embedded Components and Maplets

Printing and Exporting a Document with Embedded Components


Printing: When printing a document, embedded components are rendered as they appear on screen.

Exporting: Exporting a document with embedded components to other formats produces the following results.
• HTML format - components are exported as .gif files.
• RTF format - components are rendered as bitmap images in the .rtf document.
• LaTeX - components are exported as .eps files.
• PDF - components are rendered as static images.

10.3 Creating Embedded Components


Embedded Components are graphical components that you can add to your document. They provide interactive access
to Maple code without requiring the user to know Maple commands, and include buttons, sliders, math and text input
areas, plot display, and shortcut components.

Inserting Components
The graphical interface components can be inserted by using the Components palette (Figure 10.1) or by cutting/copying
and pasting existing components to another area of the document. Although copied components have most of the same
characteristics, they are distinct.

If the Components palette is not visible, see Palettes (page 16) for instructions on viewing palettes.
10.3 Creating Embedded Components • 307

Figure 10.1: Components Palette

Editing Component Properties: General Process


To edit properties of components embedded in the document:
1. Click the component to display the context panel.
2. In the context panel, enter values and contents in the fields as necessary.
3. To define an action, such as an action to perform when the slider is moved, click the component, and then select
Edit Value Changed Code... from the Context Panel. A Code Edit Region opens allowing you to enter Maple
code that is executed when the event occurs. For details, refer to the DocumentTools help page.

Note: You can also edit embedded component properties and actions that are performed when a value changes by using
Maple worksheet Edit menu options, Edit > Component Properties, and Edit > Component Code, respectively.
For more information on options available in the Edit menu, see Edit menu options.

Removing Graphical Interface Components


You can remove an embedded component by:
• Using the Delete key
• Using the Backspace key
• Placing the cursor at the component and selecting from the document menu, Edit→Delete Element

Integrating Components into a Document


Use embedded components to display information from calculations, obtain input from a reader, or perform calculations
at the click of a button, all without your readers having an understanding of Maple commands. They can be entered in
any part of a Maple document, including a document block or table. For details on each component, see its help page.
308 • 10 Embedded Components and Maplets

This simple example inserts a slider with a label that indicates the current value of the slider.
1. Place the cursor in the location where the embedded component is to be inserted.
2. In the Components palette, click the Slider item. A slider is inserted into the document.
3. In the Components palette, click the Label item. A label is inserted next to the slider.

4. Click the label component. The Label context panel opens. See Figure 10.2.

Figure 10.2: Label Properties Dialog

Figure 10.3: Slider Properties Dialog

5. Name the component SliderLabel and click OK.


6. Click the slider component. The Slider context panel opens. See Figure 10.3.
10.3 Creating Embedded Components • 309

7. Name the component Slider1.


8. Enter the value at the lowest position as 0 and the highest as 100.
9. Enter major tick marks at 20 and minor tick marks at 10.
10. Make sure that the Continuous Update On Drag check box is selected.
11. Click OK.
12. To define an action, click the slider component, and then select Edit Value Changed Code... from the context
panel. This launches a dialog that allows you to program the action of displaying the slider value in the label com-
ponent. The dialog includes information on how to program actions between embedded components. The use...in/end
use; statement allows you to specify routines using the short form of accessing a package command without invoking
the package. For details on this command, refer to the use help page.
13. Before the end use; statement at the bottom of the dialog, enter the following command.

Do(%SliderLabel(caption)=%Slider0(value));
14. Save the code, and exit the code editor.

As you move the arrow indicator, the value from the slider populates the Label caption field.

For details on this command, refer to the DocumentTools[Do] help page.

Example 2 - Creating Embedded Components


In chapter 7 (see Embedded Components (page 257)), you created a document that included embedded components,
imported from a task template. Here, we re-create that configuration of components. This example takes two parameters,

and as inputs, then plots the function and calculates .

1. Create the components.

The table layout is best done after the components are finished, in case the configuration of the components changes
as you are working.

Create two DialComponents to set the parameters, and , one RotaryGaugeComponent to display the result, ,
one PlotComponent to display the plot, and one MathContainerComponent to display the function. Note that you
do not have to use the dial and rotary gauge components here, you can also use the slider instead.
310 • 10 Embedded Components and Maplets

Figure 10.4: The Inserted Components

2. Edit the display of the components.

Open the context panel for the first DialComponent, and notice that it already has a name. This name is used to reference
the component from other components, and is unique. Change the display of each of the components as follows:
• Dial0: no changes.
• Dial1: change the Value at Lowest Position to 1, the Value at Highest Position to 10, the Spacing of Major Tick
Marks to 1, and the Spacing of Minor Tick Marks to 1.
• RotaryGauge0: change the Value at Highest Position to 40, the Spacing of Major Tick Marks to 5, and the
Spacing of Minor Tick Marks to 1.
• Plot0: no changes.
• MathContainer0: change the Width in Pixels to 200, and the Height in Pixels to 45.

Note the names of all of the components, and close each dialog before moving on.
3. Create actions for the components.

Components can perform actions when their values are changed, so the code to execute needs to be in the dials. That
way, whenever one of them is changed, the other components are updated to reflect that change.

The following Maple commands retrieve the values of the parameters and display them in the other three components:
> parameter1:=Do(%Dial0):

> parameter2:=Do(%Dial1):
10.3 Creating Embedded Components • 311

> Do(%RotaryGauge0=parameter1/parameter2);

> Do(%Plot0=plot((parameter2*x+parameter1), x=-50..50, y=-50..50));

> Do(%MathContainer0=(y=parameter2*x+parameter1));
4. Test the actions.

To test these commands, first load the DocumentTools package with the following command.
> with(DocumentTools):

After loading the package, execute the commands in the document, and verify that the components you inserted are
updated: the gauge should change to the computed value, a plot should appear in the plot component, and the function
should display in the math container.
5. Troubleshooting.

The first Do command gives an error, because the second parameter is 0. One way to avoid this problem is to change
the range of the second dial. In the Component Properties dialog for the second DialComponent, change the Value
at Lowest Position from 0 to 1. Alternatively, you could change the code to compensate, with an if statement.
6. Copy the actions to the components.

After the commands work as expected, you can copy them into the components.
• Click the first DialComponent and select Edit Value Changed Code from the context panel. Copy and paste the
commands into the space between the use statements.

Figure 10.5: DialComponent Action Code Editor

• Save the code, and exit the code editor.


• Do the same for the second DialComponent. Now, moving either dial will update the rotary gauge, plot, and formula
displayed in the math component.
7. Create the layout for the components.

Create a table, and then cut and paste the components into it, along with explanatory text. Important: you must cut,
not copy, the components, or their names will be changed to avoid duplication. For information on creating and
modifying tables, refer to Tables (page 239).
312 • 10 Embedded Components and Maplets

10.4 Using Maplets


A Maplet is a popup graphical user interface that provides interactive access to the Maple engine through buttons, text
regions, slider bars, and other visual interfaces. You can create your own Maplets, and you can take advantage of the
built-in Maplets that cover numerous academic and specialized topics. Built-in Maplets include some assistants and
tutors, such as the ODE Analyzer. For more information on this assistant, see Ordinary Differential Equations
(ODEs) (page 93).

Maplet applications are launched by executing Maplet code. Maplet code can be saved in a Maplet (.maplet) file or
Maple document (.mw).

Maplet File
To launch a Maplet application saved as a Maplet file:
• In Windows, double-click the file from a Windows file browser.
• In UNIX and on Macintosh, use the command-line interface. At the command-line, enter maple -q <maplet_filename>.

To view and edit the Maplet code contained within the .maplet file:

1. Start Maple.
2. From the File menu, select Open. Maple displays the Open dialog.
3. In the Files of Type drop-down list, select .maplet.
4. Navigate to the location of the .maplet file and select the file.
5. Click Open.
10.5 Authoring Maplets • 313

Maple Document
To launch a Maplet application for which the Maple code is contained in a Maple document, you need to execute the
Maplet code. To display the Maplet application, you must use the Maplets[Display] command. Note: The Maplet
code may be quite large if the Maplet application is complex. In this case, execute the document to ensure user-defined
procedures that are referenced in the Maplet application are also defined.

Typical procedure:
1. If present, evaluate user-defined procedures.

Myproc:=proc..

2. Load the Maplets[Elements] package.

with( Maplets[Elements] );

3. Evaluate the Maplet definition.

Maplet_name:=Maplet( Maplet_definition );

4. Display the Maplet application.

Maplets[Display]( Maplet_name );

Important: When a Maplet application is running, you cannot interact with the Maple document.

10.5 Authoring Maplets


To author Maplets, you can use the Maplet Builder (GUI-based) or the Maplets package (syntax-based). The Maplet
Builder allows you to drag and drop buttons, sliders, text regions, and other elements to define the Maplet application
and set the element properties to perform an action on selection or update of the element. The Maplet Builder is designed
to create simple Maplets. The Maplets package offers more capabilities, control, and options when designing complicated
Maplet applications.

Designing a Maplet application is similar to constructing a house. When building a house, you first construct the
skeletal structure (that is, foundation, floors, and walls) and then proceed to add the windows and doors. Constructing
a Maplet is no different. First define the rows and columns of the Maplet application and then proceed to add the body
elements (such as buttons, text fields, and plot regions).

Simple Maplet
A Maplet application can be defined using the commands in the Maplets[Elements] package and then launched using
the Maplets[Display] command. The following commands define and run a very simple Maplet application that contains
the text string "Hello World".
> with(Maplets[Elements]):
> MySimpleMaplet:= Maplet([["Hello World"]]):
> Maplets[Display](MySimpleMaplet):

Figure 10.6: A Simple Maplet


314 • 10 Embedded Components and Maplets

Maplet Builder
To start the Maplet Builder:
• From the Tools menu, select Assistants → Maplet Builder.

Figure 10.7: Maplet Builder Interface

The Maplet Builder is divided into four different panes.


• The Palette pane displays palettes, which contain Maplet elements, organized by category. For a description of the
elements, see the MapletBuilder/Palette help page. The Body palette contains the most popular elements.
• The Layout pane displays the visual elements of the Maplet.
• The Command pane displays the commands and corresponding actions defined in the Maplet.
• The Properties pane displays the properties of an instance of a defined element in the Maplet.

Example 3 - Design a Maplet Using the Maplet Builder


In this example, shown in Figure 10.8, the Maplet user enters a function and plots the result.
10.5 Authoring Maplets • 315

Figure 10.8: Image of the Maplet

Button element
Label element
Plot element
TextField element

Figure 10.9: Body Elements Used to Define This Maplet

Action Result in MapletBuilder


Define the number of rows in the Maplet:
1. In the Properties pane:
a. In the drop-down list, select
BoxColumn1.
b. Change the numrows field to 2.

Add a plot region to row 1:


2. From the Body palette, drag the Plotter element to
the first row in the Layout pane.
316 • 10 Embedded Components and Maplets

Action Result in MapletBuilder


Add columns to row 2:
3. In the Properties pane:
a. In the drop-down list, select BoxRow2.
b. Change the numcolumns field to 3.

Add a label to row 2:


4. From the Body palette, drag the Label element to
the left column in the Layout pane.
5. In the Properties pane:
a. In the drop-down list, select Label1.
b. Change the caption field to Enter a
function of x.

Add a text region to row 2:


6. From the Body palette, drag the TextField element
to the middle column. The TextField element
allows the Maplet user to enter input that can be
retrieved in an action.
7. If necessary, resize the Maplet Builder to display
the entire Layout pane.

Add a button to row 2:


8. From the Body palette, drag the Button element to
the right column in the Layout pane.
9. In the Properties pane:
a. In the drop-down list, select Button1.
b. Change the caption field to Plot.
c. In the onclick property drop-down list,
select <Evaluate>.
10.5 Authoring Maplets • 317

Action Result in MapletBuilder


10. In the Evaluate Expression dialog that displays, the
Target drop-down list contains the defined elements
to which you can send information, in this case,
Plotter1 and TextField1. The List group box,
located below the Expression group box, displays
the defined elements to which you can retrieve
information, in this case, TextField1.
a. In the Target drop-down list, select
Plotter1.
b. In the Command Form tab, enter
plot(TextField1, x=-10..10) in the
Expression group box. (Note: Do not
include a semicolon (;) at the end of the
plot command.) You can also
double-click TextField1 in the List group
box to insert this element in the command
syntax.
c. Click Ok.
Run the Maplet:
11. From the File menu, select Run. You are prompted to save the Maplet. Maplets created with the Maplet Builder are saved as
.maplet files.
12. Click Yes and navigate to a location to save this Maplet.

For further information on the Maplet Builder, see the MapletBuilder help page. For more examples of designing
Maplets using the Maplet Builder, see examples/MapletBuilder.

Maplets Package
When designing a complicated Maplet, the Maplets package offers greater control. The Maplets[Elements] subpackage
contains the elements available when designing a Maplet application. After you define the Maplet, use the
Maplets[Display] command to launch the Maplet.

For more information on the Maplets package, refer to the MapletsPackage help page. For more examples of
designing Maplets using the Maplets package, see the Maplets/Roadmap help page.

Example 4 - Design a Maplet Using the Maplets Package


To introduce the structure of designing Maplets using the Maplets package, this example illustrates the equivalent
syntax for the Example 3 - Design a Maplet Using the Maplet Builder (page 314).

Load the Maplets[Elements] package.


> with(Maplets[Elements]):

Define the Maplet application. To suppress the display of the data structure associated with the Maplet application,
end the definition with a colon.
> PlottingMaplet:=Maplet(
BoxLayout(
BoxColumn(
# First Box Row
BoxRow(
# Define a Plot region
Plotter('reference' = Plotter1)
# End of first Box Row
318 • 10 Embedded Components and Maplets

),
# Second Box Row
BoxRow(
# Define a Label
Label("Enter a function of x "),
# Define a Text Field
TextField('reference' = TextField1),
# Define a Button
Button(caption="Plot", Evaluate(value = 'plot(TextField1,
x = -10..10)', 'target' = Plotter1))
# End of second Box Row
)
# End of BoxColumn
)
# End of BoxLayout
)
# End of Maplet
):

Launch the Maplet.


> Maplets[Display](PlottingMaplet);

For further examples using both the MapletBuilder and Maplets package commands, see the Maplets example
worksheets. For a listing, refer to the examples/index help page.

Saving
When saving a Maplet, you can save the document as an .mw file or you can export the document as a .maplet file.

Maple Document
To save the Maplet code as an .mw file:

1. From the File menu, select Save.


2. Navigate to the save location.
3. Enter a filename.
4. Click Save.

If the document contains only Maplet code, it is recommended that you export the document as a .maplet file.

Maplet File
To export the Maplet code as a .maplet file:

1. From the File menu, select Export As.


2. In the Files of Type drop-down list, select Maplet.
3. Navigate to the export location.
4. Enter the filename.
5. Click Save.
11 Input, Output, and Interacting with Other Products
11.1 In This Chapter
Section Topics
Writing to Files (page 319) - Saving to Maple file formats • Saving Data to a File
• Saving Expressions to a File
Reading from Files (page 321) -Opening Maple files • Reading Data from a File
• Reading Expressions from a File
Exporting to Other Formats (page 323) - Exporting documents • Exporting Documents
in file formats supported by other software • MapleNet
• Maple T.A.
Connectivity (page 326) - Using Maple with other programming • Translating Maple Code to Other Programming Languages
languages and software • Accessing External Products from Maple
• Accessing Maple from External Products
• Sharing and Storing Maple Worksheet Content with the
MapleCloudTM

11.2 Writing to Files


Maple supports file formats in addition to the standard .mw file format.

After using Maple to perform a computation, you can save the results to a file for later processing with Maple or another
program.

Note: Make sure you have right access to the directory in order to execute the example in the following subsections.

Saving Data to a File


If the result of a Maple calculation is a long list or a large array of numbers, you can convert it to Matrix form and
write the numbers to a file using the ExportMatrix command. This command writes columns of numerical data to a
file, allowing you to import the numbers into another program. To convert a list or a list of lists to a Matrix, use the
Matrix constructor. For more information, refer to the Matrix help page.

>

>

If the data is a Vector or any object that can be converted to type Vector, use the ExportVector command. To convert
lists to Vectors, use the Vector constructor. For more information, refer to the Vector help page.

319
320 • 11 Input, Output, and Interacting with Other Products

>
(11.1)

>

(11.2)

>

You can extend these routines to write more complicated data, such as complex numbers or symbolic expressions. For
more information, refer to the ExportMatrix and ExportVector help pages.

For more information on matrices and vectors, see Linear Algebra (page 122).

Saving Expressions to a File


If you construct a complicated expression or procedure, you can save them for future use in Maple. If you save the
expression or procedure in the Maple internal format, Maple can retrieve it more efficiently than from a document.
Use the save command to write the expression to a .m file. For more information on Maple internal file formats, refer
to the file help page.

>

In this example, small expressions are used. In practice, Maple supports expressions with thousands of terms.

>

(11.3)

>

(11.4)

You can save these expressions to the file qbinom.m.

>

Clear the memory using the restart command and retrieve the expressions using the read command.

>

>
11.3 Reading from Files • 321

>

(11.5)

For more information on writing to files, refer to the save help page.

Saving Data as Part of a Workbook


You can save all files related to a common Maple project as a workbook (.maple) file. Saving your data files and
worksheets (or documents) as a workbook allows you to use this saved data across all .mw file inside your workbook.

11.3 Reading from Files


The most common reason for reading files is to load data, for example, data generated in an experiment. You can store
data in a text file, and then read it into Maple.

Reading Data from a File

Import Data Assistant


If you generate data outside Maple, you can read it into Maple for further manipulation. This data can be an image, a
sound file, or columns of numbers in a text file. You can easily import this external data into Maple using the Import
Data Assistant, where the supported file formats include files of type Excel®, MATLAB®, Image, Audio, Matrix
Market, and Delimited.

To launch the Import Data Assistant:


1. From the Tools menu, select Assistants, and then Import Data.
2. A dialog window appears where you can navigate to your data file. Select the file that you want to import data from,
and then select the file type before clicking Next.
3. From the main window, you can preview the selected file and choose from the applicable options based on the
format of the file read in before importing the data into Maple. See Figure 11.1 for an example.

Figure 11.1: Import Data Assistant


322 • 11 Input, Output, and Interacting with Other Products

ImportMatrix Command
The Import Data Assistant provides a graphical interface to the ImportMatrix command. For more information,
including options not available in the assistant, refer to the ImportMatrix help page.

Reading Expressions from a File


You can write Maple programs in a text file using a text editor, and then import the file into Maple. You can paste the
commands from the text file into your document or you can use the read command.

When you read a file with the read command, Maple treats each line in the file as a command. Maple executes the
commands and displays the results in your document but it does not, by default, insert the commands from the file in
your document.

For example, the file ks.txt contains the following Maple commands.

S:= n -> sum( binomial( n, beta ) * ( ( 2*beta )! / 2^beta - beta!*beta ), beta=1..n );

S(19);

Note that the file should not contain prompts (>) at the start of lines.

When you read the file, Maple displays the results but not the commands.

(11.6)

>

>

(11.7)

If you set the interface echo option to 2, Maple inserts the commands from the file into your document.

>

> S:= n -> sum( binomial( n, beta ) * ( ( 2*beta )! / 2^beta - beta!*beta ), beta=1..n );

> S(19);

(11.8)

For more information, refer to the read and interface help pages.
11.4 Exporting to Other Formats • 323

Reading Data From Workbook Attachments


Data stored in a workbook in the form of an attachment, can be accessed easily using the workbook URI. For inform-
ation on workbook attachments, see worksheet,workbook,attachFiles. For information on the workbook URI format,
see worksheet,workbook,uri.

11.4 Exporting to Other Formats


Exporting Documents
You can save your documents by selecting Save or Save As from the File menu. By selecting Export As from the
File menu, you can also export a document in the following formats: HTML, LaTeX, Maple input, Maplet application,
Maple text, plain text, PDF, and Rich Text Format. This allows you to access your work outside Maple.

HTML
The .html file that Maple generates can be loaded into any HTML browser. Exported mathematical content can be
displayed in one of the following formats: GIF, MathML 2.0 Presentation, MathML 2.0 Content, or Maple Viewer,
and is saved in a separate folder. MathML is the Internet standard, sanctioned by the World Wide Web Consortium
(W3C), for the communication of structured mathematical formulae between applications. For more information about
MathML, refer to the MathML help page.

Maple documents that are exported to HTML translate into multiple documents when using frames. If the frames feature
is not selected, Maple creates only one page that contains the document contents.

LaTeX
The .tex file generated by Maple is ready for processing by LaTeX. All distributions of Maple include the necessary
style files. By default, the LaTeX style files are set for printing the .tex file using the dvips printer driver. You can
change this behavior by specifying an option to the \usepackage LaTeX command in the preamble of your .tex file.
For more information, refer to the exporttoLaTeX help page.

Maple Input
You can export a Maple document as Maple input so that it can be loaded using the Maple Command-line version.

Important: When exporting a document as Maple input for use in Command-line Maple, your document must contain
explicit semicolons in 1-D Math input. If not, the exported .mpl file does not contain semicolons, and Command-line
Maple generates errors.

Maplet Application
The Export as Maplet facility saves a Maple document as a .maplet file, so that you can run it using the command-
line interface or the MapletViewer. The MapletViewer is an executable program that can launch saved Maplet applic-
ations. It displays and runs Maplet applications independently of the Maple Worksheet interface.

Important: When exporting a document as a Maplet Application for use in Command-line Maple or the
MapletViewer, your document must contain explicit semicolons. If not, the exported .maplet file does not contain
semicolons, and Command-line Maple and the MapletViewer generates errors.

Maple Text
Maple text is marked text that retains the distinction between text, Maple input, and Maple output. Thus, you can export
a document as Maple text, send the text file by email, and the recipient can import the Maple text into a Maple session
and regenerate the computations in the original document.
324 • 11 Input, Output, and Interacting with Other Products

PDF
Export a Maple document to a Portable Document Format (PDF) file so that you can open the file in a reader such as
Adobe® Acrobat®. The PDF document is formatted as it would appear when the Maple worksheet is printed using the
active printer settings.

Note: Images, plots, and embedded components may be resized in the PDF file.

Plain Text
Export a Maple document as plain text so that you can open the text file in a word processor.

Rich Text Format (RTF)


Export a Maple document to a rich text format file so that you can open and edit the file in a word processor.

Note: The generated .rtf format is compatible with Microsoft Word and Microsoft WordPad only.

Summary of Translation

Table 11.1: Summary of Content Translation When Exporting to Different Formats

Content HTML LaTeX Maple Maplet Maple Text Plain Text Rich Text PDF Format
Input Application Format
Text Maintained Maintained Preceded Preceded by Preceded by Maintained Maintained Maintained
by # # #
1-D Math Maintained Maintained Maintained Maintained Preceded by Preceded by Static image Static image
> >
2-D Math GIF or MathML 1-D Math or 1-D Math 1-D Math 1-D Math or 1-D Math or Static image Either text or
LaTeX 2e (if possible) (if possible) character-based character-based shapes
typesetting typesetting depending on
option
selected
Plot GIF Postscript file Not Not Not Not Static image Static image
exported exported exported exported
Animation Animated GIF Not exported Not Not Not Not Not Static image
exported exported exported exported exported
Hidden content Not exported Not exported Not Not Not Not Not Not exported
exported exported exported exported exported
Manually Not supported Not supported Not Not Not Not RTF page Maintained
inserted page supported supported supported supported break object
break
Hyperlink Links to help Plain text Plain text Plain text Plain text Plain text Plain text Plain text
pages become
plain text. Links
to documents are
renamed and
converted to
HTML links
Embedded GIF Not exported Not Not Not Not Static image Static image
image or exported exported exported exported
sketch output
Spreadsheet HTML table LaTeX tables Not Not Not Not RTF table Static image
exported exported exported exported
11.4 Exporting to Other Formats • 325

Content HTML LaTeX Maple Maplet Maple Text Plain Text Rich Text PDF Format
Input Application Format
Document Approximated LaTeX Not Not Not Not RTF style Maintained
style by HTML style environments exported exported exported exported
attributes and sections,
LaTeX 2e
macro calls

MapleNet

Overview of MapleNet
Using MapleNet, you can deploy Maple content on the web. Powered by the Maple computation engine, MapleNet
allows you to embed dynamic formulas, models, and diagrams as live content in web pages. The MapleNet software
is not included with the Maple software. For more information on MapleNet, visit http://www.maplesoft.com/maplenet.

MapleNet Documents and Maplets


After you upload your Maple document to the MapleNet server, it can be accessed by anyone in the world using a web
browser. Even if viewers do not have a copy of Maple installed, they can view documents and Maplets, manipulate 3-
D plots, and execute code at the click of a button.
TM
Custom Java Applets and JavaServer Pages Technology
MapleNet provides a programming interface to the Maple math engine so commands can be executed from a Java applet
or using JavaServer PagesTM technology. Embed MapleNet into your web application, and let Maple handle the math
and visualization.

Maple T.A.

Overview of Maple T.A.


Maple T.A. is a web-based automated testing system, based on the Maple engine. Instructors can use pre-written
questions or create custom question banks and then choose from these questions to form quizzes and assignments.
Maple T.A. automatically grades responses as students complete assignments and tests.

For more information, visit http://www.maplesoft.com/mapleta.

Exporting Assignments to Maple T.A.


You can use Maple to create graded questions for use in Maple T.A. For information on creating and testing questions,
see Creating Graded Assignments (page 261). Using the Maple T.A. export feature, you can create and test Maple T.A.
content.

To export the document:


1. From the File menu, select Export As.
2. In the Export As dialog, specify a filename and the Maple T.A. (.zip) file type. The .zip file containing your
questions and assignment can be uploaded to Maple T.A. as a course module.

Any document content outside Maple T.A. sections (indicated by green section markers) is ignored by the export process.

For more details, refer to the exporttoMapleTA help page.

Converting QTI Files to Maple T.A. Course Modules


The QTI command converts IMS Question & Test Interoperability (QTI) files into Maple T.A./Mobius course modules.
For more information, see MapleTA,QTI.
326 • 11 Input, Output, and Interacting with Other Products

Additional Information
For more information about Maple resources for Maple T.A., refer to the MapleTAIntegration help page.

11.5 Connectivity
Translating Maple Code To Other Programming Languages

Code Generation
The CodeGeneration package is a collection of commands and subpackages that enable the translation of Maple code
to other programming languages. Languages currently supported include: C, C#, Fortran 77, Java, MATLAB®, Visual
Basic, Perl, and Python.

For details on Code Generation, refer to the CodeGeneration help page.

Accessing External Products from Maple

External Calling
External calling allows you to use compiled C, C#, Fortran 77, or Java code in Maple. Functions written in these lan-
guages can be linked and used as if they were Maple procedures. With external calling you can use pre-written optimized
algorithms without the need to translate them into Maple commands. Access to the NAG library routines and other
numerical algorithms is built into Maple using the external calling mechanism.

External calling can also be applied to functions other than numerical algorithms. Routines exist that accomplish a
variety of non-mathematical tasks. You can use these routines in Maple to extend its functionality. For example, you
can link to controlled hardware via a serial port or interface with another program. The Database package uses external
calling to allow you to query, create, and update databases in Maple. For more information, refer to the Database help
page.

For more information on using external calling, refer to the ExternalCalling help page.

Mathematica Translator

The MmaTranslator package provides translation tools for converting Mathematica® expressions, command operations,
and notebooks to Maple. The package can translate Mathematica input to Maple input and Mathematica notebooks to
Maple documents. The Mma subpackage contains commands that provide translation for Mathematica commands
when no equivalent Maple command exists. In most cases, the command achieves the translation through minor ma-
nipulations of the input and output of similar Maple commands.

Note: The MmaTranslator package does not convert Mathematica programs.

There is a Maplet interface to the MmaTranslator package. For more information, refer to the MmaToMaple help
page.

Matlab Package

The Matlab package enables you to translate MATLAB® code to Maple, as well as call selected MATLAB® functions
from a Maple session, provided you have MATLAB® installed on your system.

For more information, refer to the Matlab help page.


11.5 Connectivity • 327

Accessing Maple from External Products

Microsoft Excel Add-In


Maple is available as an add-in to Microsoft Excel. This add-in is supported for Excel 2016, Excel 2013, and Excel
2010 for Windows, and provides the following features.
• Access to Maple commands from Excel
• Ability to copy and paste between Maple and Excel
• Access to a subset of the Maple help pages
• Maple Function Wizard to step you through the creation of a Maple function call

To enable the Maple Excel Add-in in Excel 2010, Excel 2013, and Excel 2016:
1. In Excel, click the File menu and select Options.
2. Click Add-ins.
3. In the Manage box select Excel Add-ins, and then Go.
4. Navigate to the Excel subdirectory of your Maple installation and select the appropriate file:
- For 32-bit Windows, select WMIMPLEX.xla (that is, select $MAPLE/Excel/WMIMPLEX.xla), and click
OK.
- For 64-bit Windows, select WMIMPLEX64.xla (that is, select $MAPLE/Excel/WMIMPLEX64.xla), and
click OK.
5. Select the Maple Excel Add-in check box.
6. Click OK.

For further details on enabling the Maple Excel Add-in, refer to the Excel help page.

For information on using this add-in, refer to the Using Maple in Excel help file within Excel.

To view this help file:


1. Enable the add-in.
2. From the View menu, select Toolbars, and then Maple.
3. On the Maple toolbar, click the Maple help icon .

OpenMaple
OpenMaple is a suite of functions that allows you to access Maple algorithms and data structures in your compiled C,
C#, Java, or Visual Basic programs. (This is the reverse of external calling, which allows access to compiled C, C#,
Fortran 77, and Java code from Maple.)

To run your application, Maple must be installed. You can distribute your application to any licensed Maple user. For
additional terms and conditions on the use of OpenMaple, refer to the extern/OpenMapleLicensing.txt file in your
Maple installation.

For more details on using OpenMaple functions, refer to the OpenMaple help page.

MapleSim

MapleSimTM is a complete environment for modeling and simulating multidomain engineering systems. During a
simulation, MapleSim uses the symbolic Maple computation engine to generate the mathematical models that represent
the system behavior.
328 • 11 Input, Output, and Interacting with Other Products

Because both products are tightly integrated, you can use Maple commands and technical document features to edit,
manipulate, and analyze a MapleSim model. For example, you can use Maple commands and tools to manipulate your
model equations, develop custom components based on a mathematical model, and visualize simulation results.

MapleSim software is not included with the Maple software. For more information on MapleSim, visit
http://www.maplesoft.com/maplesim.

MaplePlayer for iPad


The Maple Player is a free application for the iPad that uses the Maple computation engine to enable you to view and
interact with documents created in desktop Maple.

For more information on the Maple Player for iPad, visit http://www.maplesoft.com/products/MaplePlayer.

Sharing and Storing Maple Content

The MapleCloud
You can use the MapleCloud to share or store your Maple documents, worksheets and workbooks. Upload entire Maple
workbooks, standard Maple worksheets or selected content from a worksheet through the MapleCloud palette. Share
with all Maple users, share with a MapleCloud user group, or upload and store content in a user-specific area that only
you can access. For more information about groups, refer to the worksheet,cloud,groups help page.

Users need an internet connection to use the MapleCloud. To share content, create, manage and join user groups; and
view group-specific content, you must log in to the MapleCloud using a Maplesoft.com, Gmail™, or Google Mail™
account name and password.

A Maplesoft.com membership account gives you access to thousands of free Maple resources and MaplePrimes, which
is an active web community for sharing techniques and experiences with Maple and related products. To sign up for
a free Maplesoft.com membership account, visit http://www.maplesoft.com/members/sign_up_form.aspx. The
MapleCloud is integrated with several of these online features, so it is strongly recommended that you use a
Maplesoft.com membership account.

For more information on the MapleCloud, refer to the MapleCloud help page.
alignment format, 225
Index American spelling
spellcheck, 259
and operator, 288
Symbols angle brackets, 122, 124, 158
! toolbar icon, 53 angles, 277
!!! toolbar icon, 53 animations
"", 271 creating, 215
$, 137 customizing, 218
%H, 131 Application Center, 47
%T, 130 applications
&x, 131 sample documents, 46
', 73, 285 apply
(), 298 character styles, 227
->, 73 paragraph styles, 229
., 130 approximation, 81
1-D Math, 62 least-squares, 133
2-D Math, 62 numeric, 281
converting to 1-D, 63 arguments, 298
entering, 5 arithmetic, 52
shortcuts, 7 finite-precision, 80
switching to 1-D, 63 interval, 107
:, 62, 63 matrix and vector, 129
::, 110 modular, 83, 84
:=, 72 polynomial, 116
;, 62, 63 Arrays, 265
<>, 122, 124 indexing, 266
>, 62 large, 266
? arrow operator, 73
help topic, 43 assign command, 92
[], 128, 263, 264 assigned command, 285
^, 6, 85 assignment operator (:=), 72
entering, 85 Assistants
_, 74 Back-Solver, 29
_ZN~, 89 CAD Link, 29
`, 74 Code Generation, 29
{}, 264 Curve Fitting, 28, 121
|, 124 Data Analysis, 29, 151
~, 89, 111 Data Set Search, 29
element-wise operations, 283 eBook Publisher, 29
Equation Manipulator, 29
A Import Data, 29, 321
about command, 111 Installer Builder, 30
abs command, 83 Library Browser, 30
absolute value, 83 Maplet Builder, 30
add ODE Analyzer, 30, 93
word to your dictionary, 261 Optimization, 30, 144
add command, 296 overview, 25
additionally command, 111 Plot Builder, 30, 188
algebra, 121 Scientific Constants, 30
linear, 133 Special Functions, 30
polynomial, 116 Tools menu, 26
algsubs command, 281 Unit Converter, 277
Units Converter, 30, 100

329
330 • Index

Worksheet Migration, 30 clickable problem solving, 185


assume command, 110 multivariate, 142
adding assumptions, 111 Student package, 143
and procedure variables, 112 of variations, 143
imposing multiple assumptions, 111 packages, 142
removing assumptions, 111 study guides, 152
setting relationships between variables, 110 teaching, 143, 152
setting variable properties, 110 vector, 142
testing property, 111 Student package, 143
using with assuming command, 112 calling sequence, 64
viewing assumptions, 111 canvas
assuming command, 110, 112, 141, 277 inserting, 249
additionally option, 112 canvas style
and procedure variables, 112 sketch pad, 250
applying to all names, 112 caret
using with assume command, 112 entering, 85
Attributes submenu central tendency, 107
character, 224 character styles
paragraph, 225 creating, 227
auto-execute, 237 description, 227
repeating, 238 Check Box component, 303
security levels, 238 Cholesky decomposition, 131
Avogadro constant, 104 Classic Worksheet
tables, 246
B Classic Worksheet Interface, xiii
Back-Solver Assistant, 29 clickable math
bar chart, 149 expressions, 32
basis Clickable Math, 185
vector space, 133 Drag-to-Solve, 163
binary numbers, 84 Smart Popups, 163
Bohr radius, 104 Code Edit Region, 300
bold format, 223 Code Generation, 29
bookmarks CodeGeneration
using, 255 package description, 66
boolean expressions, 282, 288, 292 coeff command, 120
brackets coefficients
angle, 122, 124 polynomials, 120
break statement, 295 coeffs command, 120
browser collect command, 120
Matrix, 124, 267 colon, 62, 63
Task, 70 color
bullets of plots, 210
format, 225 combine command, 277
button errors option, 109
embedding, 257 Combo Box component, 303
Button component, 303 command completion, 7, 39
by clause, 290 Command-line Interface, xiii
excluding, 290 commands, 65
negative, 291 and task templates, 70
displaying procedures, 299
entering, 38
C help, 43
CAD Link Assistant, 29
hiding, 300, 301
calculus, 141
iterative, 297
Index • 331

mapping over set or list, 297 base option, 84, 294


package, 65 degrees option, 277
top, 65 mathematical functions, 278
top-level, 64 polynom option, 139
compatibility set option, 278
worksheet, 262 temperature option, 101
complex expressions, 282 units option, 100, 277
complex numbers, 23 copy, 222
compoly command, 121 and drag, 11
components examples, 45
adding GUI elements, 257 copy expressions, 11
palette, 257 correlation, 108
computations coulditbe command, 111
assistants, 70 covariance, 108
commands, 65 cross product, 131
context panel, 69 Curl command, 142
errors, 82 Curve Fitting
avoiding, 82 package
integers, 85 PolynomialInterpolation command, 121
interrupting, 295 Curve Fitting Assistant, 28, 121
linear algebra, 129 cut and paste
mathematics, 115 in tables, 241
numeric, 81
palettes, 67 D
performing, 79, 115 D operator, 137
Real number system, 109 Data Analysis Assistant, 29, 151
symbolic, 81 data structures, 50, 263
syntax-free, 59 creating, 269
task templates, 70 Data Table component, 303
tutors, 70 Database Integration, 326
under assumptions, 110 datatype option, 126
single evaluation, 112 degree
updating, 53 command, 120
with uncertainty, 108 polynomials, 120
with units, 102 denom command, 274
conditional execution, 287 derivatives, 135
constants, 50 directional, 138
content command, 121 partial, 51, 136
context prime notation, 237
of unit, 100 Tutor, 152
context panel, 69, 131 Dial component, 304
access tutors, 59 dictionary, 45, 152
computing with, 54 dictionary topic
customizing animations, 218 adding hyperlink to, 254
integer, 69, 94 diff command, 94, 136
overview, 32 differential equations
Plot Builder access, 189 ordinary, 93
using, 32 partial, 97
context-sensitive operation, 32 differentiation, 135
customize text on arrow, 56 with uncertainty, 108
equation, 86 with units, 102
integer, 82 Differentiation Methods Tutor, 153
using, 11 Digits environment variable, 81
convert command, 277
332 • Index

dimension, 99, 131 portal for, 45


base, 99 environment variables
Directional Derivative Tutor, 138 Digits, 81
discrim command, 121 Order, 139
display equation
bookmark, 255 solving step-by-step, 169
distribution equation labels, 77
probability, 147 displaying, 75
divide command, 117 features, 76
divisors, 83 formatting, 40
document blocks, 41, 235 inserting, 40
Document mode, 49 numbering schemes, 76
documents overview, 40
running, 9 references to, 75
DocumentTools, 310 versus names, 76
double colon operator, 110 with multiple outputs, 76
dsolve command, 96 Equation Manipulator, 29, 169
equations
E solving, 86
e-notation, 81 for real solutions, 109
eBook Publisher Assistant, 29 numerically, 90
Edit menu symbolically, 88
in help system, 45 transcendental, 89
eigenvalues, 131 errors
eigenvectors, 131 quantities with, 107
element-wise operators, 283 Euclidean algorithm, 121
elementary charge, 104 eval command, 280, 299
elements, 103 evalb command, 282
definition, 105 evalc command, 282
isotopes, 105 evalf command, 81, 89, 105, 108, 281
definition, 105 with Int command, 142
properties, 105 with Limit command, 135
list, 104 evaln command, 285
properties evaluation
list, 104 boolean expressions, 282
uncertainty, 106 complex expressions, 282
units, 106 delaying, 285
using, 104 levels of, 284
value, 105 Maple expressions, 279
value and units, 106 of expression at a point, 279
elif clauses, 289 output below, 52
order, 289 output inline, 52, 55
else clause, 288 updated computations, 53
email exact
adding hyperlink to, 253 computation, 80
embedded components, 257, 303 numbers, 80
example, 307, 309 quantities
inserting, 306 converting to floating-point, 81
properties, 307 example worksheets
end do keywords, 290, 292 copy, 45
end if keywords, 287 execution group, 62
end proc keywords, 298 execution groups, 14
engineers expand
command, 276
Index • 333

document block, 236 hardware, 82


execution group, 236 significant digits, 81
series, 139 numbers, 80
Exploration Assistant, 35 rational approximation, 69
exponents Flux command, 143
entering, 6 font color, 223
export, 300 foot-pound-second (FPS) system, 57, 100
to HTML, 323 footers, 233
to LaTeX, 323 for/from loops, 290
to Maple input, 323 for/in loops, 291
to Maple T.A., 325 formal power series solutions, 97
to Maple text, 323 format labels, 40
to Maplet application, 323 Format menu
to other formats, 325 bookmarks, 256
to PDF, 324 quick formatting, 223
to plain text, 324 frac command, 112
to Rich Text Format, 324 fractions
worksheets, 323 approximating, 56
exporting entering, 5
embedded components, 306 frequency plot, 149
expression sequences, 88, 263 Frobenius form
creating, 295 matrix, 133
expressions, 50, 263 from clause, 290
adding, 296 excluding, 290
clickable math, 32 fsolve command, 90
evaluating, 279 full evaluation, 284, 286
manipulating, 275 FunctionAdvisor command, 64
multiplying, 296 functional operators, 268
versus functional operators, 269 differentiating, 137
plotting, 270
F versus expressions, 269
factor functions
integers, 82 converting between, 278
polynomials, 120 defining as functional operators, 268
QR factorization, 133
factor command, 120, 276 G
factored normal form, 278 Gaussian elimination, 133
factorial command, 83 Gaussian integers, 85
FAIL, 288, 292 GaussInt package, 85
false, 288, 292 gcd command, 121
Faraday constant, 104 gcdex command, 121
Favorites palette, 16 Global Optimization Toolbox, 143
files global variables, 298
image formats, 251 glossiness
reading from, 321 of 3-D plots, 210
writing to, 319 go to
fill option, 126 bookmark, 257
finite fields, 84 gradient, 154
solving equations, 98 Gradient Tutor, 154
finite rings, 84 greatest common divisor, 83, 121
floating-point
computation, 81 H
accuracy, 82 Handwriting palette, 22
334 • Index

has command, 273 inequations


hastype command, 272 solving, 86
HazardRate command, 148 for real solutions, 109
headers, 233 symbolically, 88
Help Navigator infinite loops, 295
Using, 44 infolevel command, 97
help page input
adding hyperlink to, 253 2-D Math, 62
help system 2-D math notation, 62
accessing, 43 Maple notation, 62
description, 45 prompt, 62
Edit menu, 45 separating, 63
Help Navigator, 43 setting default mode, 63
manuals, 44 insert
search, 44 bookmark, 256
table of contents, 44 hyperlink, 252
tasks, 44 images, 251
View menu, 44 section, 232
Hermitian transpose sketch pad, 249
matrix and vector, 131 table, 239
Hessenberg form, 133 Installer Builder Assistant, 30
hexadecimal numbers, 84 instructor resources, 161
hide int command, 141
worksheet content, 233 Int command, 142
highlight color, 223 integers
Hilbert Matrix, 133 commands, 83
histogram, 149 computations, 85
How Do I ... topics, 45 context panel, 69, 94
hyperlinks factoring, 82
in worksheet, 252 Gaussian, 85
modulo m, 84
I solving equations, 97
i solving modular equations, 98
entering, 23, 86 integration, 54, 68, 140
icons definite, 141
open as example worksheet, 44 functional operators, 271
if statement, 287 indefinite, 140
ifactor command, 82, 83, 276 iterated, 141
igcd command, 83 line, 141, 156
images numeric, 142
adding hyperlink to, 253 surface, 141
file format, 251 with units, 102
inserting, 251 interactive commands
imaginary unit Student, 31
entering, 23, 86 interactive document
implied multiplication, 6 building, 303
implies operator, 288 Interactive Linear System Solving tutor, 58
Import Data Assistant, 29, 321 Interactive Plot Builder Assistant
indent creating animations, 213
format, 225 creating plots, 188
indeterminates, 275 customizing animations, 218
indets command, 275 customizing plots, 206
indices, 64, 128 interface command
rtablesize option, 126
Index • 335

verboseproc option, 299 LinearAlgebra package, 131


international system (SI), 100 commands, 132
InterquartileRange command, 148 numeric computations, 134
interval arithmetic, 107 LinearSolve command, 98
iquo command, 83 Linux
iroot command, 83 command complete, 7
is command, 111 List Box component, 304
isprime command, 83 lists, 129, 264
isqrt command, 83 returning solutions as, 88
italic format, 223 local variables, 298
logical operators, 288
J loops, 290
j general, 294
entering, 86 infinite, 295
Jordan form, 131
M
K Mac
keyboard keys command complete, 7
Command Completion, xiii manipulate
keystrokes, 6 equation, 169
map command, 297
Maple Application Center, 152
L Maple library, 37
Label component, 304
Maple Portal, 45, 152
labels, 77
Maple Student Help Center, 152
last name evaluation, 285
Maple Workbook, 5
lcm command, 121
MapleCloud, 328
lcoeff command, 120
MaplePrimes, 47
ldegree command, 120
Maplet Builder
least-squares, 133
description, 30
left single quotes, 74
launching, 314
left-hand side, 273
Maplet authoring, 314
levels of evaluation, 284
Maplets
lexicographic order, 118
adding hyperlink to, 254
lhs command, 273
authoring, 317
Library Browser
Maplet Builder, 314
description, 30
Maplets package, 317
limit command, 134
launching
Limit command, 135
Maple worksheet, 313
limits, 134
Maplet file type, 312
multidimensional, 135
Maplets package
line break, 225
Display command, 317
line integrals, 156
Elements subpackage, 317
linear algebra, 133
Maplet authoring, 317
computations, 129
saving
efficiency, 126, 134
Maple worksheet, 318
LinearAlgebra package, 132
maplet file, 318
teaching, 134, 152
using, 312
Linear System Solving tutor, 59
markers
linear systems
bookmarks, 255
solving, 98, 133
displaying, 41
interactive, 58
for document blocks, 235
LinearAlgebra
Math Apps, 32
package description, 66
336 • Index

in help system, 44 mods command, 85


math dictionary modular arithmetic, 83, 84
description, 45 modules, 300
math educators MPS(X) files, 146
portal for, 152 msolve command, 98
Math Expression component, 304 mul command, 296
Math mode, 15 multiplication
shortcuts, 7 implied, 6
mathematical functions
list, 64 N
mathematics names, 50, 73
computations, 115 adding assumptions, 110
teaching and learning, 161 and symbols, 22
matrices, 267 assigned, 285
arithmetic, 129 assigning values to, 72
context panel, 131 logical, 288
data type, 126, 127 previously assigned, 285
defining, 122 protected, 73
efficiency, 126 removing assumptions, 111
filling, 127 reserved, 73
Hermitian transpose, 131 unassigning, 73, 111, 286
image, 125 valid, 74
large, 125 versus equation labels, 76
multiplication, 130 with assumptions, 111
operations, 131 nops command, 274
random, 125 norm command, 121, 132
scalar multiplication, 130 normal command, 278
selecting submatrices, 128 normal form, 278
shape, 126, 127 not operator, 288
transpose, 130 numbers, 50
type, 126 exact, 80
Matrix floating-point, 80
Browser, 124, 267 non-base 10, 84
constructor, 127 NumberTheory[Divisors] command, 83
data structure, 122 numer command, 274
palette, 98, 122, 126 numeric
Matrix command, 122 approximation, 281
max command, 83 computation, 80
maximize, 143
maximum, 83
Mean command, 148
O
objects, 300
Meter component, 304
ODE Analyzer Assistant, 30, 93
Microphone component, 304
online help, 47
min command, 83
operands, 274
minimize, 143
selecting, 296
minimum, 83
operators, 50
mod command, 83
functional, 268
mod operator, 84
logical, 288
modes
relational, 288
Document, 49
Optimization
Worksheet, 49
package description, 67
modify
optimization, 145
table, 240
efficiency, 145
modp command, 85
Index • 337

plotting, 144 piecewise command, 147


point-and-click interface, 144 Planck constant, 104
Optimization Assistant, 25, 30, 144 Plot Builder
Plotter, 144 description, 30
Options dialog, 16 Plot component, 304
or operator, 288 plot3d command, 270
Order environment variable, 139 plots
ordinary differential equations analyzing, 212
plotting solution, 96 pan, 212
solving, 93 point probe, 212
orthogonal matrix, 133 rotate, 212
output scale, 212
suppressing, 62 code for color plates, 220
creating, 205
P context panel, 195
packages, 64 displaying multiple plots, 204
accessing commands, 38 Interactive Plot Builder, 188
definition, 37 plot command, 196
help, 43 plot3d command, 196
loading, 65 plots package, 201
top, 67 creating animations
unloading, 66 animate command, 214
page break, 225 Interactive Plot Builder, 213
page headers and footers, 233 plot3d[viewpoint] command, 215
palettes, 51, 53, 67, 280 customizing, 211
categories, 19 context panel, 207
Components, 306 Interactive Plot Builder, 206
custom, 22 plot options, 210
favorites, 16 plot3d options, 210
managing, 20 customizing animations, 218
Matrix, 122, 126 command-line options, 218
overview, 16 context panel, 218
Snippets, 22 Interactive Plot Builder, 218
symbol recognition, 22 data, 213
Units, 57, 101 dragging expression to add to a plot, 204
paragraph styles exporting, 219
creating, 230 functional operators, 270
description, 227 gradient, 156
parameters, 298 interactive plot with parameters, 193
parametric solutions, 90 line integral, 156
partial derivative Live Data Plots palette, 213
entering, 51 ODEs
partial differential equations symbolic solution, 95
solving, 97 optimization problem, 144
paste, 222 playing animations, 217
examples, 45 plots package
PDEs, 97 animate command, 214
pdsolve command, 97 contourplot command, 204
pencil display command, 205
sketch pad, 249 matrixplot command, 202
Physics pointplot command, 201
package description, 67 statistics, 149
pie chart, 149 viewing animations
animate context bar, 217
338 • Index

plotting access to the Maple Programming Guide, 46


using the context panel, 32 programs, 287
point-and-click, 25 modules, 300
polynomial equations objects, 300
solving, 89 procedures, 299
numerically, 90 prompt
polynomials input, 62
algebra, 116 properties
arithmetic, 116 testing, 111
coefficients, 120 protected names, 73
collecting terms, 120
degree, 120 Q
division, 116, 117 QPSolve command, 146
expanding, 117 QR factorization, 133
factoring, 120 quadratic programs, 146
implied multiplication, 117 quantities with uncertainty, 107
numeric accessing error, 108
algebraic manipulation, 121 accessing value, 108
operations, 121 computing with, 108
sorting, 117 constructing, 107
pure lexicographic, 118 element properties, 108
total degree, 118 rounding the error, 108
PolynomialTools package, 121 scientific constants, 108
IsSelfReciprocal command, 121 with units, 108
powers quick
entering, 6 character formatting, 223
precalculus paragraph formatting, 225
teaching, 152 quit statement, 295
precision, 81 quo command, 116
prem command, 121 quotes
previously assigned, 285 double, 271
primality testing, 83 left single, 74
primpart command, 121 right single, 73, 285
print unevaluation, 285
command, 299 quotient
table, 245 integer, 83
printing
embedded components, 306
probability distribution, 147
R
Radio Button component, 304
proc key word, 298
random
procedures, 299
matrices, 125
and assumptions, 112
variables, 147
calling, 298
randpoly command, 121
defining, 298
range
displaying, 299
in plots, 208
inputs, 298
operator, 129
multiple lines, 298
rank, 131
output, 298
rational expressions
using, 298
entering, 5
product command, 296
read
products
from files, 321
entering, 6
RealDomain
implied, 6
package description, 67
programming, 287
Index • 339

recurrence relation ScientificErrorAnalysis


solving, 98 package description, 67
reference ScientificErrorAnalysis package, 107
equation labels, 77 extensibility, 109
names, 73 objects, 107
relational operators, 288 search
rem command, 116 help system, 44
remainder sections
integer, 83 in worksheet, 231
remove command, 296 security levels
repetition statements, 290 auto-execute, 238
reserved names, 73 security tab
resources options dialog, 238
in help system, 44 select command, 296
restart command, 66, 74 selection
resultant command, 121 execute, 9
return selectremove command, 296
statement, 295 semicolon, 62, 63
values, 298 seq command, 295
rhs command, 273 series, 139
right single quotes, 73, 285 command, 139
right-hand side, 273 Taylor, 139
RootOf structure, 89 type, 139
roots Set Search Assistant, 29
command, 121 sets, 264
of equations, 89 shape option, 126
Rotary Gauge component, 304 Shortcut component, 305
row vector show
creating, 127 worksheet content, 233
rsolve command, 98 show contents dialog
running using, 234
documents, 9 significant digits, 81
worksheets, 9 simplify command, 275, 281
sketch pad
S canvas style, 234
saving a Maple Document, 14 slider
as a Workbook, 14 embedding, 257
scatter plot, 149 Slider component, 304
scientific constants, 103 Snippets palette, 22
list, 104 solutions
name, 104 assigning as expression, 92
symbol, 104 assigning as function, 92
uncertainty, 106 details, 97
units, 106 formal, 97
using, 104 formal power series, 97
value, 105 integers, 97
value and units, 106 real, 109
Scientific Constants Assistant, 30 series, 97
ScientificConstants verifying, 91
package description, 67 solve
ScientificConstants package, 103 equations, 86
extensibility, 107 for real solutions, 109
objects, 105 numerically, 90
symbolically, 88
340 • Index

inequations, 86 student resources, 161


for real solutions, 109 students
symbolically, 88 portal for, 152
integer equations, 97 study guides, 152
linear system, 98, 133 style set management, 231
modular integer equations, 98 subscripts
ODEs, 93 entering, 6
PDEs, 97 format, 223
recurrence relation, 98 substitute, 279
transcendental equations, 89 sum command, 296
solve command, 88, 265 superscript format, 223
finding all solutions, 89 Sylvester matrix, 133
finding parametric solutions, 90 symbol completion, 7
real solutions, 109 symbolic
solving procedures, 90 computation, 80
sort objects, 80
lists, 279 symbols
polynomials, 117, 279 entering, 22
sort command, 117, 279 names, 22
plex option, 118 system of units, 100
source code controlling, 102
displaying, 299 systeme international (SI), 57, 100
spacing format, 225
Speaker component, 305 T
Special Functions Assistant, 30 Tab
spellcheck, 259 icon, 68
American spelling, 259 inserting, 68
dictionary, 261 key, 68
sqrfree command, 121 Tab icon, 9
Standard Document Interface, xiii table of contents
starting, 4 help system, 44
Standard Worksheet Interface, xiii tables, 267
startup code, 9 alignment, 243
Startup Code, 301 and Classic worksheet, 246
statements appearance, 242
multiple lines, 298 borders, 242
Statistics contents, 239
Student package, 151 editable, 246
Statistics package, 149 execution order, 245
continuous distributions, 147 physical dimensions, 242
description, 67 printing, 245
discrete distributions, 147 using, 239
plots, 149 visibility of cell content, 245
strings, 271 Task Browser, 70
StringTools package, 271 task template, 33
Student task templates, 70, 82, 99, 122, 134
package description, 67 taylor command, 139
Student Help Center, 47 Taylor series, 139
Student package, 138, 151, 152 tcoeff command, 120
calculus subpackages, 143 Teacher Resource Center, 47
LinearAlgebra subpackage, 134 teachers
Maplets, 151 portal for, 152
statistics, 151 teaching with Maple, 161
Tutors, 151
Index • 341

Technical Support of sets, 264


access, 47 Unit Converter Assistant, 277
temperature conversion, 100 units, 57, 99, 277
Text Area component, 304 adding to expressions, 58
text field applying to expression, 101
embedding, 257 computing with, 102
Text mode, 15 context, 100
text regions, 71 converting between, 100
tilde, 89, 111, 283 environment, 102
to clause, 290 evaluating with, 58
excluding, 290 in 1-D Math, 101
Toggle Button component, 304 inserting, 101
Tolerances package, 107 overview, 99
toolboxes prefixes, 102
Global Optimization, 143 system of
Tools menu controlling, 102
assistants, 26 systems of, 100
Assistants and Tutors, 70 Units
Tasks, 70 package description, 67
Torsion command, 143 Units Converter, 100
total degree, 118 Units Converter Assistant, 30
transparency Units package, 99
of 3-D plots, 211 environments, 102
transpose extensibility, 103
matrices and vectors, 130 UseSystem command, 103
true, 288 UsingSystem command, 103
Tutorials, 45 Units palettes, 57, 101
Tutors, 151, 152 universal gravitational constant, 104
Derivatives, 152 until loop, 292
Differentiation Methods, 153 until loops, 292
Directional Derivative, 138 unwith command, 66
Gradient, 154 URL
Linear System Solving, 59 adding hyperlink to, 253
using, 30
tutors V
accessing, 30 variables, 50
type command, 272 variance, 108
types, 110, 272 VariationalCalculus package, 143
converting, 277 Vector
series, 139 constructor
testing, 272 vectorfield attribute, 142
subexpressions, 272 data structure, 122
typesetting rule assistant, 234 vector fields, 142
vector spaces
U basis, 133
unapply command, 92 VectorCalculus
unassign command, 73 package description, 67
unassigning names, 73, 286 VectorCalculus package, 142
uncertainty, 107 Student version, 143
quantities with, 107 vectors, 267
underline format, 223 arithmetic, 129
unevaluation quotes, 74, 285 column, 124
union context panel, 131
342 • Index

cross product, 131 Z


data type, 126
zero recognition, 278
defining, 124
zip command, 297
efficiency, 126
filling, 126
large, 125
multiplication, 130
row, 124, 127
scalar multiplication, 130
selecting entries, 128
shape, 126
transpose, 130
Video Player component, 305
View menu
in help system, 44
markers, 42
Volume Gauge component, 305

W
Web page
adding hyperlink to, 253
Web site
access to Maple help pages, 47
Application Center, 47, 152
MaplePrimes, 47
Student Center, 152
Student Help Center, 47
Teacher Resource Center, 47
Technical Support, 47
Training, 47
Welcome Center, 46
Welcome Center, 46
while loops, 292
Windows
command complete, 7
with command, 65
Workbook Attachment
adding hyperlink to, 254
Workbook File
adding hyperlink to, 255
worksheet
adding hyperlink to, 253
Worksheet Environment, 2
Worksheet Migration Assistant, 30
Worksheet mode, 49, 61
worksheets
running, 9
write
to files, 319

X
xor operator, 288

You might also like