Difference between revisions of "Manuals/calci/IMREAL"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
<div style="font-size:30px">'''IMREAL(Complexnumber)'''</div><br/>
+
<div style="font-size:30px">'''IMREAL (ComplexNumber)'''</div><br/>
*<math>Complexnumber</math> is of the form <math>z=x+iy</math>
+
*<math>ComplexNumber</math> is of the form <math>z=x+iy</math>.
 +
**IMREAL(),returns the real coefficient of a complex number.
  
 
==Description==
 
==Description==
 
*This function gives the real coefficient of the complex number.
 
*This function gives the real coefficient of the complex number.
*In <math>IMREAL(Complexnumber)</math>, Complexnumber is in the form of <math>z=x+iy</math>
+
*In <math>IMREAL(ComplexNumber)</math>, ComplexNumber is in the form of <math>z=x+iy</math>
 
* where <math>x</math> & <math>y</math> are the real numbers. <math>i</math> imaginary unit. <math>i=\sqrt{-1}</math>.  
 
* where <math>x</math> & <math>y</math> are the real numbers. <math>i</math> imaginary unit. <math>i=\sqrt{-1}</math>.  
 
*The complex number <math>z= x+iy</math> can be identified by <math>(x,y)</math> in the complex plane.  
 
*The complex number <math>z= x+iy</math> can be identified by <math>(x,y)</math> in the complex plane.  
Line 13: Line 14:
  
 
==ZOS==
 
==ZOS==
*The syntax is to calculate real coefficient of the complex number in ZOS is <math>IMREAL(Complexnumber)</math>.
+
*The syntax is to calculate real coefficient of the complex number in ZOS is <math>IMREAL(ComplexNumber)</math>.
**<math>Complexnumber</math> is of the form <math>z=x+iy</math>.
+
**<math>ComplexNumber</math> is of the form <math>z=x+iy</math>.
 
*For e.g.,IMREAL(IMSUM("2+3i","1-9i"))
 
*For e.g.,IMREAL(IMSUM("2+3i","1-9i"))
  

Latest revision as of 14:34, 18 July 2018

IMREAL (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 z=x+iy} .
    • IMREAL(),returns the real coefficient of a complex number.

Description

  • This function gives the real coefficient of the complex number.
  • In 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 IMREAL(ComplexNumber)} , ComplexNumber is in the form of
  • 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 x} & 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 y} are the real numbers. 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} 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=\sqrt{-1}} .
  • The complex 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 z= x+iy} can be identified by 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,y)} in the complex plane.
  • Here 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} is called real part and is the imaginary part of 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 z} .
  • This function shows the value of the real part of 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 z} .
  • A complex is said to be purely imaginary when 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=0} and it is a real number when 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 y=0} .
  • We can use COMPLEX function to convert real and imaginary number in to a complex number.

ZOS

  • The syntax is to calculate real coefficient of the complex number in ZOS 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 IMREAL(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 z=x+iy} .
  • For e.g.,IMREAL(IMSUM("2+3i","1-9i"))

Examples

  1. =IMREAL("3+4i") = 3
  2. =IMREAL("-5+6i") = -5
  3. =IMREAL("8") = 8
  4. =IMREAL("-2i") = 0

Related Videos

IMREAL

See Also

References