analyticity of a function

7 次查看(过去 30 天)
is there any function can be used to check if a function is analytic or not?

采纳的回答

John D'Errico
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
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
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
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
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.

请先登录,再进行评论。


Sharmi
Sharmi 2023-7-6
check whether f(z)=z^2 is analytic or not

Mandadi
Mandadi 2024-5-13
Test whetere f(z) =(x^2-y^2)+i(2*x*y) is analytic or not
  2 个评论
Walter Roberson
Walter Roberson 2024-5-13
I don't think this solves the original question.
Torsten
Torsten 2024-5-13
It equals f(z) = z^2. So yes: it's analytic.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by