Convert character matrix to yacas object
Simple and raw conversion to yacas
## S3 method for class 'matrix' as.Sym(x, ...)
x |
An R character matrix. |
... |
Not used |
x <- matrix(c("a", "2", "4", "c", "d", "6"), 3, 2) x y <- as.Sym(x) y Eval(y, list(a = 3, c = 3, d = 3))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.