v0id
- 42
- 0
I'm wondering if there are any convenient symbolic "shortcuts" (i.e. abuse of notation) that enable one to compute the gradient with respect to a certain vector, without decomposing the computation into the vector's individual elements and differentiating with respect to each element. For example:
[tex] \nabla_x \left( \frac{1}{|{\bf x}^{'} - {\bf x}|} \right) = \frac{{\bf x}^{'} - {\bf x}}{|{\bf x}^{'} - {\bf x}|^3}[/tex]
Besides the obvious method of evaluating [tex]\frac{\partial}{\partial x_1}[/tex] and so on, is there a faster method of symbolic computation?
[tex] \nabla_x \left( \frac{1}{|{\bf x}^{'} - {\bf x}|} \right) = \frac{{\bf x}^{'} - {\bf x}}{|{\bf x}^{'} - {\bf x}|^3}[/tex]
Besides the obvious method of evaluating [tex]\frac{\partial}{\partial x_1}[/tex] and so on, is there a faster method of symbolic computation?