Learn R Programming

Ryacas (version 0.4.1)

yacas_evaluate: Evaluate yacas expression

Description

This is a low-level function for evaluating yacas expression represented as string.

Usage

yacas_evaluate(expr)

Arguments

expr

Yacas expression

Value

Result of evaluating expr by yacas in OpenMath format and side-effects of the evaluation

Examples

Run this code
# NOT RUN {
yacas_evaluate("D(x)Sin(x^2)")

# }

Run the code above in your browser using DataLab