x, y = var('x, y')


plot_vector_field((1/x,1/y), (x,-100,100), (y,-100,100))