File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -760,7 +760,7 @@ cdef class SymbolicRing(sage.rings.abc.SymbolicRing):
760
760
761
761
- ``n`` -- ( optional) positive integer; number of symbolic variables, indexed from `0` to `n-1`
762
762
763
- - ``domain`` -- ( optional) specify the domain of the variable( s) ; it is the complex plane
763
+ - ``domain`` -- ( optional) specify the domain of the variable( s) ; it is None
764
764
by default, and possible options are ( non-exhaustive list, see note below) :
765
765
``'real'``, ``'complex'``, ``'positive'``, ``'integer'`` and ``'noninteger'``
766
766
@@ -862,16 +862,6 @@ cdef class SymbolicRing(sage.rings.abc.SymbolicRing):
862
862
Traceback ( most recent call last) :
863
863
...
864
864
ValueError: cannot specify n for multiple symbol names
865
-
866
- Check that :trac:`36833` is fixed: Variables whose domain is not
867
- defined should be considered in complex plane as described in documentation::
868
-
869
- sage: y = SR. var( "y") ; y
870
- y
871
- sage: f = y * conjugate( y) ; f
872
- f
873
- sage: f. factor( )
874
- y* conjugate( y)
875
865
"""
876
866
if isinstance (name, Expression):
877
867
return name
You can’t perform that action at this time.
0 commit comments