Example: Matrix group
Profiles: OSCAR v1.5, OSCAR v1.6, OSCAR v1.7, OSCAR v1.8
The group general_linear_group(3, 5).
Related Specification
Systems
Oscar.jl
Generate code (generate.jl) [ edit ]
using Oscar
save("data.mrdi", general_linear_group(3, 5))
Data outputs
Profiles: OSCAR v1.5, OSCAR v1.6
Data file: data.mrdi
{
"_ns": {"Oscar": ["https://github.com/oscar-system/Oscar.jl", "1.6.0"]},
"_type": {
"name": "MatrixGroup",
"params": {
"base_ring": "b17f1eb2-73a4-4e35-99ed-adf177d57b34",
"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"
},
"id": "a53c7f81-ebd1-484a-beeb-91a1fee60c9c",
"_refs": {
"b17f1eb2-73a4-4e35-99ed-adf177d57b34": {"_type": {"name": "FiniteField", "_instance": "FqField"}, "data": "5"}
}
}
This serialized output is equivalent for these profiles up to UUID renaming and recorded namespace version strings.
Profiles: OSCAR v1.7
Data file: data.mrdi
{
"_ns": {"Oscar": ["https://github.com/oscar-system/Oscar.jl", "1.7.0"]},
"_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"
},
"id": "d2fbccb6-149c-4095-acb9-0b37fcc533ad",
"_refs": {
"5576c715-03ed-445e-a54a-6915905399d6": {"_type": {"name": "FiniteField", "_instance": "FqField"}, "data": "5"}
}
}