var('x,y')
f=function('f',x,y);f
f=x**2-10*x*y+y**2;f
f(1,1)
print "f is not positive definite"