help-octave
[Top][All Lists]
Advanced

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

Derivative function


From: Ricardo Cervera
Subject: Derivative function
Date: 19 Feb 2003 15:37:56 +0100

        Hello.

        I wanted to know if it is possible to get the derivative function of a
function given, using Octave. I mean, something like:

function y = f(x)
y = sin(x);
endfunction

        And what I am looking for is f'(x), for example cos(x).


        Thanks a lot.




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