Benedid
29-06-2013, 21:49
Hallo, ich habe (ohne das Polynom-package) eine Polynomdivision mit array erstellt (siehe Anhang):
\documentclass{article}
\parindent 0pt
\begin{document}
\setlength{\arraycolsep}{0cm}
\[
\begin{array}{lllllll}
(\hspace{0.1cm}& \phantom{-} x^3 & + & 2x^2 & -& 3x & ) : (x+3)=x^2-x\\
&- x^3 & - & 3x^2 & & & \\
\cline{2-4} \\[\dimexpr-\normalbaselineskip+\jot]
& & - & x^2 & -& 3x & \\
& & & x^2 & +& 3x & \\
\cline{3-6} \\[\dimexpr-\normalbaselineskip+\jot]
& & & & &~0 & \\
\end{array}
\]
\end{document}
Um die Polynomdivision verständlicher zu machen, wollte ich nun (wie zB. bei den PSTricks mit ncarc öa. siehe zB. http://i.stack.imgur.com/a4Mw0.png) eben solche Pfeile einfügen.
Ist das mit array überhaupt möglich, oder hat jemand vielleicht eine andere Idee?
Vielen Dank für alle Antworten!
Benedikt
\documentclass{article}
\parindent 0pt
\begin{document}
\setlength{\arraycolsep}{0cm}
\[
\begin{array}{lllllll}
(\hspace{0.1cm}& \phantom{-} x^3 & + & 2x^2 & -& 3x & ) : (x+3)=x^2-x\\
&- x^3 & - & 3x^2 & & & \\
\cline{2-4} \\[\dimexpr-\normalbaselineskip+\jot]
& & - & x^2 & -& 3x & \\
& & & x^2 & +& 3x & \\
\cline{3-6} \\[\dimexpr-\normalbaselineskip+\jot]
& & & & &~0 & \\
\end{array}
\]
\end{document}
Um die Polynomdivision verständlicher zu machen, wollte ich nun (wie zB. bei den PSTricks mit ncarc öa. siehe zB. http://i.stack.imgur.com/a4Mw0.png) eben solche Pfeile einfügen.
Ist das mit array überhaupt möglich, oder hat jemand vielleicht eine andere Idee?
Vielen Dank für alle Antworten!
Benedikt