- This topic has 5 replies, 3 voices, and was last updated 9 years, 1 month ago by .
Viewing 4 reply threads
Viewing 4 reply threads
- You must be logged in to reply to this topic.
Optiwave software can be used in different industries and applications, including Fiber Optic Communication, Sensing, Pharma/Bio, Military & Satcom, Test & Measurement, Fundamental Research, Solar Panels, Components / Devices, etc..
Download our 30-day Free Evaluations, lab assignments, and other freeware here.
Optiwave software can be used in different industries and applications, including Fiber Optic Communication, Sensing, Pharma/Bio, Military & Satcom, Test & Measurement, Fundamental Research, Solar Panels, Components / Devices, etc..
Download our 30-day Free Evaluations, lab assignments, and other freeware here.
i wish to ask how to calculate e^4e15?
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
thank you sir. and sorry for deviating from the topic
>> z=4*exp(15);
>> y=exp(z);
>> y
y =
Inf
>>
this is matlab script….
Notifications