| Author |
Comment/Response |
ray
|
03/27/10 1:59pm
Hope this is not another mistake on my part, but for the life of me I can't get ContourPlot to use identities as work in Plot. ie
Clear[All]
g[x_]={x^3+5==y,(-5+x)^(1/3)==y,x==y}
ContourPlot[g[x],{x,-10,10},{y,-10,10}]
ContourPlot[{x^3+5==y,(-5+x)^(1/3)==y,x==y},{x,-10,10},{y,-10,10}]
When I use g[x] nothing plots, when I replace it with the list, it plots???
URL: , |
|