Addressed Customer Wish List - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : System : Information : Updates : Maple 17 : Addressed Customer Wish List

Addressed Customer Wish List

You spoke, we listened. Maple 17 addresses a number of issues that customers requested, including:

1. 

Finance Package on 64-bit Windows

2. 

Axes by default on 3-D Plots

3. 

Autocomplete in 2-D Math

4. 

Improved 2-D Subscripts

5. 

Enhanced Search and Replace

6. 

Locally Declared Names

7. 

Simplified code editing for components

8. 

Larger file sizes on MapleCloud

 

Finance Package on 64-bit Windows

Axes by default on 3-D Plots

Autocomplete in 2-D Math

Improved 2-D Subscripts

Enhanced Search and Replace

Locally Declared Names

Simplified code editing for components

Larger file sizes on MapleCloud

Finance Package on 64-bit Windows

  

The Finance package is now available on 64-bit Windows. Leverage the power of 64-bit computing for your financial calculations and analyses.

Axes by default on 3-D Plots

  

In Maple 17, 3-D plots in the Standard Worksheet will now appear with a default axis setting of boxed.

  

If you prefer the previous no axes style, add the following line to the startup code region in your worksheet, or to the Maple initialization file for your platform:

  

plots[setoptions3d](axes=none):

Autocomplete in 2-D Math

  

When typing command and function names in 2-D Math, Maple now offers quick completions for items that are unambiguous. When such an item is available, it appears as a yellow tooltip-style popup. Pressing the Tab or Return/Enter key inserts the suggested item.

Improved 2-D Subscripts

  

In Maple 17, creating atomic variables with subscripts is even easier, than in previous releases.

  

To create an atomic variable with a subscript, simply enter the atomic variable, followed by a double underscore, then enter the subscript.

Enhanced Search and Replace

  

Search and replace functionality now extends into 2-D Math expressions for simple names.

  

For example, searching for x will find the x in the first term of the 2-D expression, x2y+10.

Locally Declared Names

  

New in Maple 17, you can declare local any variable, including those variable names which Maple has reserved for other uses.

  

For more information, see Local Names

Simplified code editing for components

  

To quickly change code for components, simply right click on any component and choose the appropriate edit action.

Larger file sizes on MapleCloud

  

You can now upload Maple worksheets that are up to 10MB in size to the MapleCloud.

See Also

Index of New Maple 17 Features

Finance

Subscripts in Maple 17

Local Names