Tagged Questions
1
vote
1answer
171 views
5
votes
1answer
388 views
Getting an InterpolatingFunction from a ContourPlot
I have a function, say
minimizeme[Ω_][β_][ϵ_] = ϵ^2 Ω - Log[2 (Cosh[2 β] + Cosh[2 β ϵ])]/(2 β);
I want to find its critical points in $\epsilon$ for a given ...