Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''IMLOG10(z)'''</div><br/>
+
<div style="font-size:30px">'''IMLOG10(Complexnumber,Base)'''</div><br/>
*<math>z</math> is the complex number is of the form <math>x+iy</math>  
+
*<math>z</math> is of the form <math>z=x+iy</math>
 +
*<math>Base</math>is value of the base.
    
==Description==
 
==Description==
 
*This function gives the common logarithm of a complex number.
 
*This function gives the common logarithm of a complex number.
*IMLOG10(z), where <math>z</math> is the complex number in the form of <math>x+iy</math>. i.e <math>x</math> & <math>y</math> are the real numbers.
+
*In <math>IMLOG10(Complexnumber,Base)</math>, where Complexnumber is in the form of <math>z=x+iy</math>. i.e <math>x</math> & <math>y</math> are the real numbers.
*<math>I</math> is the imaginary unit .<math>i=\sqrt{-1}</math>.
+
*And <math>I</math> is the imaginary unit .<math>i=\sqrt{-1}</math>.
 
*Log base 10, is known as the common Logarithm or Decadic logarithm, is the logarithm to the base 10.  
 
*Log base 10, is known as the common Logarithm or Decadic logarithm, is the logarithm to the base 10.  
 
*To find the common logarithm of a complex number, we have to calculate from the Natural Logarithm.
 
*To find the common logarithm of a complex number, we have to calculate from the Natural Logarithm.
 
*So <math>log10(x+iy)=(log_{10} e)ln(x+iy)</math>.
 
*So <math>log10(x+iy)=(log_{10} e)ln(x+iy)</math>.
*We can use COMPLEX function to convert real and imaginary number into a complex number.
+
*We can use [[Manuals/calci/COMPLEX| COMPLEX]] function to convert real and imaginary number into a complex number.
    
==Examples==
 
==Examples==
writer
6,694

edits

Navigation menu