[R] solving a system of nonlinear equations

Sundar Dorai-Raj sundar.dorai-raj at pdf.com
Wed Sep 7 16:25:55 CEST 2005



Olshansky,Moshe wrote:
> What is the "classic" R function for solving a (possibly over
> determined) system of non-linear equations?
> 
>  
> 
> Thank you!
> 
>  
> 
> Moshe Olshansky
> 
> e-mail:  moshe.olshansky at brevanhoward.com
> 
>  
> 

I'm not sure what your definition of '"classic"' is, but there are 
several options in R:

?optim
?nls
?nlm

Or better yet, try RSiteSearch("nonlinear system of equations"). This 
gave me 43 hits, many of which are directly related to your question.

--sundar




More information about the R-help mailing list