Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Extracting info from matrix

by tall_man (Parson)
on Aug 10, 2005 at 19:24 UTC ( [id://482731]=note: print w/replies, xml ) Need Help??


in reply to Extracting info from matrix

Why not do:
($a, $b, $c) = svd($matrix); # convert to a perl list my @bvals = list $b;
There's no need to parse out the values from a string. (By the way, your example has four values, not three).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 18:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found