Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can use this

f(x)=4-x^6
g(x)=x
sol=solve(f(x)==g(x),x,to_poly_solve=true)

If you need one of the 6 values you can type

sol[i].rhs()

for $i=0,...,5$.