#14306: regression in solve
-------------------------------------------------+-------------------------
       Reporter:  zimmerma                       |        Owner:  burcin
           Type:  defect                         |       Status:  new
       Priority:  major                          |    Milestone:  sage-6.3
      Component:  calculus                       |   Resolution:
       Keywords:                                 |    Merged in:
        Authors:                                 |    Reviewers:
Report Upstream:  Fixed upstream, in a later     |  Work issues:
  stable release.                                |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------

Comment (by kcrisman):

 Wait a minute.  This is already ''almost'' a doctest in Sage.
 {{{
 Sage example in ./calculus.tex, line 583::

     sage: x, y, z = var('x, y, z')
     sage: solve([x^2 * y * z == 18, x * y^3 * z == 24,\
     ....:        x * y * z^4 == 3], x, y, z)
     [[x == (-2.76736473308 - 1.71347969911*I), y == (-0.570103503963 +
 2.00370597877*I), z == (-0.801684337646 - 0.14986077496*I)], ...]
 }}}
 and it passes
 {{{
 $ ./sage -t src/sage/tests/french_book/calculus_doctest.py
 Running doctests with ID 2014-05-30-08-56-36-7a1afdf4.
 Doctesting 1 file.
 sage -t src/sage/tests/french_book/calculus_doctest.py
     [246 tests, 7.59 s]
 ----------------------------------------------------------------------
 All tests passed!
 ----------------------------------------------------------------------
 Total time for all tests: 7.7 seconds
     cpu time: 5.6 seconds
     cumulative wall time: 7.6 seconds
 }}}
 But assuming we want to add this back: Paul, where should this appear -
 presumably in src/sage/tests/french_book/calculus_doctest.py ?

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