RosettaCodeData/Task/Identity-matrix/AppleScript/identity-matrix-3.applescript

2 lines
86 B
AppleScript

{{1, 0, 0, 0, 0}, {0, 1, 0, 0, 0}, {0, 0, 1, 0, 0}, {0, 0, 0, 1, 0}, {0, 0, 0, 0, 1}}