#4786: [with patch, needs work] fix some bugs / typos in the solve function
----------------------+-----------------------------------------------------
Reporter: was | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: calculus | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Changes (by mhansen):
* summary: [with patch, needs review] fix some bugs / typos in the solve
function => [with patch, needs work] fix some
bugs / typos in the solve function
Comment:
I get the following failures:
{{{
**********************************************************************
File "/opt/sage/devel/sage-main/sage/calculus/equations.py", line 1392:
sage: solve([3==3, 1.00000000000000*x^3 == 0], x)
Expected:
[x == 0]
Got:
[[x == 0]]
**********************************************************************
File "/opt/sage/devel/sage-main/sage/calculus/equations.py", line 1394:
sage: solve([1.00000000000000*x^3 == 0], x)
Expected:
[x == 0]
Got:
[[x == 0]]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4786#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---