Shubha Vishwanath Karanth wrote:
> Hi,
> 
>  
> 
> Could anyone tell me what is the command used in R to do 
> 
> 1.    Differentiation

See ?deriv and note that R is numerical software and only has limited 
capabilities for symbolic mathematics such as differentiation.


> 2.    Newton Raphson method (Numerical Analysis in general...)

For numerical optimization see ?optim which implements several methods.

Uwe Ligges



>  
> 
> Are there any packages separately for this?
> 
>  
> 
> Thanks for your help!
> 
>  
> 
> BR, Shubha
> 
> 
>       [[alternative HTML version deleted]]
> 
> ______________________________________________
> 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
> and provide commented, minimal, self-contained, reproducible code.

______________________________________________
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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to