| Author |
Comment/Response |
Forum Moderator
email me
 |
09/30/02 8:17pm
See:
http://support.wolfram.com/mathematica/packages/loading/loading.html
Note: the FAQ's often have answers to "common"
(new to you but common among users) questions.
Once the package is loaded the syntax:
ImplicitPLot[x^2+2y^2 == 3,{x,-2,2}
will fail (improper captitalization, no closing
bracket)
ImplicitPlot[x^2 + 2y^2 == 3, {x, -2, 2}]
will work.
URL: , |
|