Addressed Customer Wish List
You spoke, we listened. Maple 17 addresses a number of issues that customers requested, including:
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
The Finance package is now available on 64-bit Windows. Leverage the power of 64-bit computing for your financial calculations and analyses.
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):
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.
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.
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, x2−y+10.
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
To quickly change code for components, simply right click on any component and choose the appropriate edit action.
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
Download Help Document