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.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.