D(f(x))...

48 views
Skip to first unread message

BH

unread,
Jul 31, 2013, 3:59:37 AM7/31/13
to eureqa...@googlegroups.com
Dear all,

is it now possible to use the D-operator on functions?

I want to find an equation like:

y=f(x)*...+D(f(x),t,1)*...

Best regards

Michael Schmidt

unread,
Aug 1, 2013, 10:23:13 AM8/1/13
to eureqa...@googlegroups.com
Not yet, but you could do a numerical derivative manually using delay(), for example:

y = (f(x) - delay(f(x), 1))/(t - delay(t,1))

This is roughly: find a model f(x) who's derivative df(x)/dt models y

Michael
Reply all
Reply to author
Forward
0 new messages