sym.solve.eq: Try to solve an equation symbollically

Description Usage Arguments Value

Description

Try to solve an equation symbollically

Usage

1
sym.solve.eq(eq, var, simplify = TRUE)

Arguments

eq

the equation as an quoted R call

var

the variable to be solved for as a character

simplify

shall the solution be simplified (default=TRUE)

Value

A list with two elements: - solved: boolean that is TRUE if equation could be solved -


skranz/symbeqs documentation built on May 30, 2019, 3:04 a.m.