Tagged Questions
1
vote
1answer
76 views
2
votes
1answer
187 views
Manipulating an arbitrary-precision ContourPlot
I have a function, say
minimizeme[ω_][β_][ϵ_] = ϵ^2 ω-Log[2 (Cosh[2 β]+Cosh[2 β ϵ])]/(2 β);
I want to make a high-precision dynamic ...
9
votes
3answers
257 views
Mathematica Plot: Inconsistency when plotting large values
I am working with a function in Mathematica and I am getting some inconsistencies when I plot it. As I really need to understand were this comes from I would appreciate any help.
I am working with a ...