Group Abstract Group Abstract

Message Boards Message Boards

0
|
801 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Defining a partial derivative operator with inactive variable

I only read until the Gâteaux derivative, that I would do this way:

func[p_] := 
  Inactive[Sum][
   Inactive[D][p[k],(*function*)
    Inactive[Part][x, k]],(*\[PartialD]/\[PartialD]x_k kept inert*){k,
     1, 3}];
MapAt[D[#, \[Epsilon]] &,
 func[Function[i, 
   p[i] @@ x + \[Epsilon] \[Psi] @@ x KroneckerDelta[k, 1]]],
 1]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard