4 lines
78 B
Text
4 lines
78 B
Text
require "matrix"
|
|
|
|
local num_rows = 10 -- say
|
|
print(matrix.identity(num_rows))
|