#6862: Mixing of different domains for symbolic variables
-----------------------------+----------------------------------------------
       Reporter:  gmhossain  |         Owner:     
           Type:  defect     |        Status:  new
       Priority:  critical   |     Milestone:     
      Component:  symbolics  |    Resolution:     
       Keywords:             |   Work issues:     
Report Upstream:  N/A        |     Reviewers:     
        Authors:             |     Merged in:     
   Dependencies:             |      Stopgaps:     
-----------------------------+----------------------------------------------

Comment (by kcrisman):

 Let's make sure to also test #11656, which was a dup, when (?!) we fix
 this:
 {{{
 var('c', domain='complex')
 var('x', domain='real')
 C = c * exp(-x^2)
 print (C)
     c*e^(-x^2)

 print (C.imag())
     e^(-x^2)*imag_part(c)

 print (C.imag().simplify_full())
     0
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6862#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to