rref | R Documentation |
Compute the reduced row echelon form
rref(A, num_flops = FALSE)
A |
a matrix |
num_flops |
Should the number of floating point operations be returned? |
A matrix in reduced row echelon form
A <- matrix(c(4, 3, 2, 5, 3, 5, 5, 3, 4, 4, 6, 5), 3, 4) B <- rref(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.