g(x)=x^2-sqrt(2) solve(g(x)==0,x)
[x == -2^(1/4), x == 2^(1/4)]
What's the best/quickest way to get numerical approximations of these values of x? Thanks.
1 | initial version |
g(x)=x^2-sqrt(2) solve(g(x)==0,x)
[x == -2^(1/4), x == 2^(1/4)]
What's the best/quickest way to get numerical approximations of these values of x? Thanks.
2 | No.2 Revision |
g(x)=x^2-sqrt(2)
What's the best/quickest way to get numerical approximations of these values of x? Thanks.