Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
See how to apply the power rule for derivatives to an expression
ResourceFunction["PowerRule"][f,x] applies the power rule for computing the derivative of f with respect to x, returned as an Inactive result. |
Show the power rule for computing the derivative of 4x2 with respect to x:
In[1]:= |
Out[1]= |
The power rule can also be applied to expressions with negative exponents:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License