Given a two-variable function
f[x_,y_]:=(*complicated stuff in terms of x and y *)
what I want is to do is Plot y=y[x] given a fixed value of f=f0
Given a two-variable function
f[x_,y_]:=(*complicated stuff in terms of x and y *)
what I want is to do is Plot y=y[x] given a fixed value of f=f0
ContourPlot. – Szabolcs Jun 18 '15 at 07:49