Difference between revisions of "Manuals/calci/IMSIN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...")
 
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
<div style="font-size:30px">'''IMSIN (ComplexNumber) '''</div><br/>
 +
*<math>ComplexNumber</math> is any complex number of the form x+iy.
 +
**IMSIN(),returns the sine of a complex number.
  
Syntax
+
==Description==
 +
*This function gives the sin value of any complex number.
 +
*Consider the complex number in the form of <math>x+iy</math>
 +
*x & y are the real numbers.
 +
*'i' is the imaginary unit <math>i=\sqrt{-1}</math>
 +
*Also x is  called the real part & y is the imaginary part of a complex number.
 +
*[[Manuals/calci/COMPLEX| COMPLEX]] is the function used to convert Real & Imaginary numbers in to a complex number.
 +
*<math>sin(x+iy)</math> is defined by <math>sin(x+iy)=sin(x)cosh(y)-icos(x)sinh(y)</math>
  
</div></div>
+
== Examples ==
----
+
'''IMSIN (ComplexNumber)'''
<div id="4SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
*'''ComplexNumber''' is any complex number.
  
Remarks
+
{|id="TABLE1" class="SpreadSheet blue"
  
</div></div>
+
|- class="even"
----
+
|'''IMSIN(ComplexNumber)'''
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
|'''Value'''
  
Examples
+
|- class="odd"
 +
| IMSIN("4+5i")
 +
| -56.16227422023234-ⅈ48.5024552417709
  
</div></div>
+
|- class="even"
----
+
| IMSIN("4-5i")
<div id="8SpaceContent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman">''''''''''''<font size="6"> </font>''' '''''''''</font>'''</div></div>
+
| -56.16227422023234+ⅈ48.5024552417709
----
 
<div id="11SpaceContent" align="left"><div class="ZEditBox mceEditable" align="justify">
 
  
<font size="5">Description</font>
+
|- class="odd"
 
+
| IMSIN("4")
</div></div>
+
| -0.7568024953079282+ⅈ0
----
+
|}
<div id="5SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">This function calculates the sine of a complex number in a + bi or a + bj text format.</font></font></font>
 
  
</div></div>
+
==Related Videos==
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="6"> '''<font face="Arial">IMSIN</font>'''</font></div></div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">The sine of a complex number is: </font></font></font>
+
{{#ev:youtube|gkW9PxDvKKk|280|center|Trigonometric Form of Complex Numbers}}
  
<font color="#484848">sin(x+yi)=sin(x)cosh (y)-cos(x)sinh (y)i</font>
+
==See Also==
  
</div></div>
+
*[[Manuals/calci/SIN| SIN]]
----
 
<div id="6SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''IMSIN'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">('''IN'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">)</font></font></font>
+
*[[Manuals/calci/COMPLEX| COMPLEX]]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">where IN</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">  is the complex number .</font></font></font>
 
  
</div></div>
+
==References==
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
{| id="TABLE3" class="SpreadSheet blue"
+
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
|- class="even"
+
*[http://en.wikipedia.org/wiki/Hyperbolic_function Hyperbolic Function]
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 3.1657785132161677+-1.959601041421606i
 
| class="                          " |
 
|
 
|
 
|- class="even"
 
| class=" " | Row2
 
| class="f52543                                                                                                                " |
 
| class="SelectTD" |
 
|
 
|
 
|- class="odd"
 
| Row3
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row4
 
|
 
|
 
|
 
|
 
|- class="odd"
 
| class=" " | Row5
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row6
 
|
 
|
 
|
 
|
 
|}
 
  
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Let's see an example.</font></font></font>
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">I.e.=IMSIN(“1+2i”) is 3.16578+-1.9596i</font></font></font>
+
*[[Z_API_Functions | List of Main Z Functions]]
  
</div>
+
*[[ 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