asin

sine inverse (radians)

Calling Sequence

[t]=asin(x)

Arguments

:x real or complex vector/matrix : :t real or complex vector/matrix :

Description

The entries of t are sine inverse of the corresponding entries of x. Definition domain is [-1, 1].

Sample

Examples

A=[1,2;3,4]
`sin`_(asin(A))

See Also

  • sin sine function
  • sinm matrix sine function
  • asinm matrix wise sine inverse

Table Of Contents

This Page