Graphing Several Functions in One Plot

> plot( { p , g , -g } , x= -6 .. 8 );

>

Can you identify the three different plots?

What about the next one?

> plot( { f , h , s }, x=0 .. 3*Pi );

Can you explain the little bumps that appear inside the large dips in the graph of s?

>