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

2 lines
86 B
AppleScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{{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}}