y_print | R Documentation |
Pretty print yacas strings
y_print(x)
x |
yacas string, e.g. a matrix |
A <- diag(4) Ayac <- as_y(A) y_print(Ayac) B <- A B[2, 2] <- "-t" Byac <- as_y(B) Byac y_print(Byac)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.