Discontinutiy of a function
Show older comments
Hi, I have the following command:
if true
syms h g x C
h = 1
g = 4
C = 1/(2.*pi);
f = (C - (exp(-2.*g.*1i.*x./h)).*((g.*x)/2.*h.*1i));
disc = feval(symengine, 'discont', f, x);
However I get the result:
disc =
Empty sym: 1-by-0
Is there any way to get the discontinuity of this function in the real and imaginary plane?
7 Comments
Torsten
on 6 Dec 2017
This function is even holomorphic in the complex plane.
Where do you think are discontinuities ?
Best wishes
Torsten.
Sergio Manzetti
on 6 Dec 2017
Edited: Sergio Manzetti
on 6 Dec 2017
Sergio Manzetti
on 7 Dec 2017
Torsten
on 7 Dec 2017
No discontinuities - neither of the real or imaginary part on the real axis nor of the function itself in the complex plane.
Best wishes
Torsten.
Sergio Manzetti
on 7 Dec 2017
Sergio Manzetti
on 8 Dec 2017
Edited: Sergio Manzetti
on 8 Dec 2017
Answers (0)
Categories
Find more on Functional Programming 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!