solving a simple equation
Is there a method to solve the equation x + x^(1/3) == -2 ?
Is there a method to solve the equation x + x^(1/3) == -2 ?
Here is a numerical approach. I've not been able to get it symbolically.
show(plot(x+ x/abs(x)* abs(x)^(1/3)+2,(x,-5,5)))
find_root(x+ x/abs(x)* abs(x)^(1/3)+2,-2,-1/2)
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-03-01 15:13:46 +0100
Seen: 1,015 times
Last updated: Mar 01 '13
Finding all the roots at once numerically
About roots of a certain polynomial equation
How to get all (numerical) solutions of an equation?
exponential equation real solution
Is there a way to solve a differential equation in sage with adaptive step size?
Using the solution of equation
Numerically find all roots in an interval
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.