Difference between revisions of "Manuals/calci/IMLN"
Jump to navigation
Jump to search
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<div style="font-size:30px">'''IMLN(Complexnumber)'''</div><br/> | <div style="font-size:30px">'''IMLN(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>. |
| + | **IMLN(),returns the natural logarithm of a complex number. | ||
| + | |||
==Description== | ==Description== | ||
| Line 15: | Line 17: | ||
*The syntax is to calculate the natural logarithm of a complex number in ZOS is <math>IMLN(Complexnumber)</math>. | *The syntax is to calculate the natural logarithm of a complex number in ZOS is <math>IMLN(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.,IMLN | + | *For e.g.,IMLN("10+17i") |
{{#ev:youtube|6JwQLlhPwi4|280|center|Natural Logarithm of a Complex Number}} | {{#ev:youtube|6JwQLlhPwi4|280|center|Natural Logarithm of a Complex Number}} | ||
| Line 24: | Line 26: | ||
#IMLN("4")=1.38629436111989 +0i | #IMLN("4")=1.38629436111989 +0i | ||
#IMLN("10i")=2.30258509299405+1.5707963267949i | #IMLN("10i")=2.30258509299405+1.5707963267949i | ||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|m-d_Xks90AM|280|center|Log of Complex Number}} | ||
==See Also== | ==See Also== | ||
| Line 32: | Line 38: | ||
==References== | ==References== | ||
[http://en.wikipedia.org/wiki/Imaginary_Logarithms Imaginary Logarithms] | [http://en.wikipedia.org/wiki/Imaginary_Logarithms Imaginary Logarithms] | ||
| + | |||
| + | |||
| + | |||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | |||
| + | *[[ Z3 | Z3 home ]] | ||
Latest revision as of 15:30, 16 July 2018
IMLN(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}
.
- IMLN(),returns the natural logarithm of a complex number.
Description
- This function gives the Natural Logarithm of a 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 IMLN(Complexnumber)} , where Complexnumber is in the form 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=x+iy} . i.e 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.
- And is 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=\sqrt{-1}} .
- Normally Complex logarithm function is an inverse of the Complex exponential function.
- A logarithm 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} is a 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 w} such that 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 = e^w} and it is denoted 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 ln(z)} .
- If 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} with 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 real numbers then natural logarithm of a 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 ln(z)= w = ln(|z|) + iarg(z) = ln(\sqrt{x^2+y^2}+itan^{-1}(\frac{y}{x})} adding integer multiples 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 2\pi i} gives all the others.
- We can use COMPLEX function to convert real and imaginary number in to a complex number.
ZOS
- The syntax is to calculate the natural logarithm of a 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 IMLN(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.,IMLN("10+17i")
Examples
- IMLN("3-2i")=1.28247467873077-0.588002603547568i
- IMLN("6+7i")=2.22132562824516+0.862170054667226i
- IMLN("4")=1.38629436111989 +0i
- IMLN("10i")=2.30258509299405+1.5707963267949i
Related Videos
See Also
References