Manuals/calci/IMABS

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 Section

  • The syntax is to calculate IMABS in ZOS is  .
    •   is of the form  .
    • For e.g.,IMABS("5-7i")+IMABS("6+4i")
Absolute Value of Imaginary Number

Examples

  • IMABS("6+8i") =   = 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 \sqrt{100}} = 10
  • IMABS("5-7i") = 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 \sqrt{74}} = 8.60232
  • IMABS("-3-5i")= 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 \sqrt{34}} = 5.83095

See Also

References

Absolute Value