Question: My code in python is wrong with this error: Your result seems to be incorrect. I expect a polynomial expression. How do I fix this??
My code in python is wrong with this error: "Your result seems to be incorrect. I expect a polynomial expression."
How do I fix this??
Indefinite Integration Consider the following integral: at dxx log x Solve this integral symbolically. Store your result in a variable result, which should be a sympy expression Starter code (click to view) 1 import sympy 2 from sympy import log Answer* 4 def result(m): 5 m-x**n sympy.log(x) result-sympy.integrate( m, x) 7 print (result)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
