I have a lot of equations one of them is like "q:={3-x=1}"
if I use
switch:=z->lhs(z)-rhs(z); and I use map(switch,q); it gives me 2.-x which is bad for Bertini software which I use for some purposes. I need to have 2.0 or 2 but not 2.
This dot after 2 without any number after that is trouble for me.
What should I do?
Thanks