I was running diff(abs(2*x + 5), x)
, maple gives me an answer of 2*abs(1, 2*x + 5)
I actually dont know what that means. But I know the answer is (4*x + 10)/abs(2*x + 5)
. How could I transform the answer from 2*abs(1, 2*x + 5)
to (4*x + 10)/abs(2*x + 5)
Thanks for the help.