Is there a standard way to formulate and evaluate the following? Basically, I want to find 100 possibly distinct (some numbers can be repeated) real numbers ($0 < 1 + \frac{n_i}{100} < 5$) such that:
$\sqrt[100]{\prod_{i=1}^{100} \left ( 1+\frac{n_i}{100} \right )} = 1.07$
It is ok if there are multiple solutions.
EDIT: Apologies! I made a mistake in writing the constraint.
I believe this can be simplified as:
$\prod_{i=1}^{100} m_i = 1.07^{100}$
where $m_i = 1 + \frac{n_i}{100}$ and $0 < m_i < 5$
After this I'm stuck - Are there any numerical methods to solve this?
Suggestion: