<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Manuals%2Fcalci%2FIMDIVTWO</id>
	<title>Manuals/calci/IMDIVTWO - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Manuals%2Fcalci%2FIMDIVTWO"/>
	<link rel="alternate" type="text/html" href="https://wiki.zcubes.com/index.php?title=Manuals/calci/IMDIVTWO&amp;action=history"/>
	<updated>2026-04-28T07:49:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://wiki.zcubes.com/index.php?title=Manuals/calci/IMDIVTWO&amp;diff=207748&amp;oldid=prev</id>
		<title>Swapna: Created page with &quot;&lt;div style=&quot;font-size:30px&quot;&gt;'''IMDIVTWO(ComplexNumber1,ComplexNumber2)'''&lt;/div&gt;&lt;br/&gt; *&lt;math&gt;ComplexNumber1&lt;/math&gt; and &lt;math&gt;ComplexNumber2&lt;/math&gt; are in the form of a+bi.  ==D...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.zcubes.com/index.php?title=Manuals/calci/IMDIVTWO&amp;diff=207748&amp;oldid=prev"/>
		<updated>2017-04-19T09:11:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;div style=&amp;quot;font-size:30px&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;IMDIVTWO(ComplexNumber1,ComplexNumber2)&amp;#039;&amp;#039;&amp;#039;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt; *&amp;lt;math&amp;gt;ComplexNumber1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ComplexNumber2&amp;lt;/math&amp;gt; are in the form of a+bi.  ==D...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div style=&amp;quot;font-size:30px&amp;quot;&amp;gt;'''IMDIVTWO(ComplexNumber1,ComplexNumber2)'''&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*&amp;lt;math&amp;gt;ComplexNumber1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ComplexNumber2&amp;lt;/math&amp;gt; are in the form of a+bi.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
*This function gives the division of two complex numbers. &lt;br /&gt;
*&amp;lt;math&amp;gt;ComplexNumber1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ComplexNumber2&amp;lt;/math&amp;gt; are in the form  of &amp;lt;math&amp;gt;a+ib&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;c+id&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;a,b,c&amp;lt;/math&amp;gt; &amp;amp; &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt; are real numbers &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt; is the imaginary unit, &amp;lt;math&amp;gt;i=\sqrt{-1}&amp;lt;/math&amp;gt;.&lt;br /&gt;
*Let z1 and z2 are the two Complex Numbers.&lt;br /&gt;
*To do the division of complex number we have follow three steps:&lt;br /&gt;
 step 1: Write the complex number in the fraction form.&lt;br /&gt;
 step 2: Find the conjugate of the denominator.&lt;br /&gt;
 step 3: Multiply the numerator and denominator with conjugate.&lt;br /&gt;
:&amp;lt;math&amp;gt;IMDIVTWO(z1,z2) = \frac{a+ib}{c+id} = \frac{a+ib}{c+id}*\frac{c-id}{c-id} =\frac{ac+bd}{c^2+d^2}+\frac{(bc-ad)i}{(c^2+d^2)}&amp;lt;/math&amp;gt;.&lt;br /&gt;
*To find the Conjugate of a Complex Number we can use the function [[Manuals/calci/IMCONJUGATE  | IMCONJUGATE]].&lt;br /&gt;
&lt;br /&gt;
==ZOS==&lt;br /&gt;
*The syntax to calculate the IMDIVTWO in ZOS is &amp;lt;math&amp;gt;IMDIVTWO(ComplexNumber1,ComplexNumber2)&amp;lt;/math&amp;gt;.&lt;br /&gt;
**&amp;lt;math&amp;gt;ComplexNumber1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ComplexNumber2&amp;lt;/math&amp;gt; are in the form of a+bi.&lt;br /&gt;
*For e.g.,IMDIVTWO(&amp;quot;3+2i&amp;quot;,&amp;quot;3-2i&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|2I89nee0Gmc|280|center|ImDiv}}&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
#IMDIVTWO(&amp;quot;4+2i&amp;quot;,&amp;quot;3-i&amp;quot;) = 1+i1&lt;br /&gt;
#IMDIVTWO(&amp;quot;-3-5i&amp;quot;,&amp;quot;-6i&amp;quot;) = 0.8333333333333334-i0.5&lt;br /&gt;
#IMDIVTWO(&amp;quot;5-2i&amp;quot;,&amp;quot;2+3i&amp;quot;,&amp;quot;6+2i&amp;quot;) = 0.3076923076923077-i1.4615384615384615&lt;br /&gt;
#IMDIVTWO(&amp;quot;1+i&amp;quot;,&amp;quot;-2i&amp;quot;) = -0.5+i0.5&lt;br /&gt;
&lt;br /&gt;
==Related Videos==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|Z8j5RDOibV4|280|center|Dividing Complex Numbers}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
*[[Manuals/calci/IMDIV  | IMDIV  ]]&lt;br /&gt;
*[[Manuals/calci/IMPRODUCTTWO | IMPRODUCTTWO ]]&lt;br /&gt;
*[[Manuals/calci/COMPLEX  | COMPLEX ]]&lt;br /&gt;
*[[Manuals/calci/IMAGINARY  | IMAGINARY ]]&lt;br /&gt;
*[[Manuals/calci/IMREAL  | IMREAL ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Complex_division   Complex Division]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Z_API_Functions | List of Main Z Functions]]&lt;br /&gt;
&lt;br /&gt;
*[[ Z3 |   Z3 home ]]&lt;/div&gt;</summary>
		<author><name>Swapna</name></author>
	</entry>
</feed>