
Student Support Forum: 'Plot[Table[x^i,{i,1,3}],{x,-5,5}]'s problem' topicStudent Support Forum > General > "Plot[Table[x^i,{i,1,3}],{x,-5,5}]'s problem"
| Author |
Comment/Response |
fogsnow
|
07/21/06 09:32am
Table[x^i,{i,1,3}]
=>{x,x^2,x^3}
Plot[{x,x^2,x^3},{x,-5,5}] is ok
but
Plot[Table[x^i,{i,1,3}],{x,-5,5}] gets errors!!
why?
URL: , |
|
Subject (listing for 'Plot[Table[x^i,{i,1,3}],{x,-5,5}]'s problem')
 |
Author |
Date Posted
 |
 Plot[Table[x^i,{i,1,3}],{x,-5,5}]'s problem |
fogsnow |
07/21/06 09:32am |
 Re: Plot[Table[x^i,{i,1,3}],{x,-5,5}]'s problem |
yehuda ben-s... |
07/21/06 4:08pm |
 Re: Plot[Table[x^i,{i,1,3}],{x,-5,5}]'s problem |
Marc |
07/21/06 4:11pm |
 Re: Plot[Table[x^i,{i,1,3}],{x,-5,5}]'s problem |
S. Saralamba |
07/21/06 5:28pm |
 Re: Plot[Table[x^i,{i,1,3}],{x,-5,5}]'s problem |
Mesut |
07/21/06 11:47pm |
 Re: Plot[Table[x^i,{i,1,3}],{x,-5,5}]'s problem |
Daniele Lupo |
07/22/06 06:31am |
|
| | | |
 | |
|