| Author |
Comment/Response |
jf
|
09/02/12 7:14pm
You knew to capitalize Plot; Sqrt needs to start with a capital letter, too. Also, function arguments go in square brackets, [].
Plot[((1/2)-(1/x))/(Sqrt[x]-Sqrt[2]),{x,0,5}]
http://reference.wolfram.com/mathematica/tutorial/GettingUsedToMathematica.html
http://reference.wolfram.com/mathematica/tutorial/GettingStartedOverview.html
Wolfram Alpha has lots of special code to figure out what inputs mean. This is not perfect and Mathematica wants precise instructions.
URL: , |
|