Changes between Initial Version and Version 1 of Ticket #16597, comment 32
- Timestamp:
- 07/21/14 10:58:32 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16597, comment 32
initial v1 1 There is just a subtlety that I did not tell you. If you follow my words you have "too much" integers `i` (if you have `z^i` you also have `z^(i + n*(q^(e+1)-1)/(q^d-1))` or in other words the element `z^i x` with `x` in `Ksmall`). If you only store the smallest `i` as I did, everything is fine since you start to see two points on the same `Ksmall`-line only after you see all the lines least once...1 There is just a subtlety that I did not tell you. If you follow my words you have "too much" integers `i` (if you have `z^i` you also have `z^(i + n*(q^(e+1)-1)/(q^d-1))` or in other words the element `z^i x` with `x` in `Ksmall`). If you only store the smallest `i` as I did, everything is fine since you start to see two points on the same `Ksmall`-line only after you see all the lines in `Kbig` at least once... 2 2 3 3 Vincent