Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.1.0 - English


atanhm

matrix hyperbolic tangent inverse

Syntax

t=atanhm(x)

Arguments

x

a real or complex square matrix.

t

a real or complex square matrix.

Description

atanhm(x) is the matrix hyperbolic tangent inverse of matrix x. Results may be inaccurate if x is not symmetric.

Examples

A=[1,2;3,4];
tanhm(atanhm(A))

See also

  • atanh — hyperbolic tangent inverse
  • tanhm — matrix hyperbolic tangent
Report an issue
<< asinm Matrix-wise processing atanm >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon May 22 12:37:05 CEST 2023