Interpreting output from Limit estimation

조회 수: 1 (최근 30일)
Sergio Manzetti
Sergio Manzetti 2017년 12월 13일
Hi, I calculated the limit of a function:
if true
% code
end
y = (C - (exp(-2.*g.*i.*x./h)).*(C - T) + (g.*x)/2.*h.*i)
S = limit(y,a,0)
vpa(S)
where all the g, h, C and T are given. The result is however puzzling:
ans =
x*2.8179665895658061064402481282017e-62i + limit(1/a^(1/2) - exp(-(x*6248546050018338930688i)/616503364953199)*(1/a^(1/2) - 5748108426137127/1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688), a, 0)
does this mean the limit can't be found?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by