# poly2() gives polymonial for x and y, poly2(a,b,c,x,y) gives a*x+b*y+c, poly2(a_,b_,x_,y_):=a*x+b*y; poly2(a_,b_,c_,x_,y_):=a*x+b*y+c;