I am trying to implement an algorithm in R, which includes a solution for the boundary limit of an integral. For example, I want to find a, given the following integral:
integral_0^a exp(x) = 1/2
I have a general idea of how to do this matlab. But how would you solve this in R?
Thanks for your suggestions.
source
share