Difference between revisions of "Manuals/calci/IMAGINARY"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
<div style="font-size:30px">'''IMAGINARY(ComplexNumber)'''</div><br/>
 
<div style="font-size:30px">'''IMAGINARY(ComplexNumber)'''</div><br/>
*<math>ComplexNumber</math>  is of the form <math>a+bi</math>.
+
*<math>ComplexNumber</math>  is of the form <math>x+iy</math>.
 
**IMAGINARY(), returns the imaginary coefficient of a complex number
 
**IMAGINARY(), returns the imaginary coefficient of a complex number
  
Line 17: Line 17:
  
 
*The syntax is to calculate IMAGINARY in ZOS Section is <math>IMAGINARY(ComplexNumber)</math>.
 
*The syntax is to calculate IMAGINARY in ZOS Section is <math>IMAGINARY(ComplexNumber)</math>.
**<math>ComplexNumber</math>  is of the form <math>a+bi</math>.
+
**<math>ComplexNumber</math>  is of the form <math>x+iy</math>.
 
*For e.g.,IMAGINARY("6-0.5i")
 
*For e.g.,IMAGINARY("6-0.5i")
 
{{#ev:youtube|Ijhl4ekADac|280|center|Imaginary}}
 
{{#ev:youtube|Ijhl4ekADac|280|center|Imaginary}}

Latest revision as of 14:44, 19 July 2018

IMAGINARY(ComplexNumber)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ComplexNumber} is of the form Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x+iy} .
    • IMAGINARY(), returns the imaginary coefficient of a complex number

Description

  • This function gives the imaginary coefficient of a complex number.
  • Complex number is a combination of real and an imaginary number.
  • Imaginary number is a real number which is multiplied with the imaginary unit Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i} , where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i=\sqrt{-1}} .
  • When imaginary number Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle bi} is get adding to the real number Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} , then it forms a complex number.
  • Also when we are squaring the imaginary number Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle bi} , it will give the negative real number .
  • For eg Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (5i)^2=-25} .
  • We can use COMPLEX function to convert the real and imaginary coefficients to a complex number.
  • A complex number is a imaginary number when the real part is zero.

ZOS

  • The syntax is to calculate IMAGINARY in ZOS Section is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle IMAGINARY(ComplexNumber)} .
    • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ComplexNumber} is of the form Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x+iy} .
  • For e.g.,IMAGINARY("6-0.5i")
Imaginary

Examples

  1. =IMAGINARY("2+3i")=3
  2. =IMAGINARY("4-5i")=-5
  3. =IMAGINARY("3j")=3
  4. =IMAGINARY("7")=0

Related Videos

Complex Numbers

See Also

References

Imaginary Number