Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Thanks, Antonio. It looks very close to what I need, but I am getting some errors. For example, when I try for the addition table:
? addtable(2, x^3+x+1, x) 0 1 2 3 4 5 6 7 1 2 4 7 2 6 5 3 2 4 0 5 1 3 7 6 3 7 5 0 6 2 4 1 4 2 1 6 0 7 3 5 5 6 3 2 7 0 1 4 6 5 7 4 3 1 0 2 7 3 6 1 5 4 2 0
The second entry on the second line is supposed to be 0, not 2. I also tried for 3^2, like this:
? multable(3,x^2+x+1,x) 0 0 0 0 0 0 0 0 0 + 0 7 8 6 7 8 6 7 8 + 0 8 6 7 8 6 7 8 6 + 0 6 7 8 6 7 8 6 7 + 0 7 8 6 7 8 6 7 8 + 0 8 6 7 8 6 7 8 6 + 0 6 7 8 6 7 8 6 7 + 0 7 8 6 7 8 6 7 8 + 0 8 6 7 8 6 7 8 6
This table doesn't look right at all. What could be going wrong?

Update:For the 3^2 case, I see that I didn't use a correct primitive polynomial for GF(3). I tried "x^2+2*x+2" and it looks a lot better. Now I just need to find a way to get other primitive polynomials...

Update2: I found a program than can compute a primitive polynomial of any order for GF(n), here.


In reply to Re: Re: Lunch Bunch arrangement problem by tall_man
in thread Lunch Bunch arrangement problem by tall_man

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-23 15:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found