Difference between revisions of "Manuals/calci/IMTAN"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''IMTAN(iz)'''</div><br/> * where iz is the complex number ==Description== *This function gives the TAN value of a complex number. *Where 'iz' ...") |
|||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''IMTAN( | + | <div style="font-size:30px">'''IMTAN(ComplexNumber)'''</div><br/> |
− | * | + | *<math>ComplexNumber</math> is any complex number of the form x+iy. |
==Description== | ==Description== | ||
*This function gives the TAN value of a complex number. | *This function gives the TAN value of a complex number. | ||
− | * | + | *Consider the complex number is the form of <math>x+iy</math>. |
*x & y are the real numbers. | *x & y are the real numbers. | ||
*'i' is the imaginary unit <math>i=\sqrt{-1}</math> | *'i' is the imaginary unit <math>i=\sqrt{-1}</math> | ||
Line 13: | Line 13: | ||
== Examples == | == Examples == | ||
− | '''IMTAN( | + | '''IMTAN(ComplexNumber)''' |
− | *''' | + | *'''ComplexNumber''' is any complex number. |
{|id="TABLE1" class="SpreadSheet blue" | {|id="TABLE1" class="SpreadSheet blue" | ||
|- class="even" | |- class="even" | ||
− | |'''IMTAN( | + | |'''IMTAN(ComplexNumber)''' |
|'''Value''' | |'''Value''' | ||
Latest revision as of 15:46, 18 July 2018
IMTAN(ComplexNumber)
- is any complex number of the form x+iy.
Description
- This function gives the TAN value of a complex number.
- Consider the complex number is the form of .
- x & y are the real numbers.
- 'i' is the imaginary unit
- Also x is called the real part & y is the imaginary part of a complex number.
- COMPLEX is the function used to convert Real & Imaginary numbers in to a complex number.
- is defined by
Examples
IMTAN(ComplexNumber)
- ComplexNumber is any complex number.
IMTAN(ComplexNumber) | Value |
IMTAN("6+4i") | -0.0003597965782916702+i0.9994339325466379 |
IMTAN("6-8i") | -1.2076663117850256e-7-i0.9999998100735055 |
IMTAN("10") | 0.6483608274590866+i0 |
Related Videos
See Also
References