1 | initial version |
I don't have access to mathics
but my guess is that you need to define variables x
and y
in Sage first and then translate mathics' variables into those in Sage - like:
x, y = var('x y')
sys._sage_(locals={'x':x, 'y':y})