Interpreting output from Limit estimation

1 次查看(过去 30 天)
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 中查找有关 Signal Generation and Preprocessing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by