Kronecker-Delta-like function with value (-1) replacing (0)

105 Views Asked by At

The Kronecker-Delta function $\delta$(x,y) takes 2 arguments and outputs (1) when the arguments are equal and (0) when the arguments are not equal.

Is there a name/ID for a similar function which outputs (-1) and not (0) when the inputs are not equal?

1

There are 1 best solutions below

0
On

I'm not aware of a name for such a function, but you could achieve it with $2\delta(x,y)-1$.