0

I'm looking to create an interactive region plot in Mathematica, and it's quite a complicated region (seen below).enter image description here. The variable p is actually a function of y, and it's too hard to solve analytically. How do I assign p to the NSolve function? I tried the following code (below) but I don't get a number output. But when I evaluated NSolve alone without assigning it to p I got a number output. How do I do this?

auCyJ.png

Dmlawton
  • 29
  • 2
  • People here generally like users to post code as Mathematica code instead of just images or TeX, so they can copy-paste it. It makes it convenient for them and more likely you will get someone to help you. You may find this meta Q&A helpful – Michael E2 Feb 13 '21 at 19:46
  • Retry your code with NSolve instead of Nsolve. Then maybe update your question. FWIW, I wouldn't name both a function and a variable by the same symbol p. -- See also this: https://mathematica.stackexchange.com/a/18706/4999. Also relevant (3175), (6669). Perhaps this, too: (15934) – Michael E2 Feb 13 '21 at 19:48

0 Answers0