Ask Your Question

Revision history [back]

Numerical approximations

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.

click to hide/show revision 2
No.2 Revision

Numerical approximations

g(x)=x^2-sqrt(2)
solve(g(x)==0,x)

solve(g(x)==0,x)

[x == -2^(1/4), x == 2^(1/4)]

2^(1/4)]

What's the best/quickest way to get numerical approximations of these values of x? Thanks.