Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Elementary Functions > Trigonometry > atanhm

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
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:34 CEST 2016