analyticity of a function

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

 Risposta accettata

John D'Errico
John D'Errico il 2 Giu 2015
Modificato: John D'Errico il 2 Giu 2015

3 voti

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 Commenti

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 il 29 Set 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?

Accedi per commentare.

Più risposte (3)

Roger Stafford
Roger Stafford il 2 Giu 2015
Modificato: Walter Roberson il 2 Giu 2015

1 voto

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

1 Commento

Paul Bower
Paul Bower il 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.

Accedi per commentare.

Sharmi
Sharmi il 6 Lug 2023

0 voti

check whether f(z)=z^2 is analytic or not
Mandadi
Mandadi il 13 Mag 2024

0 voti

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

2 Commenti

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

Accedi per commentare.

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by