Difference between revisions of "Manuals/calci/IMABS"
Jump to navigation
Jump to search
Line 34: | Line 34: | ||
==References== | ==References== | ||
[http://en.wikipedia.org/wiki/Absolute_value Absolute Value] | [http://en.wikipedia.org/wiki/Absolute_value Absolute Value] | ||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 07:07, 13 March 2017
IMABS(ComplexNumber)
- is 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:
ZOS
- The syntax is to calculate IMABS in ZOS is .
- is of the form .
- For e.g.,IMABS("5-7i")+IMABS("6+4i")
Examples
- IMABS("6+8i") = = = 10
- IMABS("5-7i") = = 8.60232
- IMABS("-3-5i")= = 5.83095
Related Videos
See Also
References