From help-request at octave dot org Thu Feb 3 13:31:36 2005 Subject: differential and integral calculus From: Andreas Volz To: help at octave dot org Date: Thu, 3 Feb 2005 20:32:30 +0100 Hi, I'm a octave newbie and try to work with differential and integral calculus. I need some help to get a working example for this. Could you help me? Here is a simple example: f(x)=x^3+-2x^2+5 f'(x)=3x^2-4x and for example integrating f'(x) to see that f(x) results. And what is with more difficult calculations? I know only the german names, so perhaps I do a wrong translation. What is with chain rule (Kettenregel), quotient rule (Quotientenregel) or all the other funny things to do differential or integral calculus. Could octave detect which rule to use for which function or have I to tell octave the right rule? Can octave do a differential calculus for this? f(x)=(x^2-3x)*sin x f'(x)=? I hope someone could help me with this questions. Some friends are working with matlab or maple and told me this is working with this apps. So I hope it works also with octave. regards Andreas ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------