Absolute value and complex magnitude
Syntax
Description
abs(X)
returns an array Y
such that each element of Y
is the absolute value of the corresponding element of X
.
If X
is complex, abs(X)
returns the complex modulus (magnitude), which is the same as
Examples
acos
Syntax
Description
Y = acos(X)
returns the inverse cosine (arccosine) for each element of X
. For real elements of X
in the domain , acos(X)
is real and in the range . For real elements of X
outside the domain , acos(X)
is complex.
The acos
function operates element-wise on arrays. The function's domains and ranges include complex values. All angles are in radians.
Examples
Graph the inverse cosine function over the domain .
Definition
The inverse cosine can be defined as
acosh
Syntax
Description
Y = acosh(X)
returns the inverse hyperbolic cosine for each element of X
.
The acosh
function operates element-wise on arrays. The function's domains and ranges include complex values. All angles are in radians.
Examples
Graph the inverse hyperbolic cosine function over the domain .
Definition
The hyperbolic inverse cosine can be defined as
acot
Syntax
Description
Y = acot(X)
returns the inverse cotangent (arccotangent) for each element of X
.
The acot
function operates element-wise on arrays. The function's domains and ranges include complex values. All angles are in radians.
Examples
Graph the inverse cotangent over the domains and .
Definition
No comments:
Post a Comment