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?
| 1 | initial version |
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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.