Input: topoly(x^2-5*x + 6)
Write: `topoly(x^2-5*x + 6)`
Output: $$ convert \ to \ poly :\\ \ {x}^{2}-5\ x+6 == polys(1,-5,6,x) $$ Result:$$polys(1,-5,6,x)$$