Difference between revisions of "Manuals/calci/IMSEC"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''IMSEC(iz)'''</div><br/> * where iz is the complex number ==Description== *This function gives the SECANT value of a complex number. *Where 'i...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''IMSEC( | + | <div style="font-size:30px">'''IMSEC (ComplexNumber)'''</div><br/> |
− | * | + | *<math>ComplexNumber</math> is any complex number of the form x+iy. |
==Description== | ==Description== | ||
*This function gives the SECANT value of a complex number. | *This function gives the SECANT 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 == | ||
− | '''IMSEC( | + | '''IMSEC(ComplexNumber)''' |
− | *''' | + | *'''ComplexNumber''' is any complex number. |
{|id="TABLE1" class="SpreadSheet blue" | {|id="TABLE1" class="SpreadSheet blue" | ||
|- class="even" | |- class="even" | ||
− | |'''IMSEC( | + | |'''IMSEC(ComplexNumber)''' |
|'''Value''' | |'''Value''' | ||
Latest revision as of 15:47, 19 July 2018
IMSEC (ComplexNumber)
- is any complex number of the form x+iy.
Description
- This function gives the SECANT 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
IMSEC(ComplexNumber)
- ComplexNumber is any complex number.
IMSEC(ComplexNumber) | Value |
IMSEC("7+4i") | 0.02762312989997095+i0.024055975650141042 |
IMSEC("7-8i") | 0.0005058121042022911-i0.00044078883863612046 |
IMSEC("3") | -1.0101086659079939+i0 |
Related Videos
See Also
References