analyticity of a function
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
abdo desoki
am 2 Jun. 2015
Kommentiert: Torsten
am 13 Mai 2024
is there any function can be used to check if a function is analytic or not?
1 Kommentar
Akzeptierte Antwort
John D'Errico
am 2 Jun. 2015
Bearbeitet: John D'Errico
am 2 Jun. 2015
Short answer, no.
Long answer, nnnnnooooooooooooo.
No function defined in terms of floating point arithmetic is even truly continuous. So you cannot come to any such conclusion about that function given only a black box that evaluates the function. There may be arbitrarily many nasty points in such a function, that possibly will never be found.
2 Kommentare
Sean de Wolski
am 2 Jun. 2015
Well if you're given a symbolic function, you could determine that it is analytic, so sometimes, yes:
syms x
isanalytic(cos(x))
Yes!
Derek
am 29 Sep. 2016
There doesn't seem to be a function for "isanalytic( )". Is that a custom function you've built? Has it been renamed in a newer version? Or were you saying that it could be done in theory if you had such a function?
Weitere Antworten (3)
Roger Stafford
am 2 Jun. 2015
Bearbeitet: Walter Roberson
am 2 Jun. 2015
A complex-valued function of a complex variable is defined as analytic if it satisfies the Cauchy-Riemann equations. See:
1 Kommentar
Paul Bower
am 16 Nov. 2023
It's also interesting to note that analytic functions solve Laplace's equation. As a result they're sometimes called harmonic functions. Polynomial functions and functions with a convergent Taylor series are the most common analytic functions.
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!