Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Japh algebra, GF(128) edition

by ambrus (Abbot)
on Oct 02, 2010 at 22:16 UTC ( [id://863118]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for $x (0 .. 2) { $y = 0; $y = $_ + $x * $y for qw"6.5 -11.5 3"; say $
    +y; }
    
  2. or download this
    for $x (0 .. 25) { $y = 0; ($y = $_ + $x * $y) % 127 for @coeffs; say 
    +$y; }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://863118]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-20 09:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found