Home Forums GENERAL Exponential function calculation Reply To: Exponential function calculation

#29945
Profile Photo
alistu
Participant

Hi Swapandeep,

This can easily be solved using Matlab software. Neper number to a certain power can be expressed using exp() function in Matlab, where in the paranthesis the expression for the power should be written. In your case, you would have to write exp(4e15), which yields a very very large number (Inf).

Regards

Categories