rankMatrix_: Rank of matrix

View source: R/lin_alg.R

rankMatrix_R Documentation

Rank of matrix

Description

Rank of matrix

Usage

rankMatrix_(x)

Arguments

x

Numeric or symbolic matrix

Examples

if (has_sympy()) {
  X <- matrix_(paste0("x_",c(1,1,1,1,2,2,2,2,3,4,3,4)), nrow=4)
  X
  rankMatrix_(X)
  colspan(X)
}


caracas documentation built on Oct. 17, 2023, 5:08 p.m.