ymin and ymax not working

asked 3 years ago

Sage gravatar image

When I run this code:

f_x = (x3 - x2 + 3x + 4) / (x2 - 4x + 3) plot(f_x, x+3, (x, 0, 4), detect_poles=True, ymin=-100, ymax=100)

the result is a graph with ymax ~ 500000 and ymin ~(- 1000). What am I doing wrong?

Preview: (hide)

Comments