function question1() x=[0:0.01:7]; y=3.*x.^2-12.*x+20./(x.^2-7.*x+10); plot(x,y); axis([0 7 -100 100]); title('Problem 45 page 137'); xlabel('x'); ylabel('y(x)');