reciprocal_matrix | R Documentation |
Elementwise reciprocal matrix
reciprocal_matrix(x, numerator = 1)
x |
Object |
numerator |
The numerator in the result. |
if (has_sympy()) { s <- as_sym("[[r1, r2, r3], [u1, u2, u3]]") reciprocal_matrix(s, numerator = 7) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.