Difference between revisions of "Manuals/calci/IMSIN"

From ZCubes Wiki
Jump to navigation Jump to search
 
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''IMSIN(z)'''</div><br/>
+
<div style="font-size:30px">'''IMSIN (ComplexNumber) '''</div><br/>
* where z is any real number
+
*<math>ComplexNumber</math> is any complex number of the form x+iy.
 +
**IMSIN(),returns the sine of a complex number.
 +
 
 
==Description==
 
==Description==
 
+
*This function gives the sin value of any complex number.  
*This function gives the sin value of 'iz'.  
+
*Consider the complex number in the form of <math>x+iy</math>
*Where iz is the complex number in the form of "x+iy".i.e. x&y are the real numbers.
+
*x & y are the real numbers.
*'I' imaginary unit .i=sqrt(-1).
+
*'i' is the imaginary unit <math>i=\sqrt{-1}</math>
*Also x is  called the real part & y is the imaginary patr of a complex number.
+
*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.
+
*[[Manuals/calci/COMPLEX| COMPLEX]] is the function used to convert Real & Imaginary numbers in to a complex number.
*sin(x+iy) is defined by sin(x+iy)=sin(x)cosh(y)-icos(x)sinh(y)
+
*<math>sin(x+iy)</math> is defined by <math>sin(x+iy)=sin(x)cosh(y)-icos(x)sinh(y)</math>
  
 
== Examples ==
 
== Examples ==
'''IMSIN(z)'''
+
'''IMSIN (ComplexNumber)'''
*'''z''' is any real number.
+
*'''ComplexNumber''' is any complex number.  
  
 
{|id="TABLE1" class="SpreadSheet blue"
 
{|id="TABLE1" class="SpreadSheet blue"
  
 
|- class="even"
 
|- class="even"
|'''COSH(z)'''
+
|'''IMSIN(ComplexNumber)'''
|'''Value(Radian)'''
+
|'''Value'''
  
 
|- class="odd"
 
|- class="odd"
| COSH(0)
+
| IMSIN("4+5i")
| 1
+
| -56.16227422023234-ⅈ48.5024552417709
  
 
|- class="even"
 
|- class="even"
| COSH(10)
+
| IMSIN("4-5i")
| 11013.232920103319
+
| -56.16227422023234+ⅈ48.5024552417709
  
 
|- class="odd"
 
|- class="odd"
| COSH(7)
+
| IMSIN("4")
| COSH(7)=548.3170352
+
| -0.7568024953079282+ⅈ0
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|gkW9PxDvKKk|280|center|Trigonometric Form of Complex Numbers}}
  
 
==See Also==
 
==See Also==
  
*[[Manuals/calci/COS| COS]]
+
*[[Manuals/calci/SIN| SIN]]
  
*[[Manuals/calci/SINH| SINH]]
+
*[[Manuals/calci/COMPLEX| COMPLEX]]
  
*[[Manuals/calci/TANH | TANH]]
 
  
 
==References==
 
==References==
Line 45: Line 50:
 
*[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 15:49, 18 July 2018

IMSIN (ComplexNumber)


  • is any complex number of the form x+iy.
    • IMSIN(),returns the sine of a complex number.

Description

  • This function gives the sin value of any complex number.
  • Consider the complex number in 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

IMSIN (ComplexNumber)

  • ComplexNumber is any complex number.
IMSIN(ComplexNumber) Value
IMSIN("4+5i") -56.16227422023234-ⅈ48.5024552417709
IMSIN("4-5i") -56.16227422023234+ⅈ48.5024552417709
IMSIN("4") -0.7568024953079282+ⅈ0

Related Videos

Trigonometric Form of Complex Numbers

See Also


References