View source: R/matrix_scaled.R
unscale_matrix | R Documentation |
Extract matrix from scaled matrix
unscale_matrix(X)
X |
scaled matrix created with |
if (has_sympy()) {
V <- matrix_sym(2, 2, "v")
a <- symbol("a")
Ks <- scale_matrix(V, a, divide = FALSE)
Ks
unscale_matrix(Ks)
V %*% a
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.