in reply to Extracting info from matrix
($a, $b, $c) = svd($matrix); # convert to a perl list my @bvals = list $b; [download]