Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ClearAll["Global`*"]
  2. u[x_, y_] := {f[x, y], g[x, y]}
  3. Div[u[x, y], {x, y}]
  4.  
  5. f^(1,0)(x,y)+g^(0,1)(x,y)
  6.  
  7. (f^(1,0)(x,y)+g^(0,1)(x,y))+f^(1,2)(x,y)+f^(3,0)(x,y)+g^(0,3)(x,y)+g^(2,1)(x,y)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement