Python / Matplotlib / plotting a function

后端 未结 0 577
时光说笑
时光说笑 2020-12-18 02:48

I need to plot following function with python.

fx =(x**4 - 7*x**3 + 15*x**2 - 21*x + 36) / (x**2-7*x+6)

When I plot it, using Matplotlib, it

相关标签:
回答
  • 消灭零回复
提交回复
热议问题