invalid assignment - 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 : Error Message Guide : invalid assignment

Error, invalid assignment

 

Description

Examples

Description

This is a 2-D math parser error. It indicates that an assignment statement was created incorrectly. It occurs mainly when the right-hand side of an assignment is incorrect.

Examples

a&

Error, invalid assignment

 

This error occurred because the right-hand side of the assignment must evaluate as an expression; "&" does not evaluate as a valid expression in Maple.

 

Solution:

To fix this error, ensure that the right-hand side of the assignment evaluates as an expression.

ax+1

a:=x+1

(2.1)

a

x+1

(2.2)

See Also

assignment