How to solve a nonlinear equation with R

I would like to ask you how can I solve such a non-linear equation with R? EL and DR are values. I just want to get alpha.

nonlinear equation

Thanks in advance!

+5
source share
1 answer

You can check the nleqslvpackage one way or another BB.

Be careful, because they have some unstated (in the documentation, as far as I read it) continuity requirements for equations.

+3
source

All Articles