elementary_matrix_sequence: Calculate a random elementary matrix

View source: R/elementary_matrix.R

elementary_matrix_sequenceR Documentation

Calculate a random elementary matrix

Description

Calculate a random elementary matrix

Usage

elementary_matrix_sequence(n, k, verbose = FALSE)

Arguments

n

The size of the elementary matrix (an n times n matrix)

k

The number of elemenatry row operations to perform

verbose

A logical value that determines whether to print the output

Value

An product of elementary matrices, the inverse of the produce of elementary matrices, and the full sequence of elementary matrices


jtipton25/dasc2594 documentation built on Oct. 7, 2022, 3:46 p.m.