| Author |
Comment/Response |
Candi Hudson
|
05/02/01 7:31pm
I posted a question regarding plotting of the following condition Plot[-0.5x^2-bx, {x,-1,1}, {b, -1,1}] Which the program was unable to do.
Tom Zeller the Form Moderator responded and indicated that I should do the following:
funcs = Table[-0.5x^2-b x, {b, -1, 1, 1/2}] and then
Plot[funcs, {x, -1,1}]
The program would not accept this. The programs response was: funcs is not a machine size real number at x=-1, funcs is not a machine size real number at x=-0.91 etc..
Help what should I do?
Candi
URL: , |
|