Learn R Programming

ADtools (version 0.5.4)

band_matrix: Band matrix

Description

Band matrix

Usage

band_matrix(nr, nc, x = 1)

Arguments

nr

integer; row dimension.

nc

integer; column dimension.

x

A scalar or a vector to be placed on the diagonal of the matrix.

Examples

Run this code
# NOT RUN {
band_matrix(2, 3)
band_matrix(2, 3, c(999))
band_matrix(2, 3, c(999, 111))

# }

Run the code above in your browser using DataLab