Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: Matrix Formation

by tall_man (Parson)
on Jun 17, 2003 at 23:20 UTC ( [id://266681]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Math::Pari qw(gcd);
    my $x = gcd(232,300);
    print "gcd is $x\n";
    
  2. or download this
    use strict;
    my @nineset = (9, 8, 7, 6, 5, 4, 3, 2, 1);
    ...
    print "$d $e $f\n";
    print "$g $h $i\n";
    print "Common divisor is: $maxgcf\n";
    
  3. or download this
    8 3 2
    9 2 8
    6 0 8
    Common divisor is: 32
    
  4. or download this
    1 7 6
    3 9 6
    2 2 0
    Common divisor is: 44
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-23 06:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found