Learn R Programming

arkhe (version 0.2.0)

predicate-matrix: Matrix Predicates

Description

is_square checks if a matrix is square.

Usage

is_square(x)

is_symmetric(x)

Arguments

x

A matrix to be tested.

Value

A logical scalar.

Details

is_symmetric checks if a matrix is symmetric.

See Also

Other predicates: predicate-graph, predicate-numeric, predicate-scalar, predicate-trend, predicate-type, predicate-utils