Answer the question
In order to leave comments, you need to log in
How to write code for a definite integral?
Compiled a code for solving a definite integral:
def d_phi(a):
return a
dphi = quad(d_phi, 0, 0.01, args=(1))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question