In Sage,
simplify(x/(x^2 + x))
gives
x/(x^2 + x)
I would instead expect to get
1/(x + 1)
Is there a way to achieve that?
In Sage,
simplify(x/(x^2 + x))
gives
x/(x^2 + x)
I would instead expect to get
1/(x + 1)
Is there a way to achieve that?
You could do this: