Question: how to recover test6 := -2*y/x back to x+y with y/x or x/y;

after composite

test5 := subs(y=-q/p, subs(x=-q/p, x+y));
test6 := subs(p=x,subs(q=y,test5));

how to recover test6 := -2*y/x back to x+y with y/x or x/y;

Please Wait...