diff_mat: Difference matrix

View source: R/lin_alg.R

diff_matR Documentation

Difference matrix

Description

Difference matrix

Usage

diff_mat(N, l = "-1", d = 1)

Arguments

N

Number of rows (and columns)

l

Value / symbol below main diagonal

d

Value / symbol on main diagonal

Examples

if (has_sympy()){
  Dm <- diff_mat(4)
  Dm
  y <- vector_sym(4, "y")
  Dm %*% y
}

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