#6244: conjugate() in sage-4.0 is broken
-----------------------+----------------------------------------------------
Reporter: gmhossain | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: symbolics | Keywords: conjugate, pynac
Reviewer: | Author:
Merged: |
-----------------------+----------------------------------------------------
1) pynac .conjugate() method returns wrong answer:
{{{
f(x) = function('f',x)
f(x).conjugate()
f(conjugate(x))
}}}
Above is certainly not true. For example: f(x) = I + x implies
f(x).conjugate() = -I + conjugate(x) which is not equal to
f(conjugate(x))
2) view() causes SIGSEGV crash
{{{
f(x) = function('f',x)
g(x) = f(x).conjugate()
view( g(x) )
boom!!
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6244>
Sage <http://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 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
-~----------~----~----~----~------~----~------~--~---