#18092: evaluating symbolic expressions (without conversion to SR, i.e., 
staying in
ring of values)
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  dkrenn                 |       Status:  needs_info
           Type:         |    Milestone:  sage-6.6
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:
  symbolics              |  Work issues:
       Keywords:  sd66   |       Commit:
        Authors:         |  276f0f3d3583c66c7e137350c578e8588c9b236d
  Daniel Krenn           |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  u/dkrenn/SR/eval       |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by dkrenn):

 Replying to [comment:27 vdelecroix]:
 {{{
 sage: f(x) = 2*x
 }}}
 > > From this, `f` is equal to `2*x`. Sage sees these two as equal as
 well:
 > > {{{
 > > sage: bool(f == 2*x)
 > > True
 > > }}}
 >
 > Argh. Definitely a bug to me. Another bug is that the variable defining
 a function should be transparent. And currently
 > {{{
 > sage: f(x) = 2*x
 > sage: g(y) = 2*y
 > sage: bool(f == g)
 > False
 > }}}

 This is now #18259.

--
Ticket URL: <http://trac.sagemath.org/ticket/18092#comment:29>
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to