Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Evaluate the product derivative of a function
ResourceFunction["ProductD"][f,x] gives the product derivative of the function f with respect to x. | |
ResourceFunction["ProductD"][f,{x,n}] gives the nth multiple product derivative of the function f with respect to x. |
Product derivative of xa:
| In[1]:= |
| Out[1]= |
Third product derivative of ex:
| In[2]:= |
| Out[2]= |
Product derivative of a polynomial:
| In[3]:= |
| Out[3]= |
Product derivative of the product logarithm:
| In[4]:= |
| Out[4]= |
The product derivative of a function is defined as a limit:
| In[5]:= |
| In[6]:= |
| Out[6]= |
Higher-order product derivatives can be defined recursively:
| In[7]:= |
| In[8]:= |
| Out[8]= |
| In[9]:= |
| Out[9]= |
Product rule for the product derivative:
| In[10]:= |
| Out[10]= |
Quotient rule for the product derivative:
| In[11]:= |
| Out[11]= |
A function whose product derivative is itself:
| In[12]:= |
| Out[12]= |
This work is licensed under a Creative Commons Attribution 4.0 International License