Manuals/calci/IMDIV

From ZCubes Wiki
Revision as of 06:28, 25 November 2013 by Abin (talk | contribs)
Jump to navigation Jump to search
IMDIV(z1,z2)


  • are the two complex numbers in the form of and , where Failed to parse (syntax error): {\displaystyle a,b,c<math> & <math>d<math> are real numbers <math>i} is the imaginary unit,

Examples

  1. IMDIV("4+2i","3-i")=(4+2i/3-i)*(3+i/3+i)=(12+10i+2i^2)/(3^2-i^2)=10+10i/10 (because i^2=-1)= 1+i/1=1+i
  2. IMDIV("3-5i,2-6i")=0.9+0.2i
  3. IMDIV("5","2+3i")=0.769-1.153i
  4. IMDIV("1+i","2")=0.5+0.5i

See Also


References

Exponential function