invalid function arguments - 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 function arguments

Error, invalid function arguments

 

Description

Examples

Description

This is a 2-D math parser error. It is generated when a function call (that is, a structure of the form name(arguments)) is built incorrectly.

Examples

fx,,y

Error, invalid function arguments

f

This example uses incorrect syntax (two commas between the arguments) for a function call, and therefore Maple cannot determine the function arguments.

 

Solution:

To fix this error, use the correct syntax for a function call. The arguments must be in the form of a sequence.

fx,y

fx,y

(2.1)

See Also

Expression Sequences

function

syntax