| Author |
Comment/Response |
yehuda
|
10/14/12 02:32am
There is nothing in the knowledge base of Wolfram Alpha that you need for this
1. DO NOT press the equal sign before writing f[x_]:=x^2
then you can use this definition
2. If you insist to press the equal sign, Wolfram Alpha do not evaluate it to something you can use. it just "tries to check" if f[x_] equals to x^2, but since there is no definition to f, it is returned unevaluated.
after you "evaluation" (of step 2 of course) you can try
?f
and get a response
Global`f
meaning that f is just a symbol, and as such it cannot evaluate the square function, since it does not exist
URL: , |
|