Differentiation and Integration | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Differentiation and Integration

Pls can anybody help write codes on how to obtain integral and differential expressions in form of y=ax^2 + bx + c

4th Nov 2016, 8:28 PM
Basit
Basit - avatar
3 Answers
+ 1
It's not that difficult. A simple parser can find a, b and c. Differential of that would then be dy/dx = 2ax + b Integral would be: (a/3)(x^3) + (b/2)(x^2) + cx + k
27th Apr 2018, 4:37 AM
Emma
0
ouch. i spend lot of time to try this and i false. :) i just skip this and go trought ahead.
4th Nov 2016, 9:40 PM
P3RS0N
P3RS0N - avatar
0
You have to read the chapter "Numerical Differentiation and Integration" of the book NUMERICAL ANALYSIS and take the concept from there to make such programs....I hope u will get a little bit of knowledge how to do this & what u have to do now? one more thing, if I write the code here u will not going to understand the code . So, better is first learn own your own....Thank you :)
1st Sep 2017, 12:22 AM
Piyush Raj
Piyush Raj - avatar