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

Re: How do I create a matrix?

by Beatnik (Parson)
on Jun 07, 2001 at 12:33 UTC ( [id://86494]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use PDL::Matrix;
    ...
             [4,5,6],
             [7,8,9]
    ];
    
  2. or download this
    my $m = pdl [
             [1,2,3],
    ...
    ];
    
    my $r = $m x $n;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (9)
As of 2024-04-18 17:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found