0

Consider

Plot[{Sin[x], Cos[x]}, {x, 0, 10}]

versus

Plot[Table[Sin[x + i Pi/2], {i, 0, 1}], {x, 0, 10}]

The first command produces two plots (with different colors)

enter image description here

and the second produces one double-plot

enter image description here

My question is, how can I automatically generate a list of functions (as I attempted with the Table command) that is treated as a list of separate functions (with different colors and styles) by the Plot function?

MCH
  • 103
  • 2

0 Answers0