is there any function can be used to check if a function is analytic or not?

1 comentario

Walter Roberson
Walter Roberson el 2 de Jun. de 2015
What form is the function in? Symbolic form?

Iniciar sesión para comentar.

 Respuesta aceptada

John D'Errico
John D'Errico el 2 de Jun. de 2015
Editada: John D'Errico el 2 de Jun. de 2015

3 votos

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 comentarios

Sean de Wolski
Sean de Wolski el 2 de Jun. de 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
Derek el 29 de Sept. de 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?

Iniciar sesión para comentar.

Más respuestas (3)

Roger Stafford
Roger Stafford el 2 de Jun. de 2015
Editada: Walter Roberson el 2 de Jun. de 2015

1 voto

A complex-valued function of a complex variable is defined as analytic if it satisfies the Cauchy-Riemann equations. See:

1 comentario

Paul Bower
Paul Bower el 16 de Nov. de 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.

Iniciar sesión para comentar.

Sharmi
Sharmi el 6 de Jul. de 2023

0 votos

check whether f(z)=z^2 is analytic or not

1 comentario

Torsten
Torsten el 6 de Jul. de 2023
Yes, the function equals its Taylor series.

Iniciar sesión para comentar.

Mandadi
Mandadi el 13 de Mayo de 2024

0 votos

Test whetere f(z) =(x^2-y^2)+i(2*x*y) is analytic or not

2 comentarios

Walter Roberson
Walter Roberson el 13 de Mayo de 2024
I don't think this solves the original question.
Torsten
Torsten el 13 de Mayo de 2024
It equals f(z) = z^2. So yes: it's analytic.

Iniciar sesión para comentar.

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 2 de Jun. de 2015

Comentada:

el 13 de Mayo de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by