invalid arrow procedure - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : System : Error Message Guide : invalid arrow procedure

Error, invalid arrow procedure

 

Description

Examples

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