Help for this page

Select Code to Download


  1. or download this
    4     2     9     7     21     
    2     5     4     4     11.5 
    6     3     5     3     15.5 
    8     4     6     6     22
    
  2. or download this
    my $dmat = pdl [
               [4, 2, 9, 7],
    ...
               [8, 4, 6, 22],
               ];
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    
    ];