In a nutshell
F( x, y) = x2 -x y + y2
The gradient vector of F being
∇ F = [ ∂F /∂x ] i + [ ∂F /∂y ] j = [ 2 x - y ] i + [ -x + 2 y ] j THEN
∇ F ( 2 ,1 ) = 3 i
Hence to realize maximum decrease we must walk on the direction opposite
of ∇ F ( 2 ,1 ) .
Therefore F decreases more rapidly in the direction of − 3 i

Dayv O.
thanks, want to give student right answer and I misread -xy as xy. Good to see your accuracy.10/03/21