Also referred to as the exponential growth constant. Its application is a multitude of many areas of mathematics. One possible definition of its value may be obtained using limits.
e = 1 + 1/1! + 1/2! + 1/3! +............ The sum of this series can provide the value of e. Using Chebychev economization of the series a fast and accurate solution can be obtained. A simple algo will be as follows
(i) sum = 1.;
(ii) n=1;
(iii) fact = n; (stop when fact is less than accuracy)
e = 1 + 1/1! + 1/2! + 1/3! +............ The sum of this series can provide the value of e. Using Chebychev economization of the series a fast and accurate solution can be obtained. A simple algo will be as follows
(i) sum = 1.;
(ii) n=1;
(iii) fact = n; (stop when fact is less than accuracy)
The series mentioned in the earlier answer is called 'e'. The definition of natural logarithm is based on this irrational number, and the logarithmic series came to be defined very naturally.
I have not understood the question. Why should we try to define 'e' differently?
Well, in literature we have different ways to compute for the value of e, the same for the factorial of a number. In this sense, it would be good to know which one is more accurate and can be obtained more easily and quickly..