JavaRanch » Java Forums »
Java »
Java in General
| Author |
Finding primitive polynomials
|
Nitish Bangera
Ranch Hand
Joined: Jul 15, 2009
Posts: 536
|
|
This code should find primitive polynomials[cannot be factored in a field where their coefficients are 0 and 1]. The problem is the first and the last degree are shown but the middle coefficients are coming to 0. I am not able figure out the problem properly. The same logic worked in C using unsigned longs.
|
[ SCJP 6.0 - 90% ] , JSP, Servlets and Learning EJB.
Try out the programs using a TextEditor. Textpad - Java 6 api
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
|
Please provide more details. What is the algorithm you are using? What sort of errors are you suffering?
|
 |
 |
|
|
subject: Finding primitive polynomials
|
|
|
|