hi to all,
I've tried on the WP34S emulator (22.1990) to find the minimum of a function using the built-in f'(x) command and solving it for zero:
LBL A
my function f(x) that I want to study, result returned in X stack
RTN
LBL B
f'(x) LBL A
RTN
but when I solve for B I receive the message :
Nested use of solve (SLV and SLVQ), integrate, sum or product is not allowed.
Could I do this in this way or I must write a routine that
calculate the derivate and then use solve on it?
thanks
Alessandro