Previous Up Next

24.12.1  Affix of a point or vector

The affix command finds the affix of a point or vector; namely, the complex number corresponding to the point or vector.

Examples

affix(point(2,3))
     
2+3 i           
affix(vector(-1,i))
     
1+i           

Previous Up Next