Upside-down triangle symbol on function

8k Views Asked by At

I came across the symbol that looks like an upside-down triangle, and coming in front of a function $f(x,y)$. What does that mean?

1

There are 1 best solutions below

0
On BEST ANSWER

The upside-down triangle is likely a gradient operator in this context:

$$\nabla f(x,y) = \frac{\partial f}{\partial x}\hat{x} + \frac{\partial f}{\partial y}\hat{y}.$$