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:  [EMAIL PROTECTED]
> 
>  
> 

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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to