Ask Your Question

Sam Tan's profile - activity

2018-07-18 02:30:06 +0200 received badge  Student (source)
2018-07-18 02:27:23 +0200 asked a question Missing root when solving equation in sageMath

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?