Ryacas0 (version 0.4.2)

yacmode: yacmode interface

Description

Interactive interface to the yacas

Usage

yacmode(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.

invisible NULL

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 {
yacmode()
 (x+y)^3-(x-y)^3
 Simplify(%)
 q
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab