help-octave
[Top][All Lists]
Advanced

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

Re: Derivative function


From: geraint
Subject: Re: Derivative function
Date: Wed, 19 Feb 2003 16:16:06 GMT

Ricardo,

you may wish to take a look at "gino", 
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mtt/mttroot/gino/
If provides an Octave interface to ginsh (which in turn provides an interface 
to ginac).

octave:1> df = g_diff ( "sin(x)" , "x" )
df = cos(x)
octave:2> x = pi; eval ( df );
ans = -1

Geraint.



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