Question
plot area between curves and intersect
Can I shade the area between 2 functions? Is it as simple as int(f(x) - g(x)) or something more involved?
Also I would like to plot the intersect of 2 functions and label the point with coordinates - doable?
Many thanks in advance
Joe

