[R] Looking for package to solve for exponent using newton's method

Jeff Newmiller jdnewmil at dcn.davis.CA.us
Thu Oct 10 21:45:12 CEST 2013


?uniroot
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.

Ken Takagi <katakagi at bu.edu> wrote:
>Hi,
>I'm looking for an R function/package that will let me solve problems
>of the
>type:
>
>13 = 2^x + 3^x.
>
>The answer to this example is x = 2, but I'm looking for solutions when
>x
>isn't so easily determined. Looking around, it seems that there is no
>algebraic solution for x, unless I'm mistaken.  Does anyone know a good
>package to solve these types of problems? Are there built in functions
>to do
>this?
>
>Thanks!
>
>______________________________________________
>R-help at 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.



More information about the R-help mailing list