数学画图之双曲函数系列
"""
sinhx (e^x - e^(-x)) /2
cosh x (e^x e^(-x)) /2
tanh x sinh x/ cosh x (e^x - e^(-x)) / (e^x e^(-x))
coth x cosh x/ sinh x (e^x e^(-x)) / (e^x - e^(-x))sech x 1/coshx
csc x 1/sinhx
"""
impo…
coth 函数 Hyperbolic cotangent 双曲余切 Syntax 语法 Y coth(X) Description 描述 The coth function operates element-wise on arrays. The functions domains and ranges include complex values. All angles are in radians. coth函数在阵列上操作元素方法。函数的区域和…
描述
COTH函数返回双曲角的双曲余切。
语法
COTH (number)争论
Argument描述Required/OptionalNumberThe angle in radians for which you want the hyperbolic cotangent.Required
Notes 使用以下公式- $$\coth\left(N\right)\frac {1} {\tanh\left(N\right)} \frac {\c…