Question: How may I define the frequency of intermediate steps in explore option?

Maple14 has an "explore" option by right-ckliking on an expression.

I did so with the following one:

-(1-p)^n+(p/(1-p)+1)^n*(1-p)^n+(1-p)^(n-1)*((exp(rho)*(-1+p)-p)*((exp(rho)*(-1+p)-p)/(exp(rho)*(-1+p)))^(n-1)-exp(rho)*(-1+p))/exp(rho)

and wanted to determine the frequency of the intermediate steps for the parameters.

E.g. p ranges from 0 to 1, but when I execute "explore" I can only set p to exact zero or exact one, but nothing in between.

So, how may I define the frequency of the intermediate steps in this "explore" option?

Please Wait...