Learn R Programming

caracas (version 2.0.0)

get_basis: Get basis

Description

Get basis

Usage

get_basis(x)

Arguments

x

caracas vector / matrix

Examples

Run this code
if (has_sympy()) {
  x <- vector_sym(3)
  get_basis(x)

  W <- matrix(c("r_1", "r_1", "r_2", "r_2", "0", "0", "u_1", "u_2"), nrow=4)
  W <- as_sym(W)
  get_basis(W)
}

Run the code above in your browser using DataLab