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

Re^3: PDL works for real number matrix operations, but not working for complex number matrix operations.

by Anno (Deacon)
on Mar 20, 2007 at 21:48 UTC ( [id://605755]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Equation 1: (1+i)*Xsub1 + (2+i)*Xsub2 = 5+10i
    
    Equation 2: (1-2i)*Xsub1 + (2-i)*Xsub2 = 8 -5i
    
  2. or download this
    use Math::Complex;
    
    ...
    
    print "$r1 (should be $b1)\n";
    print "$r2 (should be $b2)\n";
    
  3. or download this
    5+8i (should be 5+10i)
    10-5i (should be 8-5i)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 03:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found