#19578: Add conversion from matrix and vector spaces over finite fields to 
binary-
like strings.
-------------------------+-------------------------------------------------
   Reporter:  tgagne     |            Owner:
       Type:             |           Status:  new
  enhancement            |        Milestone:  sage-6.10
   Priority:  minor      |         Keywords:  finite field, hex strings,
  Component:  finite     |  binary strings, matrix space, vector space
  rings                  |          Authors:
  Merged in:             |  Report Upstream:  N/A
  Reviewers:             |           Branch:
Work issues:             |     Dependencies:  19531
     Commit:             |
   Stopgaps:             |
-------------------------+-------------------------------------------------
 Ticket #19531 deals with converting binary and hex strings into elements
 from the fields `GF(2^n)` and `GF(2^(4n))` and vice versa. This ticket
 should extend the functionality of #19531 to matrix and vector spaces over
 finite fields.
 In particular,
 - Matrix spaces and vector spaces over `GF(2^n)` and `GF(2^(4n))` should
 accept strings composed of the concatenation of length `n` binary strings
 of the form `0b111...` or length `4n` hex strings of the form `0xfff...`
 and should break up the strings accordingly to produce a matrix or vector.
 - Matrices and vectors over `GF(2^n)` and `GF(2^(4n))` should be able to
 combine the individual hex/binary strings for each of its elements into a
 single long string.

--
Ticket URL: <http://trac.sagemath.org/ticket/19578>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to