Is it possible to find the limit as a function approaches a complex number?
Show older comments
Hello
I am trying to find the limit of a function as it approaches a complex number but I get an error that says "Limit Points must be real, 'infinity', or '-infinity'". Does anyone know if there are work arounds for complex limits in matlab or if this is just not a supported functinality of the software?
syms m2
limit(m2,m2,complex(1,1))
Here is some small sample code that produces the same error I am encountering.

Here is some context for the problem I am working on for those who might be interested.
Accepted Answer
More Answers (1)
Bruno Luong
on 13 Nov 2022
Edited: Bruno Luong
on 13 Nov 2022
1 vote
If seem that what you want can be derived from the the Laurent series of G about p_i
I have no idea if Matlab symbolc can compute Laurent series (I don't have the toolbox, but I see it mentions in taylor document page)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




