First time here? Check out the FAQ!
answered 2011-12-01 04:56:39 +0100
It seems that there is a new error in recent versions of sage and/or maple.
As a workaround until this is fixed, for short commands, you can use:
maple.eval('2+2;')
'4'
But the answer is a string, not a maple object.