Error, recursive assignment - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Error, recursive assignment

Error, recursive assignment

 

Description

Examples

See Also

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