Ask your own question, for FREE!
Functions 13 Online
OpenStudy (anonymous):

How can I compute a derivative of a function in python?

OpenStudy (anonymous):

You should write a function that takes two arguments: a very small value (h in the definition of the derivative) and another function which will build the mathematical function for which you want the derivative.

OpenStudy (p0sitr0n):

depends if youre reading the input or youre given a function. To read an input, its more complicated and youll have to build a structure of the mathematical language to parse. If youre given a function, you can always introduce some basic methods that do some parts of the derivation (like power rule or chain rule). Your function will get modified and passed as an argument to other methods.

OpenStudy (adelyn_helps):

Close this Please

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!