I need to make some binary divisions, writing somehing like that:
         100111
        -------------
110111 | 100101
         111
         ---
          111
          000
          ---
           110

etc.  (the numbers in my exampe are random).

And polinoms divisions:
x^5+x^2 : x^3+x^2 = x^2+x+1
x^5+x^4
--------
    x^4+x^2
    x^4+x^3
    --------
        x^3+x^2
        x^3+x^2
        -------
        0 0

Are there a package that could simplify this?

Thanks in advance,

PD: Sorry for ask a LaTeX question.

-- 
German Poo Caaman~o
mailto:[EMAIL PROTECTED]
http://www.ubiobio.cl/~gpoo/chilelindo.html
"La historia no se lee, se escribe"

Reply via email to