Ruby | Matrix zero?() function
The zero?() is an inbuilt method in Ruby returns a boolean value. It returns true if it is a zero matrix, else it returns false. Zero matrix means that the matrix has all itselements as 0.Syntax: mat1.zero?()Parameters: The function needs the matrix to be checked for zero matrix.Return Value: It ret