# File lib/backports/1.9.2/stdlib/matrix.rb, line 706
  def singular?
    determinant == 0
  end