Question: New bug in Maple 2017 ?

With Maple 2017,when the following codes are being executed in the document mode, the error information

"Error, attempting to assign to `RealDomain:-`^`` which is protected"

will be displayed and echoed for several times, which won't appear in the previous versions of Maple.

 

 

///////////////////////////////////

 

restart

with(RealDomain):

with(Grid):

a := 1:

Seq(1/a, i = 1 .. 2)

 

///////////////////////////////////

 

 

Is this a new bug in Maple 2017?

Please Wait...