runmx: Run the maxima code given in str

Description Usage Arguments Value

Description

Run the maxima code given in str

Usage

1
2
3
4
  runmx(str, clear = TRUE, use.pipe = NULL, show = FALSE,
    time.out = 20,
    answers = rep(c("unknown;", "positive;"), times = 10),
    just.str = FALSE, assume = NULL, declare = NULL)

Arguments

str

Character vector with maxima code

clear

if TRUE (default) clears all previous assignments by calling kill(all) in Maxima

time.out

number of seconds to wait for result

Value

a list with list and character representation of Maxima output


skranz/RMaxima documentation built on May 30, 2019, 1:08 a.m.