matrix_: Symbolic matrix

View source: R/lin_alg.R

matrix_R Documentation

Symbolic matrix

Description

Symbolic matrix

Usage

matrix_(..., declare_symbols = TRUE)

Arguments

...

Passed on to matrix()

declare_symbols

Passed on to as_sym() when constructing symbolic matrix

Examples

if (has_sympy()) {
  matrix_(1:9, nrow = 3)
  matrix_("a", 2, 2)
}


caracas documentation built on June 22, 2024, 10:59 a.m.