Error, invalid arrow procedure - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Error, invalid arrow procedure

Error, invalid arrow procedure

 

Description

Examples

See Also

Description

This is a 2-D math parser error. It occurs when the expression on the right-hand side of a functional operator is invalid. For more information, see Functional Operators.

Examples

x@

Error, invalid arrow procedure

 

This error occurred because the @ on the right-hand side of the functional operator is not a valid expression.

 

Solution:

To fix this error, use a valid expression for the result of the procedure instead.

xx2

x→x2

(2.1)

See Also

operators/functional