Advertisement
nnt14920

Untitled

Aug 3rd, 2024
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. matlab exercise:
  2.  
  3.  
  4. 1. Find the partial derivatives of the function f = 2*x*sin(x^2*y) with respect
  5. to x and y.
  6.  
  7. ans wrt x =
  8.  
  9. 2*sin(x^2*y) + 4*x^2*y*cos(x^2*y)
  10.  
  11.  
  12. ans wrt y =
  13.  
  14. 2*x^3*cos(x^2*y)
  15.  
  16.  
  17. 2) Ans undefined variable a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement