in reply to Re: 47. Construct the Cauchy matrix
in thread RFC: 100 PDL Exercises (ported from numpy)

Excellent use of broadcasting (the feature formerly and confusingly known as "threading")! To make that broadcast even better, you'd dummy not by the nelem, but explicitly with dim(1) (or 0) as someone else on here did.