The gradient of a function f(x,y) in two variables x and y is the vector function in R2 given by:
<δxδf(x,y),δyδf(x,y)>
For example, suppose f(x,y) = x3 + y2
then, the gradient of f(x,y) is
<δxδf(x,y),δyδf(x,y)>
=<δxδ(x3+y2),δyδ(x3+y2)>
=<3x2,2y>
This is a vector in R2
So, the correct answer is option B.
Comments
Leave a comment