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