User Portlet
Discussions |
---|
Thanks, Frank. That was exactly the help I needed. ~CM |
The y that you defined using an delayed evaluation is not a function (it has no arguments). Define it like this instead: y[x_] := x^2 (As an aside, your parameters a and b do not need to be defined using a delayed evaluation.) Although... |