Tagged Questions
5
votes
1answer
85 views
\polyset and greek letters
The polynom style (version “2006/04/20 0.17 (CH,HA)” from texlive 2012) has to be told about which tokens represent variables. The manual has an example like this:
\polyset{vars=XYZ\xi, % make X, Y, ...
7
votes
2answers
275 views
How to typeset and annotate a polynomial long division
I need to type a paper for a teacher, who hasn't seen the European division method, so that she could possibly use it in her curriculum.
I need something to look like this
x^2+4x+4 Box(x+2)
...
2
votes
0answers
107 views
polynom with numerator of 1 [closed]
Okay, so I just found out about the polynom package, and needless to say it is great. But I am having some issues with it. I am trying to do 1/(x+1), basically to show the power series expansion of ...
13
votes
1answer
2k views
Multivariate polynomial long division using LaTeX
How do I typeset polynomial long division using multiple variables in LaTeX? I am hoping to be able to do polynomial long division using 2 or more divisors. Currently, the packages I am using are:
...