Complex conjugate pairs

 

A.compair(), sort the specified sequence of complex numbers while putting together complex numbers that are complex conjugates to each other.

Refer to the function documentation for specific sorting methods. compair()-Functions | esProc Function Reference (raqsoft.com)


A

1

=[[1,1],[3,-2],[5,9],[5,-9],[3,2],[1,-1],[0,-7],[2,0],[5,0],[2,0],[0,7],[5,0],[0,6],[0,-6],[0,-4],[0,4],[-9,7],[-2,7],[-2,-7],[-9,-7]]

2

=A1.compair()

A2 Return the complex conjugate pairs of A1

..