gap> b:=One(GF(3))*[[1,0],[0,1]];
[ [ Z(3)^0, 0*Z(3) ], [ 0*Z(3), Z(3)^0 ] ]
gap> V:=VectorSpace(GF(3),b);
gap> Dimension(V);
2
gap> Size(V);
9
gap> Elements(V);
[
[ 0*Z(3), 0*Z(3) ],
[ 0*Z(3), Z(3)^0 ],
[ 0*Z(3), Z(3) ],
[ Z(3)^0, 0*Z(3) ],
[ Z(3)^0, Z(3)^0 ],
[ Z(3)^0, Z(3) ],
[ Z(3), 0*Z(3) ],
[ Z(3), Z(3)^0 ],
[ Z(3), Z(3) ]
]
2-2024 Quran and mathematics
7 months ago
No comments:
Post a Comment