On Fri, Apr 16, 2010 at 9:57 AM, Owen <[email protected]> wrote:
>> Is there another method approach I could take? I'd like to reach 6 at
>> least. My homework depends on it! :)
There's also the to_poly_solve argument to solve which cause non-exact
answers to be returned:
sage: solve([x^5 - x^4 - x^3 - x^2 - x - 1 == 0], x,
solution_dict=True, to_poly_solve=True)
[{x: 1.96594827586}, {x: -0.67835071297 - 0.458536187273*I}, {x:
0.195376594647 + 0.848853640546*I}, {x: 5557/12119*I - 7025/10356},
{x: -2999/3533*I + 262/1341}]
--Mike
--
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-support
URL: http://www.sagemath.org