Posts by Camila Galvão • 21 points
1 post
-
1
votes1
answer167
viewsQ: Plot graphing of an algebraic expression in python
I’m trying to plot a chart of an integral I solved, but it’s giving error : from sympy import * from sympy.plotting import * %matplotlib inline r=Symbol('r') e=Symbol('e') r=(1,10,100)…