Previous Up Next

13.14.12  Normalize a complex number: normalize

The normalize command normalizes a non-zero complex number; i.e., it finds a complex number with the same argument and absolute value 1.


Example.
Input:

normalize(3+4*i)

Output:

3+4 i
5

Previous Up Next