matrix_cross_product | R Documentation |
Matrix cross product
crossprod_(x, y = NULL)
tcrossprod_(x, y = NULL)
## S4 method for signature 'caracas_symbol,missing'
crossprod(x, y)
## S4 method for signature 'caracas_symbol,missing'
tcrossprod(x, y)
x , y |
caracas matrices |
if (has_sympy()) {
s <- as_sym("[[r1, r2, r3], [u1, u2, u3]]")
s2 <- apply(as_character_matrix(s), 2, function(x) (paste("1/(", x, ")")))
as_sym(s2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.