| Author |
Comment/Response |
joseph
|
04/27/05 9:49pm
i'm trying to plot two different functions, with two different domains on one graph. i have no problem getting them to plot separatley, i just can't get them on the same graph.
ex.
Plot[-x^2/2-x-1/2, {x, -1, 0}]
Plot[x^2/2-x-1/2, {x, 0, 1}]
any help would be most appreciated, thank you!
URL: , |
|