Error, recursive assignment
Description
Examples
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.
x:=f⁡x;
M:=Matrix(3,4,fill=M);
See Also
procedure
Download Help Document