How to use \polyhornerscheme command to divide the polynomial f(x)=2x^4-3x^3+4x^2-5x+ 6 by (x-2)(x+5)?
I used this one
\begin{document}
\usepackage{amsmath}
\usepackage{polynom}
\polyhornerscheme[x=2]{2x^4-3x^3+4x^2-5x+ 6}
\end{document}
but I want to get the division by x=2 and then divide the result by x=-5.
to get 
{}). This will place inline code between two backticks (```), or indent blocks by four spaces. Regarding the math expressions, MathJax isn't enabled on this site, so they won't be rendered nicely. – Torbjørn T. Sep 02 '18 at 11:06\documentclass{...}and ending with\end{document}. – BambOo Sep 02 '18 at 11:11