Learn R Programming

Ryacas (version 1.0.0)

yac_cli: yacas command line interface

Description

Interactive interface to the yacas

Usage

yac_cli(enable_history = TRUE)

Arguments

enable_history

Use R history such that previous yacas commands can be used. Default is TRUE.

Value

Output of yacas is returned.

Details

The user types valid yacas input and presses return. Type 'quit' to return to R prompt.

References

http://yacas.sourceforge.net

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
yac_cli()
 (x+y)^3-(x-y)^3
 Simplify(%)
 q
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab