Ravi Varadhan wrote:
> 
> You have two options:
> 
> 1.  The `BBsolve' function in the "BB" package to solve this system of 3
> equations.
> 2.  Try `nleqslv' function in the "nleqslv" package.
> 
> These would work even if the residual is not zero.
> 

I hope so but I have some doubts.
>From the original question I get the impression that this is more a
nonlinear least squares problem.

I'ld certainly also take a look at optim and other optimisation routines
(nlm, BBoptim,...).
Have a look in the Task Views: Optimization on CRAN.

Berend
-- 
View this message in context: 
http://www.nabble.com/solving-system-of-equations-involving-non-linearities-tp24845136p24853134.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to