yac_str {Ryacas} | R Documentation |
Run yacas command returning string/character
Description
Run yacas command returning string/character
Usage
yac_str(x)
Arguments
x |
yacas command |
Examples
yac_str("D(x) x^2 + 4*x")
yac_str("Limit(x, 1) (x^2 - 1)/(x - 1)")
yac_str("Sum(n, 1, Infinity, (1/2)^n)")
yac_str("Fibonacci(10)")
yac_str("Sum(n, 1, 10, Fibonacci(n))")
yac_str("TeXForm(x^2 - 1)")
[Package Ryacas version 1.1.5 Index]