Learn R Programming

arkhe (version 0.5.0)

predicate-matrix: Matrix Predicates

Description

  • is_square() checks if a matrix is square.

  • is_symmetric() checks if a matrix is symmetric.

Usage

is_square(x)

is_symmetric(x)

Value

A logical scalar.

Arguments

x

A matrix to be tested.

See Also

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