| Author |
Comment/Response |
Jim Gregoric
|
09/28/10 10:52am
When f is defined as
f[x_] := (1 - (x^2))^(1/2)
and I enter
f[.75]
Mathematica returns
0.661438
But isn't the solution actually
{0.661438, -0.661438} ?
Why isn't the negative value returned as well?
URL: , |
|