# File lib/backports/1.9.2/stdlib/matrix.rb, line 750 def upper_triangular? each(:strict_lower).all?(&:zero?) end