# File lib/matrix.rb, line 190
  def Matrix.identity(n)
    Matrix.scalar(n, 1)
  end