Message Boards Message Boards

0
|
105 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Plot of independent variables of two functions non invertible

Posted 2 days ago

If I have $M(x)$ and $B(y)$, where $M$ and $B$ are non-invertible functions (what I am attaching is just an example), how can I plot $x$ vs $y$ for values where the images are equal, i.e., $M(x) = B(y)$? In the example, I believe the values of $x$ and $y$ should lie within $[0, 1.6]$ approximately for $M$ and $B$.

POSTED BY: Malej Est
2 Replies

You may try ContourPlot:

ContourPlot[M[x] == B[y], {x, 0, 1.1}, {y, 0, 1.1}]
POSTED BY: Gianluca Gorni
Posted 1 day ago

thank you very much

POSTED BY: Malej Est
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract