Previous Up Next

26.13.12  Normalize a complex number

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

normalize(3+4*i)
     
3+4 i
5
          

Previous Up Next