Difference between revisions of "Manuals/calci/COTH"

From ZCubes Wiki
Jump to navigation Jump to search
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''COTH(z)'''</div><br/>
+
<div style="font-size:30px">'''COTH(x)'''</div><br/>
* where z is any real number
+
* where x is any real number.
 +
**COTH() returns the inverse hyperbolic tangent of a number.
 +
 
 
==Description==
 
==Description==
  
*This function gives the hyperbolic cotangent of 'z',also it is called as circular function.
+
*This function gives the hyperbolic Cotangent of 'x'.
*COTH is the reciprocal of TANH function.  
+
*It's also called as Circular function.
*COTH z=cosh z/sinh z.i.e. e^z+e^-z/e^z-e^-z or Icot iz.where 'I' is the imginary unit and i=sqrt(-1).
+
*Let z is any real number.
*Also relation between hyperbolic &trignometric function is  
+
*COTH is the reciprocal of TANH function.i.e.COTH(z)=<math>(tanh (z))^{-1}</math>
*cot(iz)=-icothz&coth(iz)=-icot z
+
*<math>COTH(z)=\frac{Cosh(z)}{Sinh(z)}</math>  i.e <math>\frac {e^z+e^{-z}} {e^z-e^{-z}}</math> or iCOT(iz).where 'i' is the imaginary unit and <math>i=\sqrt{-1}</math>.
 +
*Also relation between Hyperbolic & Trignometric function is <math>Cot(iz)=-iCoth(z)</math> & <math>Coth(iz)=-iCot(z)</math>
  
 
== Examples ==
 
== Examples ==
'''COTH(z)'''
+
'''COTH(x)'''
*'''z''' is any real number.
+
*'''x''' is any real number.
  
 
{|id="TABLE1" class="SpreadSheet blue"
 
{|id="TABLE1" class="SpreadSheet blue"
  
 
|- class="even"
 
|- class="even"
|'''COTH(z)'''
+
|'''COTH(x)'''
|'''Value(Radian)'''
+
|'''Value'''
  
 
|- class="odd"
 
|- class="odd"
Line 29: Line 32:
 
|- class="odd"
 
|- class="odd"
 
| COTH(-45)
 
| COTH(-45)
  1
+
| -1
|
 
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|EmJKuQBEdlc|280|center|Hyperbolic COT}}
  
 
==See Also==
 
==See Also==
Line 45: Line 51:
 
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
 
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
 
*[http://en.wikipedia.org/wiki/Hyperbolic_function  Hyperbolic Function]
 
*[http://en.wikipedia.org/wiki/Hyperbolic_function  Hyperbolic Function]
 +
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 17:31, 18 June 2018

COTH(x)


  • where x is any real number.
    • COTH() returns the inverse hyperbolic tangent of a number.

Description

  • This function gives the hyperbolic Cotangent of 'x'.
  • It's also called as Circular function.
  • Let z is any real number.
  • COTH is the reciprocal of TANH function.i.e.COTH(z)=
  • i.e or iCOT(iz).where 'i' is the imaginary unit and .
  • Also relation between Hyperbolic & Trignometric function is &

Examples

COTH(x)

  • x is any real number.
COTH(x) Value
COTH(1) 1.3130352854993312
COTH(30) 1
COTH(-45) -1

Related Videos

Hyperbolic COT

See Also

References