Difference between revisions of "Manuals/calci/IMSINH"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''IMSINH(iz)'''</div><br/> * where iz is the complex number ==Description== *This function gives the hyperbolic sine (sinh) value of a complex n...")
 
 
Line 1: Line 1:
<div style="font-size:30px">'''IMSINH(iz)'''</div><br/>
+
<div style="font-size:30px">'''IMSINH (ComplexNumber)'''</div><br/>
* where iz is the complex number
+
*<math>ComplexNumber</math> is any complex number of the form x+iy.
  
 
==Description==
 
==Description==
  
 
*This function gives the hyperbolic sine (sinh) value of a complex number.  
 
*This function gives the hyperbolic sine (sinh) value of a complex number.  
*Where 'iz' is the complex number in the form of <math>x+iy</math>
+
*Consider the complex number is the form of <math>x+iy</math>
 
*x & y are the real numbers.
 
*x & y are the real numbers.
 
*'i' is the imaginary unit <math>i=\sqrt{-1}</math>
 
*'i' is the imaginary unit <math>i=\sqrt{-1}</math>
Line 13: Line 13:
  
 
== Examples ==
 
== Examples ==
'''IMSINH(iz)'''
+
'''IMSINH(ComplexNumber)'''
*'''iz''' is the complex number.  
+
*'''ComplexNumber''' is any complex number.  
  
 
{|id="TABLE1" class="SpreadSheet blue"
 
{|id="TABLE1" class="SpreadSheet blue"
  
 
|- class="even"
 
|- class="even"
|'''IMSINH(iz)'''
+
|'''IMSINH(ComplexNumber)'''
 
|'''Value'''
 
|'''Value'''
  

Latest revision as of 15:51, 18 July 2018

IMSINH (ComplexNumber)


  • is any complex number of the form x+iy.

Description

  • This function gives the hyperbolic sine (sinh) value of a complex number.
  • Consider the complex number is the form of
  • x & y are the real numbers.
  • 'i' is the imaginary unit
  • Also x is called the real part & y is the imaginary part of a complex number.
  • COMPLEX is the function used to convert Real & Imaginary numbers in to a complex number.
  • is defined by

Examples

IMSINH(ComplexNumber)

  • ComplexNumber is any complex number.
IMSINH(ComplexNumber) Value
IMSINH("7+4i") -358.40333619422336-i414.9677004253094
IMSINH("7-8i") -79.78001447406525-i542.4819804948917
IMSINH("3") 10.0178749274099+i0

Related Videos

Trigonometric Form of Complex Numbers

See Also


References