Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
real_function_derivative [2015/04/10 20:45]
nikolaj
real_function_derivative [2015/04/10 20:46]
nikolaj
Line 41: Line 41:
 H[r] = 3 + Log[r]; (* axillary growing function *) H[r] = 3 + Log[r]; (* axillary growing function *)
  
-d[f_] = Limit[H[r] (f[x + 1/H[r]] - f[x]), r -> Infinity];+d[f_][x_] = Limit[H[r] (f[x + 1/H[r]] - f[x]), r -> Infinity];
  
-d[#^m &]+d[#^m &][x]
 </​code>​ </​code>​
  
Link to graph
Log In
Improvements of the human condition