Dealing with very small or very large numbers

조회 수: 8 (최근 30일)
Anthony Gurunian
Anthony Gurunian 2021년 4월 10일
댓글: Anthony Gurunian 2021년 4월 10일
I have a physical problem with length scales on the order of nanometers. After some calculations, I have to calculate things like exp(-1e15) which is 0 according to MATLAB, but in reality it is nonzero. For context exp(-700) is already 9.8e-305 which is close to the smallest number in MATLAB 2.2251e-308. Is there a known workaround for things like his?

채택된 답변

James Tursa
James Tursa 2021년 4월 10일
I guess the obvious suggestion is to work in units of nanometers or maybe picometers instead of meters. Can you do that?
  댓글 수: 2
Anthony Gurunian
Anthony Gurunian 2021년 4월 10일
That creates a new problem of having to convert back. Let's say I need a quantity f(x) = e^-x. If x is in meters f(1000) = 5.07e-435. if x is in kilometers, f(1) = 0.36. There is no simple way to convert.
Anthony Gurunian
Anthony Gurunian 2021년 4월 10일
Never mind, the quantity x is untiless in my case so it doesn't matter.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by