When I solve equation using sageMath, it missed one root.
sage: solve([4/5(x - 1)^2/x^(1/5) + 2(x - 1)*x^(4/5)==0] ,x)
[x == (2/7), x == 1]
The equation has 3 roots. It misses x==0.
What is the reason?
| 1 | initial version |
When I solve equation using sageMath, it missed one root.
sage: solve([4/5(x - 1)^2/x^(1/5) + 2(x - 1)*x^(4/5)==0] ,x)
[x == (2/7), x == 1]
The equation has 3 roots. It misses x==0.
What is the reason?
When I solve equation using sageMath, it missed one root.
sage: The equation has 3 roots. It misses x==0.
What is the reason?
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.