LinearDependency

LinearDependency[op, {op1, op2, ...}, {x1, x2, ...}]
yields a list representing differential operator op as a linear compination of operators opi.
  • The list {x1,x2,...} defines the set of operands the operators op, opi act upon.
  • If op can be expressed as a linear compination of the operators opi the vector of this linear compination will be returned otherwise, the empty set {}.
  • To define the operators Partial can be used.
In[1]:=
Click for copyable input
Let the operator xx+2yy. This operator can be expressed with the base {x x, yy} as:
In[2]:=
Click for copyable input
Out[2]=
Indeed,
In[3]:=
Click for copyable input
Out[3]=