Skip to content
Prev 169793 / 398506 Next

R solve equation

As suggested by somebody else, uniroot() can be used to solve
equations in one unknown variable. However, you will never get the
"exact x" in R, only an approximate root... 

Best,
Giovanni