View source: R/elementary_matrix.R
elementary_matrix_sequence | R Documentation |
Calculate a random elementary matrix
elementary_matrix_sequence(n, k, verbose = FALSE)
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 |
An product of elementary matrices, the inverse of the produce of elementary matrices, and the full sequence of elementary matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.