Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Quantum::Superpositions

by larsen (Parson)
on Jul 22, 2001 at 15:35 UTC ( [id://98809]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $product = any(1, 2, 3) * any( 2, 3, 4);
    print eigenvalues( $product );
    
  2. or download this
    $ideal = any(  
     all("tall", "rich", "handsome"),
    ...
      print "True love";
     }
    }
    
  3. or download this
    sub factors 
    {
    ...
     my $q = $n / any(2..$n-1);
     return eigenstates(floor($q)==$q);
    }
    
  4. or download this
    sub factors 
    {
    ...
      floor( $_ ) == $_
     } @q;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-19 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found