powered by
Elementwise reciprocal matrix
reciprocal_matrix(x, numerator = 1)
Object x
x
The numerator in the result.
if (has_sympy()) { s <- as_sym("[[r1, r2, r3], [u1, u2, u3]]") reciprocal_matrix(s, numerator = 7) }
Run the code above in your browser using DataLab