Question: Error, (in sprintf) too many levels of recursion

Dear all,

I get the error "Error, (in sprintf) too many levels of recursion" if I try to plot this:

plot(minimize((s*t)^((s*t)^(s*t))/t^(t^t), t > 0), s = 1 .. 5)

Does anybody know how to get rid of this error? Is it possible/wise to increase the levels of recursion?

Thank you!

Please Wait...