Guest User

Untitled

a guest
Nov 17th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. h[h_] := h^2 + 2 h +3
  2. h'[u]
  3.  
  4. //returns as expected
  5. 2+2 u
  6.  
  7. f[{x_,y_}] := x^4 + y^4
  8. Derivative[1][f][{x,y}]
  9. f'[{x,y}]
  10.  
  11. //returns
  12. f′[{x,y}]
Add Comment
Please, Sign In to add comment