simplification



Hi List

Given

    assume( a>0, b>0 )$

    sqrt(a^2 - 2*a*b + b^2) + sqrt(a^2 - 2*a*b+b^2);

How to simplify the above expression to the form

     a+b+abs(a-b)

Thanks in advance
Leon