Search for a tool
Complex Number Modulus/Magnitude

Tool for calculating the value of the modulus/magnitude of a complex number |z| (absolute value): the length of the segment between the point of origin of the complex plane and the point z

Results

Complex Number Modulus/Magnitude -

Tag(s) : Arithmetics, Geometry

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Complex Number Modulus/Magnitude' tool for free! Thank you!

Complex Number Modulus/Magnitude

Modulus (Absolute Value) Calculator


Complex from Modulus and Argument Calculator



Answers to Questions (FAQ)

What is the modulus of a complex number? (Definition)

The modulus (or magnitude) is the length (absolute value) in the complex plane, qualifying the complex number $ z = a + ib $ (with $ a $ the real part and $ b $ the imaginary part), it is denoted $ |z| $ and is equal to $ |z| = \sqrt{a^2 + b^2} $.

The module can be interpreted as the distance separating the point (representing the complex number) from the origin of the reference of the complex plane.

How to calculate the modulus of a complex number?

To find the modulus of a complex number $ z = a + ib $ carry out the computation $ |z| = \sqrt {a^2 + b^2} $

Example: $ z = 1+2i $ (of abscissa 1 and of ordinate 2 on the complex plane) then the modulus equals $ |z| = \sqrt{1^2+2^2} = \sqrt{5} $

How to calculate the modulus of a complex number in exponential form?

A complex number in exponential notation has the form $ re^{i \theta} $, the modulus is the value of $ r $.

Example: $ 2e^{i\pi} $ has for modulus $ 2 $

See also the page about the exponential form of the complex number.

How to calculate the modulus of a real number?

The modulus (or magnitude) of a real number is equivalent to its absolute value.

Example: $ |-3| = 3 $

What are the properties of modulus?

For the complex numbers $ z, z_1, z_2 $ the complex modulus has the following properties:

$$ |z_1 \cdot z_2| = |z_1| \cdot |z_2| $$

$$ \left| \frac{z_1}{z_2} \right| = \frac{|z_1|}{|z_2|} \quad z_2 \ne 0 $$

$$ |z_1+z_2| \le |z_1|+|z_2| $$

A modulus is an absolute value, therefore necessarily positive (or null):

$$ |z| \ge 0 $$

The modulus of a complex number and the modulus of its conjugate are equal:

$$ |\overline z|=|z| $$

Source code

dCode retains ownership of the "Complex Number Modulus/Magnitude" source code. Except explicit open source licence (indicated Creative Commons / free), the "Complex Number Modulus/Magnitude" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Complex Number Modulus/Magnitude" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Complex Number Modulus/Magnitude" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.

Cite dCode

The copy-paste of the page "Complex Number Modulus/Magnitude" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Complex Number Modulus/Magnitude on dCode.fr [online website], retrieved on 2024-11-21, https://www.dcode.fr/complex-number-modulus

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Complex Number Modulus/Magnitude' tool for free! Thank you!


https://www.dcode.fr/complex-number-modulus
© 2024 dCode — The ultimate 'toolkit' to solve every games / riddles / geocaching / CTF.
 
Feedback