make_basis | R Documentation |
Generate a random basis for R^n
make_basis(n)
n |
The dimension of the basis generated |
A n by n matrix where each column is a basis vector
library(dasc2594) B <- make_basis(4) # check that columns of B are linearly independent all.equal(rref(B), diag(4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.