Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 3
    $\begingroup$ this is a dup, here is one : mathematica.stackexchange.com/q/124239/2079. (I'm pretty sure that exact contour plot is in a question someplace) $\endgroup$ Commented Sep 21, 2016 at 13:46
  • 1
    $\begingroup$ Also this one: Updating Wagon's FindAllCrossings2D function $\endgroup$ Commented Sep 21, 2016 at 15:01
  • $\begingroup$ In adoption of the manual page for MeshFunctions one can directly plot the solution with a "one-liner" ContourPlot[{f[x, y], g[x, y]}, {x, 0, 2}, {y, -1, 1}, MeshFunctions -> {f[#1, #2] - g[#1, #2] &}, Mesh -> {{0}}, MeshStyle -> Directive[Red, PointSize[Large]]] $\endgroup$ Commented Sep 21, 2016 at 15:55
  • $\begingroup$ here you go, that exact function.. mathematica.stackexchange.com/q/112909/2079 $\endgroup$ Commented Sep 21, 2016 at 17:19