When entering expressions in Text Mode or Symbol Mode with the Equation Editor, keep in mind the following:
The basic syntax for entering mathematical formulas or expressions in the system (text mode) enables you to quickly enter expressions. You can enter formulas using standard mathematical notation (similar to that used in a graphing calculator) and, in general, the system correctly interprets it.
For example, the following formula is acceptable.
(x^2-2x+1) 2sin(x)(x^2+1)e^(-x^2)
Note: If a product includes one or more variables, always use an asterisk "*" for multiplication. For example, specify 2*x*y. |
For a Maple question, you must always include an asterisk (*) for multiplication. For example:
(x^2-2*x+1)*2*sin(x)*(x^2+1)*e^(-x^2)
The most common mistake is to forget parentheses "()". For example, the expression:
1/(x+1)
is different from :
1/x+1
which the system interprets as:

Alternatively, you can use the Equation Editor to enter expressions. For an introduction to this editor, see About Symbol Mode.
Place the argument of a function in parentheses. For example, enter sqrt(3x) not sqrt 3x,which is interpreted as (sqrt(3))*x.
Make sure that the variables you use in responses are exactly the same as the variables displayed in the question.
Note: The grading system is case sensitive with respect to variable names. If the correct answer is:
(t+1)^2
then the response
T^2 + 2T +1
is graded wrong, but
t^2 + 2t +1
is correct.
Beware of case inconsistencies, like x and X or v and V. Make sure that your variables match the upper or lower case of the variables in questions.
For multiplication, use an asterisk "*". Alternatively, simply write:
For:
For more information, see the Mathematical Functions and Operations table. For a complete list of Maple functions and expressions, refer to Maple documentation.
As a general rule, do not use a trailing semicolon in a response with a Maple command, unless otherwise instructed in an assignment.