| Hosted by CoCalc | Download
%var a,b,c,d,e,f,x,y (d*y+2*e*x)(x/4/(e*x+f*y)+y/(c*x+d*y))-(b*y+2*c*x)(x/4/(c*x+d*y)+y/(a*x+b*y))
-2*c*x + 2*e*x - 1/4*y*(x/(c*x + d*y) + 4*y/(a*x + b*y)) + 1/4*y*(x/(e*x + f*y) + 4*y/(c*x + d*y))
/cocalc/lib/python2.7/site-packages/smc_sagews/sage_server.py:1013: DeprecationWarning: Substitution using function-call syntax and unnamed arguments is deprecated and will be removed from a future release of Sage; you can use named arguments instead, like EXPR(x=..., y=...) See http://trac.sagemath.org/5930 for details. exec compile(block+'\n', '', 'single') in namespace, locals