#7660: arithmetic with equations and inequalities confusing
-------------------------------------+-------------------------------------
       Reporter:  burcin             |        Owner:  burcin
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  symbolics          |   Resolution:
       Keywords:  inequality,        |    Merged in:
  solver, maxima                     |    Reviewers:
        Authors:  Burcin Erocal,     |  Work issues:
  Ralf Stephan                       |       Commit:
Report Upstream:  N/A                |  30cc86077172f9e57c6b5df06b40158e17e2320d
         Branch:  u/rws/ticket/7660  |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Replying to [comment:31 rws]:
 >  * `f(a==b)` --> `f(a==b)`
 What does `f(a==b)` even mean? I would go for `f(a) == f(b)`.

 > relations:
 >  * `(a<b) */ c` same as:
 >    - `a*/c > b*/c` for `c` real and negative, or if `c` is assumed
 negative
 >    - `a*/c < b*/c` for `c` real and positive, or if `c` is assumed
 positive
 >    - `False` if `c=0`

 What if neither of the above conditions is true? `raise ArithmeticError`
 in that case?

--
Ticket URL: <http://trac.sagemath.org/ticket/7660#comment:32>
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