rularn
- 8
- 0
Hi!
I don't know where to put this but I hope you guys can help me. Its simple.
How do I fill the area in mathematica between:
3/(4 x), 4/(4 x), 1/(4 x^3), 1/(2.7 x^3) ?
Thank you
I don't know where to put this but I hope you guys can help me. Its simple.
How do I fill the area in mathematica between:
3/(4 x), 4/(4 x), 1/(4 x^3), 1/(2.7 x^3) ?
Code:
Plot[{3/(4 x), 4/(4 x), 1/(4 x^3), 1/(2.7 x^3)}, {x, 0.45, 0.75},
Ticks -> False, AxesLabel -> {V, P}, PlotRange -> {0.5, 3}]
Thank you