acosh

Inverse hyperbolic cosine

句法

描述

例子

y= acosh(Xreturns the inverse hyperbolic cosine of the elements ofX。The function accepts both real and complex inputs.All angles are in radians.

例子

全部收缩

Find the inverse hyperbolic cosine of the elements of vectorX。这acoshfunction acts onXelement-wise.

X = [2 -3 1+2i]; Y = acosh(X)
Y =1×3 complex1.3170 + 0.0000i 1.7627 + 3.1416i 1.5286 + 1.1437i

Plot the inverse hyperbolic cosine function over the interval 1 X 5

x = 1:0.01:5; plot(x,acosh(x)) gridxlabel('X') ylabel('acosh(x)'

Input Arguments

全部收缩

Hyperbolic cosine of angle, specified as a scalar, vector, matrix, or multidimensional array.这acoshoperation is element-wise whenXis nonscalar.

Data Types:单身的|双倍的
复杂的数字支持:金宝app是的

更多关于

全部收缩

Inverse Hyperbolic Cosine

For real values X in the domain X > 1 , the inverse hyperbolic cosine satisfies

cosh - 1 (( X = 日志 (( X + X 2 - 1

For complex numbers z = X + 一世 y , as well as real values in the domain - < z 1 , the callacosh(z)returns complex results.

扩展功能

也可以看看

|||

在R2006a之前引入