ymin and ymax not working

asked 2021-11-07 14:29:01 +0200

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?

edit retag flag offensive close merge delete

Comments

Max Alekseyev gravatar imageMax Alekseyev ( 2021-11-09 23:54:24 +0200 )edit