$g(x, y)=x^2/y^3$
Now a function $f(x,y)$ is said to be a homogenous function of degree $n$ if,
$f(tx,ty)=(t^n) f(x,y)$ where $t$ is some scalar
For example $f(x,y)= x^2+y^2$
Now for some scalar $t$
$f(tx,ty)=(t^2)(x^2+y^2)=(t^2)f(x,y)$
Thus $f$ is a homogenous function of degree 2 Now for the example in which I have a difficulty ($g(x,y)=x^2/y^3$)
$$g(tx,ty)=(t^{-1})g(x,y)$$
So, does that mean that $g$ is homogenous function of degree $-1$?
And can the degree of a homogenous function be negative like in this case it comes out to be -1?