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 ...
$matrixChars = @("ア", "イ", "ウ", "エ", "オ", "カ", "キ", "ク", "ケ", "コ", "サ", "シ", "ス", "セ", "ソ", "タ", "チ", "ツ", "テ", "ト", "ナ ...