My equation is the following, and I would like to find which $k$ can make it a circle.
$$x^2+y^2+4x-6y+k=0$$
My naive approach is to have $k$ to be $-4x+6y+c$ where c is any number, so that I can have any circle that is in 0. However k is a parameter and I can't really figure that out if I am missing something. Any advice?