# # Written by: # -- # John L. Weatherwax 2009-04-21 # # email: wax@alum.mit.edu # # Please send comments and especially bug reports to the # above email address. # #----- #postscript("../WriteUp/Graphics/1962/prob_34.eps", onefile=FALSE, horizontal=FALSE) x = seq(-1,+3,length.out=100) y = x / ( ( x-1 ) * (x-2) ) plot(x,y) lines(x,y,lwd=2,col="sienna") #dev.off()