[R] (no subject)

Berend Hasselman bhh @end|ng |rom x@4@||@n|
Sat Feb 2 17:07:05 CET 2019



> On 1 Feb 2019, at 12:41, malika yassa via R-help <r-help using r-project.org> wrote:
> 
> Please, can you help me I have a equation to solve by newton method but I can not do it
> for example
> 
> f<-function(x) {
> 
> 
> 2+X2-X3=0}
> this equation have un solution in [1,2]
> is there a function in R for solve it or i have to programme it
> 

What is the relation between the function argument x and variables X2 and X3?

As it stands this is incomprehensible. The function argument x is not used anywhere in the function body.

Berend Hasselman

> 
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.



More information about the R-help mailing list