As a developer, I often want to perform a matrix of calculations on an array. This is certainly possible with PowerShell and foreach / Foreach-Object. It is also less elegant than it could be, given ...