Tagged Questions
2
votes
3answers
63 views
How can we represent any number as a series of exponents?
Say I have a positive integer that is one-thousand digits long. What math could I use to represent this number as a series of exponents in a significantly shorter form than the original number? The ...
1
vote
0answers
194 views
upper bound of exponential function
I am looking for a tight upper bound of exponential function (or sum of exponential functions):
$e^x<f(x)$ when $x<0$
or
$\sum_{i=1}^n e^{x_i} < g(x_1,...,x_n)$ when $x_i<0$
Thanks a ...
0
votes
2answers
122 views
Exponential formula to assign list items an equally distributed percentage
I am going to explain this as best as I can:
We have a number of list items, that dynamically changes (sometimes it has 5 items sometimes it has 7 items or 43 items, etc.) We are trying to find a ...