import "./matrix" for Matrix
import "./fmt" for Fmt
var numRows = 10 // say
Fmt.mprint(Matrix.identity(numRows), 2, 0)