First time here? Check out the FAQ!
answered 2021-08-08 22:23:36 +0100
If you are interested in the numerical value, you can do:
sage: f = x^100-3 sage: find_root(f,0,10) 1.0110466919377765
You can check:
sage: 3^(1/100).n() 1.01104669193785