Question: how can i show solution without simplify

hi. how can i get this solution of eq

like this (just show not solving)

code

a := 3;
b := 5;
c := -1;
eq := exp(-c)/(a*b) + a^b*exp(c);
 

Please Wait...