Learn R Programming

Ryacas (version 1.1.5)

yac: Run yacas command

Description

Run yacas command

Usage

yac(x, rettype = c("str", "expr", "silent"))

Arguments

x

yacas command

rettype

str for string/character, expr for expression, silent for silent

Examples

Run this code
yac("D(x) x^2 + 4*x")
yac("D(x) x^2 + 4*x", rettype = "str")
yac("D(x) x^2 + 4*x", rettype = "expr")
yac("D(x) x^2 + 4*x", rettype = "silent")

Run the code above in your browser using DataLab