Changes between Version 6 and Version 8 of Ticket #18611
- Timestamp:
- Jun 4, 2015, 8:17:50 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18611
-
Property
Commit
changed from
f26e68173ae90f232ca4e3ca744d3285d108ded7
to7dfcc8e3a8d27b923afaae87a0b4764008146f5d
-
Property
Commit
changed from
-
Ticket #18611 – Description
v6 v8 13 13 f(m) = 0 mod g 14 14 }}} 15 Since `f` must be irreducible , this is just the characteristic (= minimal) polynomial of `m mod g`.15 Since `f` must be irreducible of the same degree as `g`, this is just the characteristic (= minimal) polynomial of `m mod g`. 16 16 17 17 ----------