@@ -2803,28 +2803,28 @@ cdef class FreeModuleElement(Vector): # abstract base class
2803
2803
2804
2804
sage: parent(vector(QQ,[1,2,3,4]).pairwise_product(vector(ZZ['x'],[1,2,3,4])))
2805
2805
Ambient free module of rank 4 over the principal ideal domain Univariate Polynomial Ring in x over Rational Field
2806
- sage: parent(vector(ZZ[x ],[1,2,3,4]).pairwise_product(vector(QQ,[1,2,3,4])))
2806
+ sage: parent(vector(ZZ['x' ],[1,2,3,4]).pairwise_product(vector(QQ,[1,2,3,4])))
2807
2807
Ambient free module of rank 4 over the principal ideal domain Univariate Polynomial Ring in x over Rational Field
2808
2808
2809
2809
::
2810
2810
2811
2811
sage: parent(vector(QQ,[1,2,3,4]).pairwise_product(vector(ZZ['x']['y'],[1,2,3,4])))
2812
2812
Ambient free module of rank 4 over the integral domain Univariate Polynomial Ring in y over Univariate Polynomial Ring in x over Rational Field
2813
- sage: parent(vector(ZZ[x][y ],[1,2,3,4]).pairwise_product(vector(QQ,[1,2,3,4])))
2813
+ sage: parent(vector(ZZ['x']['y' ],[1,2,3,4]).pairwise_product(vector(QQ,[1,2,3,4])))
2814
2814
Ambient free module of rank 4 over the integral domain Univariate Polynomial Ring in y over Univariate Polynomial Ring in x over Rational Field
2815
2815
2816
2816
::
2817
2817
2818
2818
sage: parent(vector(QQ['x'],[1,2,3,4]).pairwise_product(vector(ZZ['x']['y'],[1,2,3,4])))
2819
2819
Ambient free module of rank 4 over the integral domain Univariate Polynomial Ring in y over Univariate Polynomial Ring in x over Rational Field
2820
- sage: parent(vector(ZZ[x][y ],[1,2,3,4]).pairwise_product(vector(QQ['x'],[1,2,3,4])))
2820
+ sage: parent(vector(ZZ['x']['y' ],[1,2,3,4]).pairwise_product(vector(QQ['x'],[1,2,3,4])))
2821
2821
Ambient free module of rank 4 over the integral domain Univariate Polynomial Ring in y over Univariate Polynomial Ring in x over Rational Field
2822
2822
2823
2823
::
2824
2824
2825
2825
sage: parent(vector(QQ['y'],[1,2,3,4]).pairwise_product(vector(ZZ['x']['y'],[1,2,3,4])))
2826
2826
Ambient free module of rank 4 over the integral domain Univariate Polynomial Ring in y over Univariate Polynomial Ring in x over Rational Field
2827
- sage: parent(vector(ZZ[x][y ],[1,2,3,4]).pairwise_product(vector(QQ['y'],[1,2,3,4])))
2827
+ sage: parent(vector(ZZ['x']['y' ],[1,2,3,4]).pairwise_product(vector(QQ['y'],[1,2,3,4])))
2828
2828
Ambient free module of rank 4 over the integral domain Univariate Polynomial Ring in y over Univariate Polynomial Ring in x over Rational Field
2829
2829
2830
2830
::
0 commit comments