powered by
Pretty print yacas strings
y_print(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)
Run the code above in your browser using DataLab