I have a simple expression of the type F:= -kT*ln(Q^N); that I am trying to manipulate, but after using "expand" the resulting expression is -kT.ln(Q^N) instead of -kT.N.ln(Q) Why "expand" does not work? Is there anything else I must do in order for expand to perform the expansion?

Please Wait...