Skip to content

Instantly share code, notes, and snippets.

@worenga
Created February 9, 2013 22:32
Show Gist options
  • Save worenga/4747405 to your computer and use it in GitHub Desktop.
Save worenga/4747405 to your computer and use it in GitHub Desktop.
Polynomdivision in LaTeX
\documentclass{scrartcl}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{polynom}
\begin{document}
\begin{center}
\polyset{style=C,div=:,vars=x}
\polylongdiv{2x^5+3x^2+x}{2x^3+1}
\end{center}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment