Home Forums GENERAL Exponential function calculation

Viewing 4 reply threads
  • Author
    Posts
    • #29943
      Swapandeep Kaur
      Participant

      i wish to ask how to calculate e^4e15?

    • #29945
      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

    • #29946
      Swapandeep Kaur
      Participant

      thank you sir. and sorry for deviating from the topic

      • #29952
        alistu
        Participant

        You’re welcome Swapandeep. And thank you for taking my suggestion.

        Regards

    • #29958
      aasif bashir dar
      Participant

      >> z=4*exp(15);
      >> y=exp(z);
      >> y

      y =

      Inf

      >>

    • #29959
      aasif bashir dar
      Participant

      this is matlab script….

Viewing 4 reply threads
  • You must be logged in to reply to this topic.