answered 3 years ago
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