Previous Up Next

26.12.1  Affix of a point or vector

The affix command finds the affix of a point or vector (the corresponding complex number).

Examples

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

Previous Up Next