First time here? Check out the FAQ!
answered 2023-04-03 15:08:53 +0100
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$.