File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/sage/rings/polynomial Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1038,9 +1038,9 @@ cdef class MPolynomial(CommutativePolynomial):
1038
1038
sage: k. <b> = GF( 25) ; R. <x,y> = k[] # needs sage. rings. finite_rings
1039
1039
sage: f = y* x^ 2* b + x* ( b+ 1) + 1 # needs sage. rings. finite_rings
1040
1040
sage: magma = Magma( ) # so var names same below # needs sage. rings. finite_rings
1041
- sage: magma( f) # optional - magma, needs sage. rings. finite_rings
1041
+ sage: magma( f) # optional - magma # needs sage. rings. finite_rings
1042
1042
b* x^ 2* y + b^ 22* x + 1
1043
- sage: f. _magma_init_( magma) # optional - magma, needs sage. rings. finite_rings
1043
+ sage: f. _magma_init_( magma) # optional - magma # needs sage. rings. finite_rings
1044
1044
'_sage_[... ]!(( _sage_[... ]!( _sage_[... ])) * _sage_[... ]^ 2* _sage_[... ]+ ( _sage_[... ]!( _sage_[... ] + 1)) * _sage_[... ]+ ( _sage_[... ]!( 1)) * 1) '
1045
1045
1046
1046
A more complicated nested example::
You can’t perform that action at this time.
0 commit comments