help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: differential and integral calculus


From: Przemek Klosowski
Subject: Re: differential and integral calculus
Date: Thu, 3 Feb 2005 17:10:01 -0500 (EST)

   on 2/3/05 11:32 AM, Andreas Volz at address@hidden wrote:

   > 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 Henry Mollet answered

   Octave is a numerical program not a symbolic program, if this is the correct
   terminology.

True, but for the examples that the Other Poster gave, Octave can help. Since 
his
functions were polynomials in x, one could use Octave's polyderiv and polyinteg 
functions.



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]