error in computing atanh

1 vue (au cours des 30 derniers jours)
Francisco Peñuñuri
Francisco Peñuñuri le 13 Fév 2021
When computing atanh(3.1) in R2018.a and R2020.a the complex part has positive sign.
When computing in fortran (and Mathematica) the result is negative.

Réponse acceptée

David Goodmanson
David Goodmanson le 13 Fév 2021
Modifié(e) : David Goodmanson le 13 Fév 2021
Hello Francisco,
The imaginary part is i*pi/2, so the two answers are a+i*pi/2 and a-i*pi/2, where a is real. Both answers are equally valid, so unless an answer is violating some prearranged standard set by the particular software invoked, there is not an error. Note that
tanh(a+i*b) = tanh(a+i*b+i*n*pi)
so there is an ambiguity modulo i*pi in the atahh function..
  3 commentaires
John D'Errico
John D'Errico le 13 Fév 2021
But there is no international standards commission that decides which is the principal branch to take on some multi-valued result. And while it seems pretty standard to take the POSITIVE branch for a sqrt, so it may have seemed just as logical to take the positive branch here.
The result is valid and non-unique. You cannot say more than that.
Francisco Peñuñuri
Francisco Peñuñuri le 13 Fév 2021
Modifié(e) : Francisco Peñuñuri le 13 Fév 2021
I agree with you. Still, is somehow awkward that sqrt(4) gives the principal value (regardless if this is positive or negative) while atanh(3.1) does not. I will accept the answer.
Thank you very much.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by