Education

Many new features of Maple 18 were built with the classroom in mind. There are many new Clickable Math tools to support exploration, including new Math Apps, tutors, context menus, and a new Calculus palette. Maple 18 also provides new functionality designed specifically for education, including a full statistics package for introductory statistics courses. In addition, Maple 18 includes new tools for the creation of gradeable math apps and assignment questions, for use both in Maple and in Maple T.A.

New in Maple 18: 

 

Math Apps and The Möbius Project

Ionic Bonds 

Cell Mutations 

Resistors 

Vignere Cipher 

Relativistic Doppler Effect 

HyperlinkImage  

HyperlinkImage  

HyperlinkImage  

HyperlinkImage  

HyperlinkImage  

Maple 18 includes 76 new Math Apps that can be used in the classroom to engage students. Maple 18 also introduces several new categories of Math Apps, including new apps in Biological & Chemical Sciences, Engineering, Logic and more. 

The Möbius Project is a new way to interact with Maple technology in the classroom. Sharing Maple content is easy using the MapleCloud as well as online, where many of the new Math Apps and apps created by the user community can be explored.

 

Improved Tools for Creating Interactive Math Apps

Embedded components are the key building blocks for MathApps and any interactive application in Maple. Maple 18 features updates to many of the embedded components used to create interactive applications such as new embedded components, border control for plot, text area and math container components, and much more. For details on the numerous enhancements see Embedded Component Enhancements.

In addition to the changes for embedded components, creating interactive applications is easier with updates to the Explore command. The Explore command is a versatile way to create interactive applications. It can create a display component, as well as controllers such as sliders, dials, and drop-down boxes that can be used to explore mathematical expressions, plots, or images that depend on parameters. For more information, see What's New in the Explore Command in Maple 18.

 

> Explore(Fractals:-EscapeTime:-Mandelbrot(250, `+`(`-`(1.78), `/`(`*`(`+`(`-`(1), `-`(`*`(1.5, I)))), `*`(exp(zoom)))), `+`(`-`(1.78), `/`(`*`(`+`(2.2, `*`(1.5, I))), `*`(exp(zoom)))), iterationlimit =...Explore(Fractals:-EscapeTime:-Mandelbrot(250, `+`(`-`(1.78), `/`(`*`(`+`(`-`(1), `-`(`*`(1.5, I)))), `*`(exp(zoom)))), `+`(`-`(1.78), `/`(`*`(`+`(2.2, `*`(1.5, I))), `*`(exp(zoom)))), iterationlimit =...
 

 Play

Embedded component 

aEmbedded component 

   50 

zoomEmbedded component 

0 


Label 

 

Grading Package

The new Grading package provides tools for grading. The Grading package includes commands for grading plots, generating interactive quizzes, and much more. The Grading package also makes it easy to create gradeable Math Apps, effectively integrating with embedded components to create grading applications.

> with(Grading); -1
 
>
 

Is 1 + 1 = 2?

TrueFalseFAIL

Check AnswerEmbedded component

Quiz(  

Is Embedded componentEmbedded component prime?

Embedded componentEmbedded componentTrueFalseFAIL

Check AnswerTry AnotherEmbedded component


For more information, see the Grading package in Maple 18 overview page. 

 

Student Statistics Package

A new package for Student Statistics is designed to help teachers present and students understand the basic material of a standard course in statistics. The package features over 50 commands subdivided into three main components: quantities (including visualization and formulas), hypothesis testing, and interactive exploration.

> with(Student:-Statistics); -1
 
> ExploreRV(NormalRandomVariable(mu, sigma))
 

Random Variables:

Embedded component

Parameters: 

Typesetting:-mi(
Embedded componentEmbedded componentEmbedded componentSkip
Typesetting:-mi(
Embedded componentEmbedded componentEmbedded componentSkip

Statistical Properties: 

Meansymbolic 

Embedded componentEmbedded component 

Supportsymbolic 

Embedded componentEmbedded component 

Mediansymbolic 

Embedded componentEmbedded component 

Variancesymbolic 

Embedded componentEmbedded component 

Modesymbolic 

Embedded componentEmbedded component 

Moment Generating Functionsymbolic 

Embedded componentEmbedded component 


Probability Distribution Function 

Embedded component Embedded component 

symbolic 

skip plot 

Embedded component 

Cumulative Distribution Function 

Embedded component Embedded component 

symbolic 

skip plot 


For details, see Statistics for Students

 

Student Basics Package

The new Student Basics package helps to explore the foundations of higher math, making it possible to provide step-by-step breakdowns for expanding and simplifying mathematical expressions, such as simplifying fractions, expanding products of polynomials, or solving linear equations. All the steps to the solution are shown and documented, so that a student can easily understand what is happening at each stage of the solution. Students can use this package to understand where results are coming from and learn how to solve these problems on their own.

 Example

> Student[Basics][LinearSolveSteps](`*`(`+`(`*`(`^`(x, 2)), `*`(`^`(y, 2))), `/`(1, 4)) = `+`(`*`(`/`(1, 4), `*`(`^`(x, 2))), `-`(`*`(2, `*`(x))), 14), x)
 

See Student Basics for more examples. 

 

Calculus Palette

A new Calculus Palette contains buttons for constructing expressions such as double and triple integrals and dot derivatives. 

Each entry is a template. To fill in the content, navigate through the placeholders using the Tab key. 

By default, the Calculus palette will be visible on start-up in the left pane of the Maple window.

Image 

Calculus Palette 

Updates to Student Multivariate Calculus

Three new commands have been added to the Student[MultivariateCalculus] Package.

  • Angle - determine the angle between lines, vectors, and planes
  • AreOrthogonal - test for orthogonality
  • Projection - obtain the projection of a point, line, or vector on a line, vector, or plane

 

Simplified, More Comprehensive Context Menus

Using the context-sensitive menus with the Student Packages just got easier. In Maple 18, the context menu entries for Student Package commands have been consolidated under the package name, making them easy to find. 

All of the commands from the new Student Statistics Package are accessible from the context menu, and there have been many enhancements and additions for existing Student Packages. 

To use the context menus, first load the relevant Student Package. Then, look for that package name in the context menu. 

Image 

Student Context Menus 

 

Maple T.A. Integration

The new MapleTA package gives Maple users access to many of the built-in commands available for learning and assessment previously only available in Maple T.A., meaning that a broader range of questions can now be authored directly in Maple. Also, Maple-graded questions in Maple T.A. can now be imported into Maple, and in addition, questions authored in Maple can be exported to Maple T.A.

For more details, see the Maple T.A. updates page.