Specification: Matrix Group Elements (OSCAR v1.7-v1.8)

Profiles: OSCAR v1.7, OSCAR v1.8 Other versions: Matrix Group Elements (OSCAR v1.5-v1.6)

MatGroupElem is the current OSCAR encoding for matrix-group elements. In the current corpus this form appears in OSCAR v1.7 and v1.8.

Encoding Notes

Canonical Example Payload

The following payload is taken directly from the current rosetta-stone corpus.

{
  "_ns": {"Oscar": ["https://github.com/oscar-system/Oscar.jl", "1.7.0"]},
  "_type": {"name": "MatGroupElem", "params": "823d9334-a9a3-4e9b-897d-d1e5bb36db78"},
  "data": [["2", "0", "0"], ["0", "1", "0"], ["0", "0", "1"]],
  "_refs": {
    "823d9334-a9a3-4e9b-897d-d1e5bb36db78": {
      "_type": {
        "name": "MatGroup",
        "params": {
          "base_ring": "5576c715-03ed-445e-a54a-6915905399d6",
          "degree": {"_type": "Base.Int", "data": "3"}
        }
      },
      "data": {
        "gens": [
          [["2", "0", "0"], ["0", "1", "0"], ["0", "0", "1"]],
          [["4", "0", "1"], ["4", "0", "0"], ["0", "4", "0"]]
        ],
        "descr": "GL"
      }
    },
    "5576c715-03ed-445e-a54a-6915905399d6": {"_type": {"name": "FiniteField", "_instance": "FqField"}, "data": "5"}
  }
}

Documented Profiles in This Corpus

This table records the profile/version pairs currently represented by the rosetta-stone examples for this data type. Add new rows as new systems or encoding revisions are documented.

Profile Version Example Root type
Oscar 1.7.0 Element of matrix group MatGroupElem

Rosetta Stone Examples