Previous Up Next

6.10.5  The normalized complex number: normalize unitV

The normalize command finds the unit complex number with the same direction as a given complex number.
unitV is a synonym for normalize.


Example.
Input:

normalize(3+4*i)

Output:

3+4 i
5

Previous Up Next