I have a RegionPlot graph in Mathematica, which shows the solution to complex inequalities. In the same 2-dimensional space, I would like to plot a function . Any Help?
Thanks!
Update 1
Here is my try which should highlight the region where t < 3/2 \[Lambda] and plot the functions. However, the command only shows the Region Plot and not the Plots
Show[RegionPlot[t < 3/2 \[Lambda], {t, 1, 2}, {\[Lambda], 17/41, 1}],
Plot[{thatLP[\[Lambda]], thatLS[\[Lambda]]}, {\[Lambda], 17/41, 1}]]
Update 2
Here is my try which should highlight the region where t < 3/2 \[Lambda] and plot the function t=\[Lambda]. However, the command only shows the Region Plot and not the Plots
Show[{RegionPlot[
t < 3/2 \[Lambda], {t, 1, 2}, {\[Lambda], 17/41, 1}],
Plot[t, {\[Lambda], 17/41, 1}]}]
My Regions and Functions are more complicated, but even this simple example does not work...

Showcould be helpful. If you add more detail about your problem, we could help you better. $\endgroup$InputForm) for what you have tried. $\endgroup$thatLPandthatLS) so that we can reproduce the output. $\endgroup$