Difference between revisions of "Manuals/calci/IMREAL"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''IMREAL(z)'''</div><br/> |
+ | *<math>>z</math is the complex number is of the form <math>x+iy</math> | ||
− | |||
− | + | ==Description== | |
− | + | *This function gives the real coefficient of the complex number. | |
− | + | *MREAL(z), Where z is the complex number is in the form of "x+iy".i.e. | |
+ | *x&y are the real numbers.'i' imaginary unit .i=sqrt(-1). | ||
+ | *The complex number z= x+iy can be identified by (x,y) in the complex plane. | ||
+ | *Here x is called real part and y is the imaginary part of z. | ||
+ | *This function shows the value of the real part of z. | ||
+ | *A complex is said to be purely imaginary when x=0 and it is a real number when y=0. | ||
+ | *We can use COMPLEX function to convert real and imaginary number in to a complex number. | ||
− | Examples | + | ==Examples== |
− | + | #IMREAL("3+4i")=3 | |
− | + | #IMREAL("-5+6i")=-5 | |
− | + | #IMREAL("8")=8 | |
− | + | #IMREAL("-2i")=0 | |
− | |||
− | |||
− | + | ==See Also== | |
− | + | *[[Manuals/calci/IMSUB | IMSUB ]] | |
− | + | *[[Manuals/calci/IMSUM | IMSUM ]] | |
+ | *[[Manuals/calci/IMAGINARY | IMAGINARY ]] | ||
+ | *[[Manuals/calci/COMPLEX | COMPLEX ]] | ||
− | |||
− | + | ==References== | |
− | + | [http://en.wikipedia.org/wiki/Binary_logarithm Binary Logarithm] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 05:18, 17 December 2013
IMREAL(z)
Description
- This function gives the real coefficient of the complex number.
- MREAL(z), Where z is the complex number is in the form of "x+iy".i.e.
- x&y are the real numbers.'i' imaginary unit .i=sqrt(-1).
- The complex number z= x+iy can be identified by (x,y) in the complex plane.
- Here x is called real part and y is the imaginary part of z.
- This function shows the value of the real part of z.
- A complex is said to be purely imaginary when x=0 and it is a real number when y=0.
- We can use COMPLEX function to convert real and imaginary number in to a complex number.
Examples
- IMREAL("3+4i")=3
- IMREAL("-5+6i")=-5
- IMREAL("8")=8
- IMREAL("-2i")=0
See Also