var("x",domain=RR) e =2x+1 f = 3x+2 (e+f==e+f).show()
reply: 5x+5=5x+3 of course.
But I would like to have 2x+3+5x+1=5x+3 Is there somethink like e.unevaluate()?
big thanks and happy new year to the whole sagemath community
1 | initial version |
var("x",domain=RR) e =2x+1 f = 3x+2 (e+f==e+f).show()
reply: 5x+5=5x+3 of course.
But I would like to have 2x+3+5x+1=5x+3 Is there somethink like e.unevaluate()?
big thanks and happy new year to the whole sagemath community