I am currently trying to use the Polynom Package, in particular, the
\polyhornerscheme
. However, I would like to adapt it to how i normally do it, like what appears if one inputs this:
Code: Select all
\newcommand*{\divsrf}{\multicolumn{1}{|l}{-1}}
$\begin{array}{rrrrr}
1 & -5 & 0 & 6 & \divsrf \\
\cline{5-5}
& -1 & 6 & -6 & \\
\cline{1-4}
1 & -6 & 6 & 0 &
\end{array}$
I tried toying with the sty file, but to no avail. Any help will be greatly appreciated. Thanks!