Difference between revisions of "Manuals/calci/IMCONJUGATE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="7SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">The conjugate of a complex number is: </font></fo...")
 
 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="7SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''IMCONJUGATE(ComplexNumber)'''</div><br/>
 +
*<math>ComplexNumber</math> is of the form a+bi.
 +
**IMCONJUGATE(), returns the complex conjugate of a complex number
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">The conjugate of a complex number is: </font></font></font>
+
==Description==
  
</div>
+
*This function gives the conjugate of a complex number.
----
+
*Let the complex number be <math>z = a+bi</math>, then: <math>IMCONJUGATE(a+bi) = \bar{z} = a-bi</math> and it is denoted by <math>\bar{z}</math> or <math>z^*</math>.
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
*So complex number and complex conjugate both also having same real number and imaginary number with
 +
the equal magnitude and opposite sign of a imaginary number.
 +
*The properties of a Complex Conjugate are:
  
IMCONJUGATE
+
#<math>z=\bar{z}</math> if imaginary number is '0' and <math>\bar{\bar{z}} = z</math>
 +
#<math>|\bar{z}|=|z|</math>  and <math>|z|^2 = z.\bar{z} = \bar{z}.z</math>
 +
#<math>Real part (a)=\frac{z+\bar z}{2}</math>
 +
#<math>Imaginary part (b)=\frac{z-\bar z}{2i}</math>.
 +
*We can use [[Manuals/calci/COMPLEX  | COMPLEX ]] function to convert the real and imaginary coefficients to a complex number.
  
</div></div>
+
==ZOS==
----
+
*The Syntax is to calculate IMCONJUGATE in ZOS is <math>IMCONJUGATE(Complexnumber)</math>.
<div id="8SpaceContent" class="zcontent" align="left">
+
**<math>ComplexNumber</math> is of the form a+bi.
 +
*For e.g.,IMCONJUGATE("-10+8.25i")
 +
{{#ev:youtube|rwCcfUGpk9Q|280|center|IMConjugate}}
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Lets see an example,</font></font></font>
+
==Examples==
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">IMCONJUGATE(iN)</font></font></font>
+
{| id="TABLE3" class="SpreadSheet blue"
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=IMCONJUGATE("2+3i") is 2+-3i</nowiki></font></font></font>
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="5SpaceContent" class="zcontent" align="left">
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">This function returns the complex conjugate of a complex number.</font></font></font>
 
 
 
</div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE1" class="SpreadSheet blue"
 
 
|- class="even"
 
|- class="even"
| class="  " |
+
!Equation
<div id="1Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
+
! a
| Column1
+
! bi
| class="  " | Column2
+
! Conjugate
| class="  " | Column3
 
| class="  " | Column4
 
 
|- class="odd"
 
|- class="odd"
| class=" " | Row1
+
|=IMCONJUGATE("3+4i")
| class="sshl_f" | 2+-3i
+
| 3
| class="sshl_f" |
+
| 4i
| class="sshl_f" |
+
| 3-4i
| class="sshl_f" |
 
 
|- class="even"
 
|- class="even"
| class=" " | Row2
+
| =IMCONJUGATE("6-7i")
| class="sshl_fSelectTD SelectTD" |
+
| 6
| class="sshl_f" |
+
| -7i
| class="sshl_f" |
+
| 6+7i
| class="sshl_f" |
 
 
|- class="odd"
 
|- class="odd"
| Row3
+
| =IMCONJUGATE("8j")
| class="sshl_f" |
+
| 0                       
| class="sshl_f" |
+
| 8j
| class="sshl_f" |
+
| 0-8j
| class="sshl_f" |
 
 
|- class="even"
 
|- class="even"
| Row4
+
| =IMCONJUGATE("2")
| class="sshl_f" |
+
| 2                       
| class="sshl_f" |
+
| 0
| class="sshl_f" |
+
| 2+0i
| class="sshl_f" |
 
 
|- class="odd"
 
|- class="odd"
| class=" " | Row5
+
| =IMCONJUGATE("5+0i")
| class="sshl_f" |
+
| 5                       
| class="sshl_f" |
+
| 0i
| class="sshl_f" |
+
| 5+0i
| class="sshl_f" |
 
|- class="even"
 
| Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
 
|}
 
|}
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
==Related Videos==
----
+
 
<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">'''IMCONJUGATE'''</font></font><font face="Arial, sans-serif"><font size="2">(</font></font><font face="Arial, sans-serif"><font size="2">'''iN'''</font></font><font face="Arial, sans-serif"><font size="2">)</font></font></font>
+
{{#ev:youtube|BZxZ_eEuJBM|280|center|Complex Conjugates}}
 +
 
 +
==See Also==
 +
 
 +
*[[Manuals/calci/COMPLEX  | COMPLEX ]]
 +
*[[Manuals/calci/IMREAL  | IMREAL ]]
 +
*[[Manuals/calci/IMAGINARY  | IMAGINARY ]]
 +
 
 +
==References==
 +
[http://en.wikipedia.org/wiki/Complex_conjugate Complex Conjugate]
 +
 
 +
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Where 'iN' is a complex number.</font></font></font>
+
*[[Z_API_Functions | List of Main Z Functions]]
  
</div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 18:38, 13 July 2018

IMCONJUGATE(ComplexNumber)


  • is of the form a+bi.
    • IMCONJUGATE(), returns the complex conjugate of a complex number

Description

  • This function gives the conjugate of a complex number.
  • Let the complex number be , then: and it is denoted by or .
  • So complex number and complex conjugate both also having same real number and imaginary number with

the equal magnitude and opposite sign of a imaginary number.

  • The properties of a Complex Conjugate are:
  1. if imaginary number is '0' and
  2. and
  3. .
  • We can use COMPLEX function to convert the real and imaginary coefficients to a complex number.

ZOS

  • The Syntax is to calculate IMCONJUGATE in ZOS is .
    • is of the form a+bi.
  • For e.g.,IMCONJUGATE("-10+8.25i")
IMConjugate

Examples

Equation a bi Conjugate
=IMCONJUGATE("3+4i") 3 4i 3-4i
=IMCONJUGATE("6-7i") 6 -7i 6+7i
=IMCONJUGATE("8j") 0 8j 0-8j
=IMCONJUGATE("2") 2 0 2+0i
=IMCONJUGATE("5+0i") 5 0i 5+0i

Related Videos

Complex Conjugates

See Also

References

Complex Conjugate