analyticity of a function
2 ビュー (過去 30 日間)
古いコメントを表示
is there any function can be used to check if a function is analytic or not?
採用された回答
John D'Errico
2015 年 6 月 2 日
編集済み: John D'Errico
2015 年 6 月 2 日
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 件のコメント
Sean de Wolski
2015 年 6 月 2 日
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
2016 年 9 月 29 日
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?
その他の回答 (3 件)
Roger Stafford
2015 年 6 月 2 日
編集済み: Walter Roberson
2015 年 6 月 2 日
A complex-valued function of a complex variable is defined as analytic if it satisfies the Cauchy-Riemann equations. See:
1 件のコメント
Paul Bower
2023 年 11 月 16 日
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.
参考
カテゴリ
Help Center および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!