-
-
Notifications
You must be signed in to change notification settings - Fork 685
Open
Description
sage: cartesian_product([GF(3)^2, GF(7)^3])
The cartesian product of (
Vector space of dimension 2 over Finite Field of size 3,
Vector space of dimension 3 over Finite Field of size 7)
sage: _.category()
Category of Cartesian products of vector spaces with basis over
(finite fields and subquotients of monoids and quotients of semigroups)
and
sage: Hom(GF(3)^2, GF(7)^3)
Set of Morphisms (Linear Transformations) from
Vector space of dimension 2 over Finite Field of size 3
to
Vector space of dimension 3 over Finite Field of size 7
sage: _.category()
Category of homsets of modules with basis over
(finite fields and subquotients of monoids and quotients of semigroups)
see also: #16940
Component: categories
Issue created by migration from https://trac.sagemath.org/ticket/18309