+ 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
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
0
ouch. i spend lot of time to try this and i false. :) i just skip this and go trought ahead.
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 :)