Difference between revisions of "Manuals/calci/SINH"

From ZCubes Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
* where z is any real number
 
* where z is any real number
 
==Description==
 
==Description==
Consider &nbsp;&nbsp;&nbsp; '''x = -0.8'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=ATAN(0.8)'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''0.67474094''' <br/>
 
  
 
*This function gives the hyperbolic sin of 'z'.
 
*This function gives the hyperbolic sin of 'z'.
Line 9: Line 8:
 
*Also relation between hyperbolic & trigonometric function is sin(iz)=isinhz & sinh(iz)= isinz
 
*Also relation between hyperbolic & trigonometric function is sin(iz)=isinhz & sinh(iz)= isinz
 
*SINH(-Z)=-SINHZ
 
*SINH(-Z)=-SINHZ
 
 
  
 
== Examples ==
 
== Examples ==

Revision as of 07:35, 4 November 2013

SINH(z)


  • where z is any real number

Description

  • This function gives the hyperbolic sin of 'z'.
  • Also it is called as circular function.
  • Here SINH=(e^z-e^-z)/2 or -iSIN iz, where 'i' is the imginary unit and i=sqrt(-1).
  • Also relation between hyperbolic & trigonometric function is sin(iz)=isinhz & sinh(iz)= isinz
  • SINH(-Z)=-SINHZ

Examples

SINH(z)

  • z is any real number.
SINH(z) Value(Radian)
SINH(0) 0
SINH(10)) 11013.23287
SINH(-3)) -10.0178749274099

See Also

References