Question: Where does this error come from?

Hi, 

I've got this strange error. Could anyone explain me where it comes from?
Thanks in advance.

(PS My Maples's version is  Maple 2015.2, APPLE UNIVERSAL OSX, Dec 20 2015, Build ID 1097895 )
 

restart:

with(plots):
with(geometry):

RegularPolygon(gon,5,point(o,1,1),2);

gon

(1)

restart:

with(plots):

geometry:-RegularPolygon(gon,5,point(o,1,1),2);

Error, (in geometry:-RegularPolygon) wrong type of arguments

 

 


 

Download ErrorMessage.mw

Please Wait...