# File lib/matrix.rb, line 265
  def [](i, j)
    @rows[i][j]
  end