To avoid common errors in entering expressions in 2-D math, Maple 2017 automatically inserts an explicit multiplication symbol in certain cases. For example, if you write with a space between the parts, Maple replaces the implicit multiplication (the space) with a visible multiplication symbol (⋅).
This makes it clear that the space is interpreted as multiplication. This change is designed to help you avoid common errors in writing expressions and troubleshoot your work more quickly.
If you did not mean multiplication (instead you meant to apply the functions to ), write the expression with adjacent parentheses.
Multiplication:
Function application: (no space)
Expression in 2-D math
|
Meaning
|
(expr1)(expr2)
with no space between the closing and opening parenthesis
|
function application
|
(expr1) (expr2)
with a space
|
The space means multiplication and to clarify that, Maple replaces the space with an explicit multiplication symbol.
|
|
|
You can control this feature. For details, see the Convert Space to Explicit Multiplication Operator section of the Options dialog.