how to find the generator of elliptic curve using matlab

279 Views Asked by At

my question is that my Matlab program for elliptic curve generated all points which satisfy the elliptic curve equation now how to find the generator which generates all the points example:

 ecs(1,0,17)
ans =
     (0     0)
     (0     0)
     (1     6)
     (1    11)
    ( 3     8)
    ( 3     9)
     (4     0)
     (6     1)
     (6    16)
    (11     4)
    (11    13)
    (13     0)
    (14     2)
    (14   15)
    (16     7)
    (16    10)