analyticity of a function

조회 수: 2 (최근 30일)
abdo desoki
abdo desoki 2015년 6월 2일
댓글: Torsten 2024년 5월 13일
is there any function can be used to check if a function is analytic or not?
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 6월 2일
What form is the function in? Symbolic form?

댓글을 달려면 로그인하십시오.

채택된 답변

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
  댓글 수: 1
Torsten
Torsten 2023년 7월 6일
Yes, the function equals its Taylor series.

댓글을 달려면 로그인하십시오.


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