Difference between revisions of "Manuals/calci/IMABS"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
*IMABS("6+8i")=10 | *IMABS("6+8i")=10 | ||
− | *IMABS("5-7i")=SQRT | + | *IMABS("5-7i")=<math>\SQRT{74}</math>=8.60232 |
− | *IMABS("-3-5i")=SQRT | + | *IMABS("-3-5i")=<math>\SQRT{34}</math>=5.83095 |
==See Also== | ==See Also== |
Revision as of 00:48, 26 November 2013
IMABS(in)
- where is the complex number of the form
Description
- This function gives the absolute value of a complex number of the form .
- Complex number , where & are real numbers and is the imaginary unit .
- A complex number's absolute value is measured from zero on the complex number plane.
- We can use COMPLEX function to convert real and imaginary number into a complex number.
- The absolute value of a complex number is:
Examples
- IMABS("6+8i")=10
- IMABS("5-7i")=Failed to parse (unknown function "\SQRT"): {\displaystyle \SQRT{74}} =8.60232
- IMABS("-3-5i")=Failed to parse (unknown function "\SQRT"): {\displaystyle \SQRT{34}} =5.83095