The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
144 views

Long division of polynoms with equivalence classes

I know of the polynom package for typesetting long divisions of polynoms. What I want to do is to typeset a long division of two polynoms that contain not numbers but equivalence classes based on the ...
14
votes
1answer
577 views

Polynomial Long Division Using Polynom

I have been toiling around polynom package to typeset polynomial long division. The polynom package produces wonderful long division with step by step process. But I just have two problems. Let me ...
5
votes
1answer
89 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, ...
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 ...
6
votes
1answer
193 views

compose polynomial in latex

I would create such a similar thing: I tried using polynom package but the operation I'm doing aren't the common operation because I'm working on galois field so I don't want the result that ...
7
votes
2answers
278 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) ...
7
votes
1answer
129 views

Random coefficients in the polynom package?

I am using the probsoln package to generate random math quizzes. For polynomial division, I can generate random integer coefficients, but I had planned on using the polynom package to auto-generate ...
4
votes
0answers
164 views

How can I get the ordinary polynomial long division by using polydiv like this?

I want to get the following polynomial long division like this: But as you know, when I use command \polylongdiv (package polynom), I always get the following: How can I get the result as in ...
6
votes
2answers
519 views

How to draw polynom division?

I want to draw this scheme, but I do not know how to start. Please help me.
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: ...
7
votes
2answers
722 views

How to show the full remainder in polynomial long division?

Original The remainder provided by polynom.sty is NOT complete (as shown in the following figure). My Objective When I was in senior high school, my teacher made the diagram like below. :-) ...
0
votes
2answers
93 views

How to correct excessive lines at the corner and bad line spaces in `polynom.sty`?

Excessive lines at the corner Bad line spacing Minimal Code History: This code is done by @localghost at LaTeX community site. He made a modification from ) to |. \documentclass{article} ...