s-news
[Top] [All Lists]

second derivatives calculation

To: s-news@wubios.wustl.edu
Subject: second derivatives calculation
From: "vito muggeo" <vitomuggeo@hotmail.com>
Date: Thu, 26 Jul 2001 11:26:20
Hi all,
I used the following code to get the value of myfn() and its first derivatives
at x=10 with K=2 and U=3, for istance

myfn<-deriv(~K*x+U*x/K, c("K","U"), function(x,K,U){})
K<-2; U<-3
myfn(10,K,U)

Is there any way to calculate also the second (and maybe third, fourth,...)
derivatives of myfn()?
Thanks,
vito







_________________________________________________________________
Scarica GRATUITAMENTE MSN Explorer all'indirizzo http://explorer.msn.it/intl.asp


<Prev in Thread] Current Thread [Next in Thread>