2D Functions

Two functions (2)

  Next 

f(x) = sin( exp(x) )/( x-2 )
g(x) = f(x-.1)
plot( f, 0,pi,200 )
plot( g, 0,pi,200, "red" )