special_matrices | R Documentation |
Special matrices: zeros_sym, ones_sym, eye_sym
zeros_sym(nrow, ncol)
ones_sym(nrow, ncol)
eye_sym(nrow, ncol)
nrow , ncol |
Number of rows and columns of output |
diag_()
, matrix_sym()
, vector_sym()
if (has_sympy()){
zeros_sym(3, 4)
ones_sym(3, 4)
eye_sym(3, 4)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.