Question: Procedure for First Derivative of Recursively Defined Function

I have f1=x, and fn=x+sin(fn-1).

I would like to write a procedure that would allow me to find the first derivative of fn. Thanks.

 

Please Wait...