Question: How do i arrange the equations sets in Maple?

I used the folowing command to solve a system of equations:

fsolve(equations,variables);

then the results were on the following form:

{u1=.1,u4=1,u5=3,u2=4,u3=0}

but I want to rearrange as:

{u1=.1,u2=4,u3=0,u4=1,u5=3}

please help me and i will very grateful for you... 

Please Wait...