recursive assignment - 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 : recursive assignment

Error, recursive assignment

 

Description

Examples

Description

The recursive assignment message occurs when you try to define a variable or structure in terms of itself. For instance, if you define a Matrix and try to assign it to M, and simultaneously enter the name M as an entry in that Matrix, Maple returns an error.

Examples

x:=fx;

Error, recursive assignment

M:=Matrix(3,4,fill=M);

Error, recursive assignment

See Also

procedure