Can we rewrite $\prod \frac{e^{y_i}}{y_i}$ in any way?

65 Views Asked by At

I'm working out an optimization problem, and I want to find the minimal value of $$\prod \frac{e^{y_i}}{y_i}$$

How do I find it?

2

There are 2 best solutions below

0
On BEST ANSWER

The problem sounds too generalised. I am not a pro at optimisation problems,but i think for finding a solution you have to define atleast some parameters like

  1. the vector of yi on which you are optimising
  2. any discrete/continious function which defines the set of yi,if so define the interval of yi
2
On

Is there any condition on $y_i$? If no, then $y_i\to 0$ makes the expression tend to infinity, so there is no minimum on $\mathbb{R}$.