i have to tex a polynom division with the variable lambda. The polynom division looks like that:
\lambda^3-1 : (\lambda -1)
The result has to be \lambda^2+\lambda+1
And it has to show the different step of calculation.
Therefore i have taken the "polynom" package. However, there is a problem if i tex like that:
Code: Select all
[\polylongdiv[style=C,div=:,vars=\lambda]{\lambda^3-1}{\lambda-1}\]
Thanks a lot